url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
https://math.stackexchange.com/questions/2741157/shortest-distance-of-0-c-from-a-parabola?noredirect=1 | # Shortest distance of $(0,c)$ from a parabola
Find the shortest distance of the point $(0, c)$ from the parabola $y=x^2$ where $0 \leq c\leq 5$.
The point on the parabola $(x,x^2)$.
$\mathscr{l}(x)=\sqrt{x^2+(y-c)^2}=\sqrt{x^2+(x^2-c)^2}\\\mathscr{l}(y)=\sqrt{y+(y-c)^2}$
If I follow the expression $\mathscr{l}(y)=0$ then its fine and i'll get $\mathscr{l}(y)$ is minimum at $y=\frac{2c-1}{2}$ and $\mathscr{l}_{min}=\frac{\sqrt{4c-1}}{2}$. $$\frac{d\mathscr{l}(y)}{dy}=\frac{1+2(y-c)}{2\sqrt{y+(y-c)^2}}\\ \frac{d\mathscr{l}(y)}{dy}=0\implies y=\frac{2c-1}{2}\\ \mathscr{l}_{min}=\mathscr{l}(\frac{2c-1}{2})=\frac{\sqrt{4c-1}}{2}$$
My Attempt
But, if I consider $\mathscr{l}(x)$
$$\frac{d\mathscr{l}(x)}{dx}=\frac{2x+2(x^2-c).2x}{2\sqrt{x^2+(x^2-c)^2}}=\frac{x+2x(x^2-c)}{\sqrt{x^2+(x^2-c)^2}}=\frac{x\big[1+2(x^2-c)\big]}{\sqrt{x^2+(x^2-c)^2}}$$ $$\mathscr{l}'(x)=0\implies x\big[1+2(x^2-c)\big]=0\\ \implies x=0 \text{ or } x^2=\frac{2c-1}{2}\\ \implies x=0 \text{ or } x=\sqrt{\frac{2c-1}{2}}\text{ as }x\geq 0\\$$ How do I deal with the critical point $x=0$, and why do i not get this case if I use $\mathscr{l}(y)$ ?
Note: I have checked a similar problem link which does not completely address my post here.
To avoid confusion, I use $\ell$ to denote the distance. So, $\ell=\sqrt{x^2+(x^2-c)^2}=\sqrt{y+(y-c)^2}$.
$$\frac{d\ell}{dx}=\frac{d\ell}{dy}\cdot\frac{dy}{dx}=2x\frac{d\ell}{dy}$$
$\displaystyle \frac{d\ell}{dx}=0$ if and only if $\displaystyle \frac{d\ell}{dy}=0$ or $x=0$.
That's why we have one more critical point when differentiating w.r.t. $x$.
$$\frac{d\ell}{dx}=\frac{x\big[2x^2-(2c-1))\big]}{\sqrt{x^2+(x^2-c)^2}}$$
If $c>0.5$, $\displaystyle x=\pm\sqrt{\frac{2c-1}{2}}$ are local minimum points and $x=0$ is a local maximum point by the first derivative test.
If $0\le c\le 0.5$, $x=0$ is the only critical point which is a local minimum point by the first derivative test.
Note: When $0\le c<0.5$, $\displaystyle \frac{d\ell}{dy}>0$ for all $y\ge0$ and hence $\ell$ attains its least value when $y=0$.
Alternatively, we can use
$$\ell=\sqrt{x^4-(2c-1)x^2+c^2}=\sqrt{\left(x^2-\frac{2c-1}{2}\right)^2+\frac{4c-1}{4}}$$
If $c>0.5$, $\ell$ is the least if $\displaystyle x^2=\frac{2c-1}{2}$.
If $0\le c\le 0.5$, $\displaystyle \frac{2c-1}{2}\le0$ and $\ell$ is the least if $\displaystyle x=0$.
• Thanx. Could u pls explain a bit more on how you reached the conclusion that "if $c>0.5$, $x=\pm\frac{2c-1}{2}$ are local minimum and $x=0$ is a local maximum and if $0\leq c\leq 0.5$, $x=0$ is the only critical point which is local minimum" – ss1729 Apr 17 '18 at 16:53
• If $c<0.5$, it is impossible that $2x^2-(2c-1)$ as $-(2c-1)$ would be positive. So the derivative is zero only when $x=0$. If $x$ is slightly larger than $0$, then $\frac{2x^2-(2c-1)}{\sqrt{x^2+(x^2-c)^2}}$ is positive and hence $\frac{x[2x^2-(2c-1)]}{\sqrt{x^2+(x^2-c)^2}}$ is positive. If $x$ is slightly smaller than $0$, then $\frac{2x^2-(2c-1)}{\sqrt{x^2+(x^2-c)^2}}$ is positive and hence $\frac{x[2x^2-(2c-1)]}{\sqrt{x^2+(x^2-c)^2}}$ is negative. By first derivative test, $x=0$ is a minimum point. – CY Aries Apr 17 '18 at 16:59
• If $c>0.5$, $2x^2-(2c-1)=0$ if $x=\pm\sqrt{\frac{2c-1}{2}}$. When $x$ is slightly larger than $\sqrt{\frac{2c-1}{2}}$, $2x^2-(2c-1)>0$ $x>0$ and $\sqrt{x^2+(x^2-c)^2}>0$. So, the derivative is positive. When $x$ is slightly smaller than $\sqrt{\frac{2c-1}{2}}$, $2x^2-(2c-1)<0$ $x>0$ and $\sqrt{x^2+(x^2-c)^2}>0$. So, the derivative is negative. By the first derivative test, $x=\sqrt{\frac{2c-1}{2}}$ is a minimum point. The case for $x=-\sqrt{\frac{2c-1}{2}}$ can be similarly argued. – CY Aries Apr 17 '18 at 17:04
• When $c>0.5$, the derivative is also $0$ when $x=0$. When $x$ is slightly larger than $0$, $x>0$, $2x^2-(2c-1)<0$ and $\sqrt{x^2+(x^2-c)^2}>0$. So the derivative is negative. When $x$ is slightly smaller than $0$, $x<0$, $2x^2-(2c-1)<0$ and $\sqrt{x^2+(x^2-c)^2}>0$. So the derivative is positive. By the first derivative test, $x=0$ is a maximum point. – CY Aries Apr 17 '18 at 17:08
• $c>\frac{1}{2}\implies 2c>1\implies 2c-1>0$ and $x>0\implies 2x^2>0$. From there how do you conclude $2x^2-(2c-1)<0$ ? – ss1729 Apr 17 '18 at 17:18
A projection of $P(0,c)$ on the parabola is the point $Q(x,x^2)$ with $x\geq 0$ such that $x^2+(x^2-c)^2$ is minimized. This happens only if $\frac{d}{dx}\left[x^2+(x^2-c)^2\right]=0$. In particular, if $c\leq \frac{1}{2}$ the closest point is the vertex of the parabola$^{(*)}$ and the wanted distance is $c$. If $c>\frac{1}{2}$ the closest point in the first quadrant is $\left(\sqrt{c-\frac{1}{2}},c-\frac{1}{2}\right)$ and the wanted distance equals $\sqrt{c-\frac{1}{4}}$.
(*) It makes sense: the osculating circle at the vertex of the parabola has its center at $\left(0,\frac{1}{2}\right)$.
Remarkably, to project a generic point on a parabola is not task which can be solved by straightedge and compass only. Indeed, by assuming $c>0$, the projection of $P(c,0)$ on the parabola is the point $Q(x,x^2)$ with $x>0$ such that $(x-c)^2+x^4$ is minimized. This happens only if $$\frac{d}{dx}\left[(x-c)^2+x^4\right]=0\quad \Longleftrightarrow\quad 2x^3+x=c \quad \stackrel{x=\sqrt{\frac{2}{3}}z}{\Longleftrightarrow}\quad 4z^3+3z=3c\sqrt{\frac{3}{2}}$$ and since $\sinh(3\theta)=4\sinh^3(\theta)+3\sinh(\theta)$, the solution is given by $$x = \sqrt{\frac{2}{3}}\sinh\left(\frac{1}{3}\text{arcsinh}\left(3c\sqrt{\frac{3}{2}}\right)\right)$$ and the shortest distance is $$\sqrt{c^2+\frac{1}{3}\sinh^2\left(\frac{1}{3}\text{arcsinh}\left(3c\sqrt{\frac{3}{2}}\right)\right)-\sqrt{\frac{3}{2}}\sinh\left(\frac{1}{3}\text{arcsinh}\left(3c\sqrt{\frac{3}{2}}\right)\right)}$$ which over the interval $\left(0,\frac{1}{2}\right)$ is well-approximated by the simpler expression $\frac{c^2}{1+2c^2}$, over the interval $\left[\frac{1}{2},5\right)$ is well-approximated by the simpler expression $\sqrt{c^2+\frac{4}{3}}-1$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9424198865890503, "perplexity": 86.42359926512408}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703536556.58/warc/CC-MAIN-20210123063713-20210123093713-00352.warc.gz"} |
https://www.futurelearn.com/courses/climate-leadership/1/steps/93403 | We use cookies to give you a better experience, if that’s ok you can close this message and carry on browsing. For more info read our cookies policy.
We use cookies to give you a better experience. Carry on browsing if you're happy with this, or read our cookies policy for more information.
1.7
## Uppsala University
Skip to 0 minutes and 8 secondsSo what was the Paris Agreement all about? Well, there are annual negotiations by world leaders on issues of climate change. They occur every year in different cities around the globe. And this year was a particularly important year. They had them in Paris. And some people may remember that we've previously had a big event in Copenhagen in 2009, and a long time ago, in 1997, we had one in Kyoto in Japan. So this is the latest of the big annual events that we had.
Skip to 0 minutes and 37 secondsAnd prior to Paris, virtually all countries in the world gave what was called a pledge, an INDC, an Intended Nationally Determined Contribution, an awful acronym, but basically a pledge, a promise of what emission reductions that country would make between 2020 and 2030. So that all went in prior to the Paris negotiations and from all countries around the globe. And when you add up all of those pledges, what you find is that the temperature that we would get across the globe is about three to four degrees C temperature rise as an average. And, I think it's worth bearing in mind that that's a global average. And what's really important as well, what are regional repercussion of that?
Skip to 1 minute and 23 secondsAnd they could be as high as eight to twelve degrees C, repercussions in different parts of the world. So very severe heat waves and severe droughts and so forth as well. So what's the global average? We must remember that actually, that plays out regionally very differently to that. And of course, we have weather, which is what we live with day to day, not the climate. So the global averages can be a little bit misleading. And that a three to four degree temperature rise is a huge change in the planet. The difference between now and an ice age is only about five degrees. So we're talking about a significant move of that sort of order of magnitude.
Skip to 1 minute and 59 secondsIt's a commonly held view that we need to hold to less than two degrees C, that was the discussion prior to Paris and has been for quite a few years. A two degree C rise. But it's also worth bearing in mind, many of the poorer parts of the world have been arguing for much lower than that, 1 to and 1.5 degrees C, because even at 2 degrees C, many people will die. They'll be poor. They'll be generally in the southern hemisphere. They'll be low emitters. And they'll typically be nonwhite. So there are many people who will suffer, even at two degrees centigrade. And yet that's been the principle focus of international discussions up until Paris.
Skip to 2 minutes and 35 secondsSo there's a big gap between what was going into Paris, the pledges, and what people have been talking about internationally, these two degrees centigrade. So we're really aiming for three or four, even higher degree temperature rise, but really what we have is goal of no more than two. And Paris is really about discussing how do we reconcile those two. Now the Paris agreement was a 32-page document, the usual sort of legal boring document that comes out of these negotiations. And I think it was a triumph. There are lots of small triumphs, but there are two very big triumphs to me.
Skip to 3 minutes and 13 secondsThe first of these is that in having world leaders come together, virtually all world leaders, and say that they all agree climate change is a hugely important issue, they are basically saying they all accept the science. So there's been a long history of very sceptical or even scientific denial about climate change, by many people, often getting very well funded by the fossil fuel companies and so forth. So there has been a very strong opposition to the science of climate change, but often not by scientists, very seldom by scientists. And I think having the world leaders come together, and they actually said, we believe in the science, not the sceptics. And I think that is really very important.
Skip to 3 minutes and 56 secondsSo that is a major triumph and significant credit goes to the French in pulling all of this together and their diplomacy and getting negotiations to work so well. The second triumph relates to a particular paragraph within the agreement, within the 32-page agreement. And this paragraph says that the global community is going to aim to hold the temperature well below two degrees centigrade and pursue efforts to keep the temperature rise to only one and a half degree centigrade, which is what the poor part of the world in particular have been asking for. They're also going to do that on the basis of the best science.
Skip to 4 minutes and 30 secondsThat's the IPCC, is probably the best way of thinking that, but obviously that evolves over time as well. And in line with equity, in other words, the poor parts of the world will take longer to reduce their emissions than the wealthy parts of the world. So 2 degrees C, 1.5, based on the best science, and equity. These are really important. These are enshrined within the Paris agreement. And we can all hold our leaders, whether that's our government leaders, our organisational leaders. So these people can be held to account, this is what we have internationally signed up for. There are some problems with the Paris agreement.
Skip to 5 minutes and 5 secondsFirstly, it's about climate change and you would think there'd be some reference to fossil fuels. Nowhere in the 32-page document is there any reference to fossil fuels or de-carbonization. Aviation and shipping emissions are exempt. So no country takes responsibility for those. They're simply just held separate to the agreement. The emissions from aviation and shipping are the same as adding the emissions from UK and Germany together. And they're growing much more rapidly than our national emissions. So aviation and shipping are hugely important. The voluntary pledges do not add up to two degrees C, much nearer three to four degrees centigrade. And we're not going to review those pledges until 2023 or possibly even a little later.
Skip to 5 minutes and 44 secondsBy that time, we will have put another 300 billion tonnes of carbon dioxide in the atmosphere. By the time we get to review the pledges that we all know are too weak for the commitments in the Paris agreement, by the time we get to review them, we would have put another 300 billion tonnes of carbon in the atmosphere. The only way that all of this can be squared, we can make any sense at all of this, is if we assume certain types of technology, which do not exist at the moment, that will suck carbon dioxide out of the atmosphere in many decades to come.
Skip to 6 minutes and 17 secondsSo I sometimes refer to them as a Doctor Strangelove technology, based on quite a famous film about a mad scientist. Now, perhaps we should research these things, but I think to assume that they work is a real fundamental mistake. And yet that was embedded in the Paris agreement, but without any words to say so. You have to look behind the text to find this. The two other, well, one other major point I think, is that there is some money put aside in the Paris agreement for the poorer parts of the world to mitigate their emissions and to respond to the climate change that we have imposed upon them. It's about $100 billion every single year. Skip to 6 minutes and 53 secondsNow there's is no agreement who's going to pay that or where it's going to come from, but I think it's worth bearing in mind that the subsidy in 2015 to fossil fuels, the direct and indirect subsidy, the indirect in the health impacts mostly from fossil fuels, was about$5.3 trillion, according to the IMF, the International Monetary Fund. So about 53 times more in 2015, a single year, than we're going to give the poorer parts of the world to deal with climate change. Or indeed, it's about 1/30th of the size of the UK economy.
Skip to 7 minutes and 21 secondsSo I think it is a derisory sum, that we've given such a small amount of money to the poor parts of the world to deal with climate change.
# The 2° target in the Paris Agreement
In this video Kevin Anderson, visiting professor in climate change leadership, Uppsala University, discusses the 2°C target in the Paris Agreement in more depth.
He notes that the target to limit global warming to +2°C above pre-industrial temperatures is a dangerous target:
It’s a commonly held view that we need to hold to less than 2°C. […] But it is also worth bearing in mind that poorer parts of the world have been arguing for much lower than that, 1.5°C, because even at 2°C many people will die. They will be poor, they will be generally in the Southern hemisphere, they will be low-emitters, and they will typically be non-white.
There were two very big triumphs in the Paris Agreement, according to Anderson. Virtually all world leaders came together and agreed that climate change is a serious issue - so science won over the climate change deniers. Furthermore, world leaders were able to agree to limit global warming to 2°C or even 1.5°C, and to do this on the basis of the best science and equity.
However, much like Stabinsky said in the previous step, Anderson also notes that in sum the voluntary pledges of intended nationally determined contributions (INDCs) of the signatories are currently nowhere close of meeting the 2°C target, and that the treaty relies on speculative negative emissions technologies, which imply that we would find a way to capture carbon from the atmosphere and sequester it. Furthermore, the impact of aviation, international shipping or the need for decarbonization are not taken into account in the Agreement.
It is about climate change and you think that there would be some reference to fossil fuels. [But] nowhere in the 32 page document is there any reference to fossil fuels or decarbonization.
The Paris Agreement nevertheless provides a good starting point for climate action and leadership, he argues:
[W]e can all hold our leaders, that’s our government leaders, organisational leaders […] to account: this is what we have internationally signed up for.
### Reflection
What are your experiences of climate change in your life time? Are the changes sudden or slow and harder to detect? How are human and natural communities affected?
Add your thoughts in the comments section below (the pink box with a plus) and add your stories, photos and videos on Twitter hashtag #FLccleadership | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.257629930973053, "perplexity": 975.6998886559791}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-34/segments/1534221215487.79/warc/CC-MAIN-20180820003554-20180820023554-00590.warc.gz"} |
https://www.physicsforums.com/threads/product-of-total-differentials.746932/ | # Product of total differentials
1. Apr 4, 2014
### taimoortalpur
Dear All,
I am unable to understand a simple mathematics relation. I spent 2-3 hours to Google multi-variable mathematics and have studied some concepts, still i am missing/confusing some basics. The problem I have at hand is following.
Vector p can be written as
p = (p1, p2, p3) = n(sin θ3 cos φ, sin θ3 sin φ, cos θ3)
As defined earlier, p1, p2, and p3 are the x1, x2, and x3 components of vector p and therefore dp1dp2 can be written as shown in attached figure.
Kindly help me understand the multiplication of these two total differentials dp1*dp2. I cannot find any easy reference to product of total differentials. I will appreciate reference to any material.
Many thanks for your help and support.
Regards,
Taimoor.
File size:
4.5 KB
Views:
48
2. Apr 4, 2014
### mathman
Similar Discussions: Product of total differentials | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.940414547920227, "perplexity": 2296.084081437435}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-51/segments/1512948597585.99/warc/CC-MAIN-20171217210620-20171217232620-00489.warc.gz"} |
http://math.stackexchange.com/questions/220134/absorbing-time-in-0-of-a-simple-left-drifted-markov-chain-on-non-negative-inte | # Absorbing time in $0$ of a simple left-drifted Markov chain on non-negative integers
Let $M$ denote the Markov chain on states $\{0, 1, 2, ...\}$ with absorbing state $0$. For $i \geq 1$, let the transition probabilities be $p$ for $(i, i-1)$ and $1-p$ for $(i, i+1)$. Further, assume $p > 1/2$, thus, there is a drift towards $0$. I am interested in the mean absorbing/hitting time in state $0$, when started at state $n > 0$, denoted as $\mathbb{E}\{h(n)\}$. Due to the drift towards $0$, this should easily be determinable by using the linearity of the expectation on each single step?
More precise, the expected change ('increment') $\Delta$ on each single step of a walk that did not yet reach $0$, is $\mathbb{E(\Delta)} = (-1) \cdot p + 1 \cdot (1-p) = 1 - 2p < 0$. Thus, 'on average' we make progress $|1 - 2p|$ towards $0$ on each step, so we should hit $0$ after $h := \frac{n}{|1-2p|}$ many time steps, since $n + \mathbb{E}\{h \cdot \Delta\} = n + h \mathbb{E}\{\Delta\} = n - n = 0$. Thus, it should hold that $\mathbb{E}\{h(n)\} = h$.
I suppose that there is something wrong with this easy argument, since I fail to find a formal proof for it; I cannot adopt the hitting time definition to this. So my two questions are:
(1) Is this approach right or wrong, and how can $\mathbb{E}\{h(n)\}$ be determined correctly?
(2) If this argument is wrong, shouldn't it at least provide an upper bound on the hitting time?
-
(1) Show that $\mathbb E(h(n))=n\mathbb E(h(1))$.
(2) Show that $\mathbb E(h(1))=1+(1-p)\mathbb E(h(2))$.
(3) Conclude that, indeed, $\mathbb E(h(n))=n/(2p-1)$ for every $n\geqslant1$.
Further, this approach can even easily be extended to the case of a chain with alternating probabilities $p_1$, $p_2$, started at even $n$. (But for pattern periods $k$ greater than 2, the pendant of (2) runs into trouble then). The fundamental different way of thinking is, that this approach groups the random walks by their first visit of some nearer node (independently of the individual walk lengths so far), while my approach tried to deal with the expected progress of each random walk after each batch of exactly $k$ steps (here, $k=1$). Thanks a lot for your help! – cubic lettuce Oct 25 '12 at 9:30 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9843376874923706, "perplexity": 161.4828821000478}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-22/segments/1464049276131.97/warc/CC-MAIN-20160524002116-00211-ip-10-185-217-139.ec2.internal.warc.gz"} |
https://indico.desy.de/indico/event/3241/other-view?view=standard | # Workshop on Multi Parton Interaction
chaired by , ,
from to (Europe/Berlin)
Description Multiple parton interactions are one of the most common, yet poorly understood, phenomena at the LHC. The results of the first LHC measurements differ substantially from predictions provided by Monte Carlo simulations. The modelling implemented in Monte Carlo generators aims to describe multiple scattering throughout the whole range of scales, from soft to hard. At the same time, much work is ongoing to improve theoretical understanding of multiple scatterings at both low and high pT, and study the related phenomenology at the LHC. Therefore it is extremely important to combine theoretical efforts in order to achieve a better description of multiple interactions, and, in general, the underlying event. Topics to be discussed will include: - Improving theoretical understanding of the multiple interaction (MPI) - Implementation in general purpose MC programs. - Current development on multi parton PDF and use of them in MC programs - Multi parton interaction contribution to signal and background processes - Recent experimental results for LHC (and Tevatron?) and plans for future measurements of MPI at the LHC - Continued development of better MC event generators UPLOADING slides: - Hit the 'Manage' button - the modification code is mpi10
Go to day
• Monday, September 13, 2010
• 14:00 - 15:30 Afternoon session I. Location: Seminar Room 4
• 14:00 Measurement of the Underlying Event activity at 900 GeV and 7 TeV with CMS detector 45' Speaker: Livio Fano' Material:
• 14:45 Multiparton interactions as seen by an ATLAS Higgs physicist 45' Speaker: Bill Murray Material:
• 15:30 - 16:00 Coffee Break
• 16:00 - 17:30 Afternoon session II. Location: Seminar Room 4
• 16:00 Minimum Bias Physics at LHCb 45' Speaker: Michael Schmelling Material:
• 16:45 ATLAS leading track UE analysis 45' Speaker: Deepak Kar Material:
• Tuesday, September 14, 2010
• 09:00 - 10:30 Morning session I. Location: Seminar Room 4
• 09:00 MPI in Pythia 8 45' Speaker: Richard Corke Material:
• 09:45 MPI model in Herwig++ 45' Speaker: Stefan Gieseke Material:
• 10:30 - 11:00 Coffee break
• 11:00 - 12:30 Morning session II. Location: Seminar Room 4
• 11:00 Minimum Bias and the Underlying Event in Sherpa 45' Speaker: Korinna Zapp Material:
• 11:45 Multiple interactions, diffraction and the BFKL pomeron 45' Speaker: Gösta Gustafson Material:
• 12:30 - 14:00 Lunch break
• 14:00 - 15:30 Afternoon session I. Location: Seminar Room 4
• 14:00 MPI: general features and consistency requirements 45' Speaker: Daniele Treleani Material:
• 14:45 Double Parton Distributions incorporating pQCD Evolution and Sum Rule Constraints 45' Speaker: Jonathan Gaunt Material:
• 15:30 - 16:00 Coffee break
• 16:00 - 18:00 Afternoon session II. Location: Sem. 4 & Hörsaal
• 16:00 Multiparton interactions: some theoretical considerations 45' Speaker: Markus Diehl Material:
• 16:45 Break 15'
• 17:00 Parton Distribution Functions 1h0' ( Hörsaal ) Speaker: James Stirling Material:
• 19:30 - 22:00 Workshop dinner
• Wednesday, September 15, 2010
• 09:00 - 11:15 Morning session I. Location: Seminar Room 4
• 09:00 Probing double parton scattering with same-sign W pairs at the LHC 45' Speaker: Steve Kom Material:
• 09:45 MPI in Vector Boson plus jet(s) production at the LHC 45' Speaker: Ezio Maina Material:
• 10:30 Dynamical Characteristics of Double Parton Scattering 45' Speaker: Ed Berger Material:
• 11:15 - 11:30 Coffee break
• 11:30 - 13:00 Morning session II. Location: Seminar Room 4
• 11:30 4-jet correlations at Tevatron and LHC 45' Speaker: Boris Blok Material:
• 12:15 Recombination within multi-chain contributions in pp scattering 45' Speaker: Jochen Bartels Material:
• 13:00 - 14:00 Lunch break | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6931478977203369, "perplexity": 20813.375657611694}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676591837.34/warc/CC-MAIN-20180720213434-20180720233434-00012.warc.gz"} |
https://pytorch.org/docs/stable/torchvision/utils.html | # torchvision.utils¶
torchvision.utils.make_grid(tensor, nrow=8, padding=2, normalize=False, range=None, scale_each=False, pad_value=0)[source]
Make a grid of images.
Parameters
• tensor (Tensor or list) – 4D mini-batch Tensor of shape (B x C x H x W) or a list of images all of the same size.
• nrow (python:int, optional) – Number of images displayed in each row of the grid. The final grid size is (B / nrow, nrow). Default: 8.
• padding (python:int, optional) – amount of padding. Default: 2.
• normalize (bool, optional) – If True, shift the image to the range (0, 1), by the min and max values specified by range. Default: False.
• range (tuple, optional) – tuple (min, max) where min and max are numbers, then these numbers are used to normalize the image. By default, min and max are computed from the tensor.
• scale_each (bool, optional) – If True, scale each image in the batch of images separately rather than the (min, max) over all images. Default: False.
• pad_value (python:float, optional) – Value for the padded pixels. Default: 0.
Example
See this notebook here
torchvision.utils.save_image(tensor, fp, nrow=8, padding=2, normalize=False, range=None, scale_each=False, pad_value=0, format=None)[source]
Save a given Tensor into an image file.
Parameters
• tensor (Tensor or list) – Image to be saved. If given a mini-batch tensor, saves the tensor as a grid of images by calling make_grid.
• - A filename (fp) –
• format (Optional) – If omitted, the format to use is determined from the filename extension. If a file object was used instead of a filename, this parameter should always be used.
• **kwargs – Other arguments are documented in make_grid. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.33001384139060974, "perplexity": 7670.56125865402}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-16/segments/1585371660550.75/warc/CC-MAIN-20200406200320-20200406230820-00409.warc.gz"} |
https://crypto.stackexchange.com/questions/43486/reducing-the-output-of-aes-to-64-bit | # Reducing the output of AES to 64 bit
Is it possible to reduce the output of AES after encryption into 64 bit with the possibility of a reversible before decryption Without any error
• I would investigate Karnaugh Maps, and the Quine-McCluskey algorithm if you're interested in reducing Boolean expressions. en.wikipedia.org/wiki/Karnaugh_map en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm Feb 2 '17 at 1:59
• If you want to encrypt something non-block sized (vs get a 64 bit PRP) then consider using a mode such as CTR. Feb 2 '17 at 1:59
• FFX mode. But it's slow and complicated. Feb 2 '17 at 3:05
• What does "the possibility of a reversible before decryption Without any error" mean? Your question starts out reasonably, but seems to trail off into ungrammatical nonsense. Feb 2 '17 at 11:12
There is no way to reduce the output of a single AES encryption operation to 64 bits with the possibility of decryption without error.
There are however ways to use AES to build a 64-bit cryptogram that can be decrypted without error. The simplest is: encipher the constant zero with AES, keep the first 64 bits, XOR with the plaintext to get the cryptogram. Problem is, that's insecure if the AES key is used more than once.
There are ways to allow several uses with the same key:
• If an initial IV setup is tolerable (e.g. the IV overhead negligible compared to many later 64-bit cryptograms delivered in order), CTR mode is fine, as noted by Thomas M. DuBuisson.
• Construct a 64-bit symmetric Feistel cipher using AES encryption for the round function (AES-encipher the concatenation of the round number and 32-bit input); with 10 rounds for good measure, and perhaps using addition modulo $2^{32}$ rather than XOR for combination of the output of the round function (so that the cipher is not always an even permutation, which would be noticeable after $2^{64}-2$ plaintext/ciphertext pairs), that's a secure 64-bit block cipher. Beware however that with this method (or any 64-bit block cipher) alone, identical 64-bit plaintexts will be recognizable as identical 64-bit ciphertexts.
• FFX mode is another possibility, as noted by CodesInChaos.
The AES itself is an standard with a block size of 128 bits and 3 different key sizes (128, 192 and 256). The Rijndael, the winner of the AES contest, was proposed with this block size but with 5 different key sizes (add 160 and 224 to the previous 3).
This suggest a bigger flexibility in the Rijndael. In fact, playing with the parameters and the maths behind the Rijndael one can produce almost any arbitrary block and key size combination. Don't forget that this is not AES, but Rijndael.
Apart from this generalization, there are other algorithms designed designed to be 64 bit block like mCyrpton, present, katan/ktantan or Prince to mention some that I know. The cryptoanalysis made by the community is proportional to its impact. The the Rijndael has been more tested (on its original setup).
Apart from the CTR block cipher mode mention on a comment of a previous answer, you have other possibilities to think using an already tested implementation of the AES: Format preserving encryption.
Any solution you apply depends on where you apply, what are your needs. But focus, don't implement your crypto unless you are doing a research or it is going to be publicly review before and during production phase. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.45049238204956055, "perplexity": 1782.3255466890114}, "config": {"markdown_headings": true, "markdown_code": false, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964358570.48/warc/CC-MAIN-20211128164634-20211128194634-00078.warc.gz"} |
https://www.bas.ac.uk/data/our-data/publication/effect-of-plasma-density-on-diffusion-rates-due-to-wave/ | # Effect of plasma density on diffusion rates due to wave particle interactions with chorus and plasmaspheric hiss: extreme event analysis
Wave particle interactions play an important role in controlling the dynamics of the radiation belts. The purpose of this study is to estimate how variations in the plasma density can affect diffusion rates resulting from interactions between chorus waves and plasmaspheric hiss with energetic particles and the resulting evolution of the energetic electron population. We perform a statistical analysis of the electron density derived from the plasma wave experiment on the CRRES satellite for two magnetic local time sectors corresponding to near midnight and near noon. We present the cumulative probability distribution of the electron plasma density for three levels of magnetic activity as measured by Kp. The largest densities are seen near L* = 2.5 while the smallest occur near L* = 6. The broadest distribution, corresponding to the greatest variability, occurs near L* = 4. We calculate diffusion coefficients for plasmaspheric hiss and whistler mode chorus for extreme values of the electron density and estimate the effects on the radiation belts using the Salammbô model. At L* = 4 and L* = 6, in the low density case, using the density from the 5th percentile of the cumulative distribution function, electron energy diffusion by chorus waves is strongest at 2 MeV and increases the flux by up to 3 orders of magnitude over a period of 24 h. In contrast, in the high density case, using the density from the 95th percentile, there is little acceleration at energies above 800 keV at L* = 6, and virtually no acceleration at L* = 4. In this case the strongest energy diffusion occurs at lower energies around 400 keV where the flux at L* = 6 increases 3 orders of magnitude.
### Details
Publication status:
Published
Author(s):
Authors: Sicard-Piet, A., Boscher, D., Horne, R. B. ORCID record for R. B. Horne, Meredith, N. P. ORCID record for N. P. Meredith, Maget, V.
On this site: Nigel Meredith, Richard Horne
Date:
1 August, 2014
Journal/Source:
Annales Geophysicae / 32
Page(s):
1059-1071
Digital Object Identifier (DOI):
https://doi.org/10.5194/angeo-32-1059-2014 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9610900282859802, "perplexity": 1568.4618070188083}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579250619323.41/warc/CC-MAIN-20200124100832-20200124125832-00151.warc.gz"} |
https://www.aimsciences.org/article/doi/10.3934/nhm.2017007 | # American Institute of Mathematical Sciences
June 2017, 12(2): 173-189. doi: 10.3934/nhm.2017007
## The Riemann solver for traffic flow at an intersection with buffer of vanishing size
1 Department of Mathematics, Penn State University, University Park, Pa. 16802, USA 2 Department of Mathematical Sciences, Norwegian University of Science and Technology, NO-7491 Trondheim, Norway
Received December 2015 Revised March 2016 Published May 2017
Fund Project: The first author was partially supported by NSF, with grant DMS-1411786: "Hyperbolic Conservation Laws and Applications".
The paper examines the model of traffic flow at an intersection introduced in [2], containing a buffer with limited size. As the size of the buffer approaches zero, it is proved that the solution of the Riemann problem with buffer converges to a self-similar solution described by a specific Limit Riemann Solver (LRS). Remarkably, this new Riemann Solver depends Lipschitz continuously on all parameters.
Citation: Alberto Bressan, Anders Nordli. The Riemann solver for traffic flow at an intersection with buffer of vanishing size. Networks & Heterogeneous Media, 2017, 12 (2) : 173-189. doi: 10.3934/nhm.2017007
##### References:
show all references
##### References:
The flux $f_k$ as a function of the density $\rho$, along the $k$-th road
Constructing the solution of the the Riemann problem, according to the limit Riemann solver (LRS), with two incoming and two outgoing roads. The vector $\mathbf{f}=(\bar f_1,\bar f_2)$ of incoming fluxes is the largest point on the curve $\gamma$ that satisfies the two constraints $\sum_{i\in\mathcal{I}} \gamma_i(s) \theta_{ij}\leq \omega_j$, $j\in\mathcal{O}$
Left: an incoming road which is initially free. For $t_1<t<t_2$ part of the road is congested (shaded area). Right: an outgoing road which is initially congested. For $0<t<t_3$ part of the road is free (shaded area). In both cases, a shock marks the boundary between the free and the congested region
The two cases in the proof of Theorem 2.3. Left: none of the outgoing roads provides a restriction on the fluxes of the incoming roads. The queues are zero. Right: one of the outgoing roads is congested and restricts the maximum flux through the node
A case with three incoming roads. For large times, the first two roads become free, while the third road remains congested
[1] Constantine M. Dafermos. A variational approach to the Riemann problem for hyperbolic conservation laws. Discrete & Continuous Dynamical Systems - A, 2009, 23 (1&2) : 185-195. doi: 10.3934/dcds.2009.23.185 [2] Yanbo Hu, Wancheng Sheng. The Riemann problem of conservation laws in magnetogasdynamics. Communications on Pure & Applied Analysis, 2013, 12 (2) : 755-769. doi: 10.3934/cpaa.2013.12.755 [3] Yu Zhang, Yanyan Zhang. Riemann problems for a class of coupled hyperbolic systems of conservation laws with a source term. Communications on Pure & Applied Analysis, 2019, 18 (3) : 1523-1545. doi: 10.3934/cpaa.2019073 [4] João-Paulo Dias, Mário Figueira. On the Riemann problem for some discontinuous systems of conservation laws describing phase transitions. Communications on Pure & Applied Analysis, 2004, 3 (1) : 53-58. doi: 10.3934/cpaa.2004.3.53 [5] Zhi-Qiang Shao. Lifespan of classical discontinuous solutions to the generalized nonlinear initial-boundary Riemann problem for hyperbolic conservation laws with small BV data: shocks and contact discontinuities. Communications on Pure & Applied Analysis, 2015, 14 (3) : 759-792. doi: 10.3934/cpaa.2015.14.759 [6] Weishi Liu. Multiple viscous wave fan profiles for Riemann solutions of hyperbolic systems of conservation laws. Discrete & Continuous Dynamical Systems - A, 2004, 10 (4) : 871-884. doi: 10.3934/dcds.2004.10.871 [7] Anupam Sen, T. Raja Sekhar. Structural stability of the Riemann solution for a strictly hyperbolic system of conservation laws with flux approximation. Communications on Pure & Applied Analysis, 2019, 18 (2) : 931-942. doi: 10.3934/cpaa.2019045 [8] Mauro Garavello, Francesca Marcellini. The Riemann Problem at a Junction for a Phase Transition Traffic Model. Discrete & Continuous Dynamical Systems - A, 2017, 37 (10) : 5191-5209. doi: 10.3934/dcds.2017225 [9] Alberto Bressan, Fang Yu. Continuous Riemann solvers for traffic flow at a junction. Discrete & Continuous Dynamical Systems - A, 2015, 35 (9) : 4149-4171. doi: 10.3934/dcds.2015.35.4149 [10] Boris Andreianov, Mohamed Karimou Gazibo. Explicit formulation for the Dirichlet problem for parabolic-hyperbolic conservation laws. Networks & Heterogeneous Media, 2016, 11 (2) : 203-222. doi: 10.3934/nhm.2016.11.203 [11] Tatsien Li, Wancheng Sheng. The general multi-dimensional Riemann problem for hyperbolic systems with real constant coefficients. Discrete & Continuous Dynamical Systems - A, 2002, 8 (3) : 737-744. doi: 10.3934/dcds.2002.8.737 [12] Tai-Ping Liu, Shih-Hsien Yu. Hyperbolic conservation laws and dynamic systems. Discrete & Continuous Dynamical Systems - A, 2000, 6 (1) : 143-145. doi: 10.3934/dcds.2000.6.143 [13] Rinaldo M. Colombo, Mauro Garavello. A Well Posed Riemann Problem for the $p$--System at a Junction. Networks & Heterogeneous Media, 2006, 1 (3) : 495-511. doi: 10.3934/nhm.2006.1.495 [14] Meixiang Huang, Zhi-Qiang Shao. Riemann problem for the relativistic generalized Chaplygin Euler equations. Communications on Pure & Applied Analysis, 2016, 15 (1) : 127-138. doi: 10.3934/cpaa.2016.15.127 [15] Vladimir S. Gerdjikov, Rossen I. Ivanov, Aleksander A. Stefanov. Riemann-Hilbert problem, integrability and reductions. Journal of Geometric Mechanics, 2019, 11 (2) : 167-185. doi: 10.3934/jgm.2019009 [16] Alberto Bressan, Marta Lewicka. A uniqueness condition for hyperbolic systems of conservation laws. Discrete & Continuous Dynamical Systems - A, 2000, 6 (3) : 673-682. doi: 10.3934/dcds.2000.6.673 [17] Gui-Qiang Chen, Monica Torres. On the structure of solutions of nonlinear hyperbolic systems of conservation laws. Communications on Pure & Applied Analysis, 2011, 10 (4) : 1011-1036. doi: 10.3934/cpaa.2011.10.1011 [18] Stefano Bianchini. A note on singular limits to hyperbolic systems of conservation laws. Communications on Pure & Applied Analysis, 2003, 2 (1) : 51-64. doi: 10.3934/cpaa.2003.2.51 [19] Xavier Litrico, Vincent Fromion, Gérard Scorletti. Robust feedforward boundary control of hyperbolic conservation laws. Networks & Heterogeneous Media, 2007, 2 (4) : 717-731. doi: 10.3934/nhm.2007.2.717 [20] Fumioki Asakura, Andrea Corli. The path decomposition technique for systems of hyperbolic conservation laws. Discrete & Continuous Dynamical Systems - S, 2016, 9 (1) : 15-32. doi: 10.3934/dcdss.2016.9.15
2018 Impact Factor: 0.871 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.7475422620773315, "perplexity": 2302.1723645703387}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-16/segments/1585371830894.88/warc/CC-MAIN-20200409055849-20200409090349-00249.warc.gz"} |
https://qiskit.org/documentation/apidoc/verification.html | # Verification (qiskit.ignis.verification)¶
## Quantum Volume¶
qv_circuits([qubit_lists, ntrials, qr, cr]) Return a list of square quantum volume circuits (depth=width) QVFitter([backend_result, …]) Class for fitters for quantum volume.
## Randomized Benchmarking¶
Randomization benchmarking (RB) is a well-known technique to measure average gate performance by running sequences of random Clifford gates that should return the qubits to the initial state. Qiskit Ignis has tools to generate one- and two-qubit gate Clifford RB sequences simultaneously, as well as performing interleaved RB, purity RB and RB on the non-Clifford CNOT-Dihedral group.
randomized_benchmarking_seq([nseeds, …]) Generate generic randomized benchmarking (RB) sequences. RBFitter(backend_result, cliff_lengths[, …]) Class for fitters for randomized benchmarking. InterleavedRBFitter(original_result, …[, …]) Class for fitters for interleaved RB, derived from RBFitterBase class. PurityRBFitter(purity_result, npurity, …) Class for fitter for purity RB. CNOTDihedralRBFitter(cnotdihedral_Z_result, …) Class for fitters for non-Clifford CNOT-Dihedral RB. Abstract base class (ABS) for utils for various groups and sets of gates for randomized benchmarking. Clifford([num_qubits, table, phases]) Clifford Operator Class. CliffordUtils([num_qubits, group_tables, …]) Class for util functions for the Clifford group. CNOTDihedral(n_qubits) CNOT-dihedral Object Class. DihedralUtils([num_qubits, group_tables, …]) Class for util functions for the CNOT-dihedral group. count_gates(qobj, basis, qubits) Take a compiled qobj and output the number of gates in each circuit. gates_per_clifford(transpiled_circuits_list, …) Take a list of transpiled QuantumCircuit and use these to calculate the number of gates per Clifford. calculate_1q_epg(gate_per_cliff, epc_1q, qubit) Convert error per Clifford (EPC) into error per gates (EPGs) of single qubit basis gates. calculate_2q_epg(gate_per_cliff, epc_2q, …) Convert error per Clifford (EPC) into error per gate (EPG) of two qubit cx gates. calculate_1q_epc(gate_per_cliff, epg_1q, qubit) Convert error per gate (EPG) into error per Clifford (EPC) of single qubit basis gates. calculate_2q_epc(gate_per_cliff, epg_2q, …) Convert error per gate (EPG) into error per Clifford (EPC) of two qubit cx gates. coherence_limit([nQ, T1_list, T2_list, gatelen]) The error per gate (1-average_gate_fidelity) given by the T1,T2 limit. twoQ_clifford_error(ngates, gate_qubit, gate_err) The two qubit Clifford gate error given measured errors in the primitive gates used to construct the Clifford (see arxiv:1712.06550).
## Tomography¶
state_tomography_circuits(circuit, …[, …]) Return a list of quantum state tomography circuits. process_tomography_circuits(circuit, …[, …]) Return a list of quantum process tomography circuits. basis Quantum tomography basis StateTomographyFitter(result, circuits[, …]) Maximum-Likelihood estimation state tomography fitter. ProcessTomographyFitter(result, circuits[, …]) Maximum-Likelihood estimation process tomography fitter. TomographyFitter(result, circuits[, …]) Base maximum-likelihood estimate tomography fitter class marginal_counts(counts[, meas_qubits, pad_zeros]) Compute marginal counts from a counts dictionary. combine_counts(counts1, counts2) Combine two counts dictionaries. expectation_counts(counts) Converts count dict to an expectation counts dict. count_keys(num_qubits) Return ordered count keys.
## Topological Codes¶
RepetitionCode(d[, T]) Implementation of a distance d repetition code, implemented over T syndrome measurement rounds. GraphDecoder(code[, S]) Class to construct the graph corresponding to the possible syndromes of a quantum error correction code, and then run suitable decoders. lookuptable_decoding(training_results, …) Calculates the logical error probability using postselection decoding. postselection_decoding(results) Calculates the logical error probability using postselection decoding.
## Accreditation¶
AccreditationCircuits(target_circ[, …]) This class generates accreditation circuits from a target. Class for fitters for accreditation QOTP(circ, num[, two_qubit_gate, …]) Performs a QOTP (or random compilation) on a generic circuit. QOTPCorrectCounts(qotp_counts, qotp_postp) Corrects a dictionary of results, shifting the qotp | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.5024316906929016, "perplexity": 6628.909247786975}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439737233.51/warc/CC-MAIN-20200807231820-20200808021820-00552.warc.gz"} |
https://codereview.stackexchange.com/questions/128641/project-euler-8-maximum-product-of-13-adjacent-digits/128668 | # Project Euler 8: Maximum product of 13 adjacent digits
Problem 8 on Project Euler which asks
Find the thirteen adjacent digits in the 1000-digit number that have the greatest product. What is the product?
This is my solution in Visual C#.
class ProblemEight
{
static byte[] input = new byte[] { 7, 3, 1, 6, 7, 1, 7, 6, 5, 3, 1, 3, 3, 0, 6, 2, 4, 9, 1, 9, 2, 2, 5, 1, 1, 9, 6, 7, 4, 4, 2, 6, 5, 7, 4, 7, 4, 2, 3, 5, 5, 3, 4, 9, 1, 9, 4, 9, 3, 4, 9, 6, 9, 8, 3, 5, 2, 0, 3, 1, 2, 7, 7, 4, 5, 0, 6, 3, 2, 6, 2, 3, 9, 5, 7, 8, 3, 1, 8, 0, 1, 6, 9, 8, 4, 8, 0, 1, 8, 6, 9, 4, 7, 8, 8, 5, 1, 8, 4, 3, 8, 5, 8, 6, 1, 5, 6, 0, 7, 8, 9, 1, 1, 2, 9, 4, 9, 4, 9, 5, 4, 5, 9, 5, 0, 1, 7, 3, 7, 9, 5, 8, 3, 3, 1, 9, 5, 2, 8, 5, 3, 2, 0, 8, 8, 0, 5, 5, 1, 1, 1, 2, 5, 4, 0, 6, 9, 8, 7, 4, 7, 1, 5, 8, 5, 2, 3, 8, 6, 3, 0, 5, 0, 7, 1, 5, 6, 9, 3, 2, 9, 0, 9, 6, 3, 2, 9, 5, 2, 2, 7, 4, 4, 3, 0, 4, 3, 5, 5, 7, 6, 6, 8, 9, 6, 6, 4, 8, 9, 5, 0, 4, 4, 5, 2, 4, 4, 5, 2, 3, 1, 6, 1, 7, 3, 1, 8, 5, 6, 4, 0, 3, 0, 9, 8, 7, 1, 1, 1, 2, 1, 7, 2, 2, 3, 8, 3, 1, 1, 3, 6, 2, 2, 2, 9, 8, 9, 3, 4, 2, 3, 3, 8, 0, 3, 0, 8, 1, 3, 5, 3, 3, 6, 2, 7, 6, 6, 1, 4, 2, 8, 2, 8, 0, 6, 4, 4, 4, 4, 8, 6, 6, 4, 5, 2, 3, 8, 7, 4, 9, 3, 0, 3, 5, 8, 9, 0, 7, 2, 9, 6, 2, 9, 0, 4, 9, 1, 5, 6, 0, 4, 4, 0, 7, 7, 2, 3, 9, 0, 7, 1, 3, 8, 1, 0, 5, 1, 5, 8, 5, 9, 3, 0, 7, 9, 6, 0, 8, 6, 6, 7, 0, 1, 7, 2, 4, 2, 7, 1, 2, 1, 8, 8, 3, 9, 9, 8, 7, 9, 7, 9, 0, 8, 7, 9, 2, 2, 7, 4, 9, 2, 1, 9, 0, 1, 6, 9, 9, 7, 2, 0, 8, 8, 8, 0, 9, 3, 7, 7, 6, 6, 5, 7, 2, 7, 3, 3, 3, 0, 0, 1, 0, 5, 3, 3, 6, 7, 8, 8, 1, 2, 2, 0, 2, 3, 5, 4, 2, 1, 8, 0, 9, 7, 5, 1, 2, 5, 4, 5, 4, 0, 5, 9, 4, 7, 5, 2, 2, 4, 3, 5, 2, 5, 8, 4, 9, 0, 7, 7, 1, 1, 6, 7, 0, 5, 5, 6, 0, 1, 3, 6, 0, 4, 8, 3, 9, 5, 8, 6, 4, 4, 6, 7, 0, 6, 3, 2, 4, 4, 1, 5, 7, 2, 2, 1, 5, 5, 3, 9, 7, 5, 3, 6, 9, 7, 8, 1, 7, 9, 7, 7, 8, 4, 6, 1, 7, 4, 0, 6, 4, 9, 5, 5, 1, 4, 9, 2, 9, 0, 8, 6, 2, 5, 6, 9, 3, 2, 1, 9, 7, 8, 4, 6, 8, 6, 2, 2, 4, 8, 2, 8, 3, 9, 7, 2, 2, 4, 1, 3, 7, 5, 6, 5, 7, 0, 5, 6, 0, 5, 7, 4, 9, 0, 2, 6, 1, 4, 0, 7, 9, 7, 2, 9, 6, 8, 6, 5, 2, 4, 1, 4, 5, 3, 5, 1, 0, 0, 4, 7, 4, 8, 2, 1, 6, 6, 3, 7, 0, 4, 8, 4, 4, 0, 3, 1, 9, 9, 8, 9, 0, 0, 0, 8, 8, 9, 5, 2, 4, 3, 4, 5, 0, 6, 5, 8, 5, 4, 1, 2, 2, 7, 5, 8, 8, 6, 6, 6, 8, 8, 1, 1, 6, 4, 2, 7, 1, 7, 1, 4, 7, 9, 9, 2, 4, 4, 4, 2, 9, 2, 8, 2, 3, 0, 8, 6, 3, 4, 6, 5, 6, 7, 4, 8, 1, 3, 9, 1, 9, 1, 2, 3, 1, 6, 2, 8, 2, 4, 5, 8, 6, 1, 7, 8, 6, 6, 4, 5, 8, 3, 5, 9, 1, 2, 4, 5, 6, 6, 5, 2, 9, 4, 7, 6, 5, 4, 5, 6, 8, 2, 8, 4, 8, 9, 1, 2, 8, 8, 3, 1, 4, 2, 6, 0, 7, 6, 9, 0, 0, 4, 2, 2, 4, 2, 1, 9, 0, 2, 2, 6, 7, 1, 0, 5, 5, 6, 2, 6, 3, 2, 1, 1, 1, 1, 1, 0, 9, 3, 7, 0, 5, 4, 4, 2, 1, 7, 5, 0, 6, 9, 4, 1, 6, 5, 8, 9, 6, 0, 4, 0, 8, 0, 7, 1, 9, 8, 4, 0, 3, 8, 5, 0, 9, 6, 2, 4, 5, 5, 4, 4, 4, 3, 6, 2, 9, 8, 1, 2, 3, 0, 9, 8, 7, 8, 7, 9, 9, 2, 7, 2, 4, 4, 2, 8, 4, 9, 0, 9, 1, 8, 8, 8, 4, 5, 8, 0, 1, 5, 6, 1, 6, 6, 0, 9, 7, 9, 1, 9, 1, 3, 3, 8, 7, 5, 4, 9, 9, 2, 0, 0, 5, 2, 4, 0, 6, 3, 6, 8, 9, 9, 1, 2, 5, 6, 0, 7, 1, 7, 6, 0, 6, 0, 5, 8, 8, 6, 1, 1, 6, 4, 6, 7, 1, 0, 9, 4, 0, 5, 0, 7, 7, 5, 4, 1, 0, 0, 2, 2, 5, 6, 9, 8, 3, 1, 5, 5, 2, 0, 0, 0, 5, 5, 9, 3, 5, 7, 2, 9, 7, 2, 5, 7, 1, 6, 3, 6, 2, 6, 9, 5, 6, 1, 8, 8, 2, 6, 7, 0, 4, 2, 8, 2, 5, 2, 4, 8, 3, 6, 0, 0, 8, 2, 3, 2, 5, 7, 5, 3, 0, 4, 2, 0, 7, 5, 2, 9, 6, 3, 4, 5, 0 };
static long product, max = 0;
public static void SolutionEight()
{
for (short i = 0; i < 987; i++)
{
product = (long)input[i]
* input[i + 1]
* input[i + 2]
* input[i + 3]
* input[i + 4]
* input[i + 5]
* input[i + 6]
* input[i + 7]
* input[i + 8]
* input[i + 9]
* input[i + 10]
* input[i + 11]
* input[i + 12];
max = product > max ? product : max;
}
Console.WriteLine(max);
}
}
It gives the correct answer and it's best run time out of 20,000 runs in the release build has been 0.0956389122543305 milliseconds on an Intel Core i5-5200U @2.2Ghz processor.
How can I speed it up further?
[BENCHMARK]
Here are the benchmarks of all the awesome solutions provided in the answers. The implementations were run on an Intel Core i5-5200U @2.2Ghz processor with 8GB RAM. The fastest time was calculated out of 20,000 runs and Console.WriteLine(...) was not called in any implementation.
NOTE: I've tried my best to run all implementation on same standards without introducing my own optimizations (string to int conversions for the input were removed wherever necessary)
JNS' Bitshift optimization
• x64 (Debug) - 0.241196671392629 milliseconds
• x64 (Release) - 0.131561820759616 milliseconds
• x64 (Debug) - 0.0797768487584903 milliseconds
• x64 (Release) - 0.070446223172702 milliseconds
Risky Martin's reciprocal multiplication (implemented by brian_o)
• x64 (Debug) - 0.0121298132615248 milliseconds
• x64 (Release) - 0.0181947198922873 milliseconds
Dennis_E's Queue optimization
• x64 (Debug) - 0.033590252108838 milliseconds
• x64 (Release) - 0.0284584080366544 milliseconds
Falco's Dividend-Factor multiplication
• x64 (Debug) - 0.0149290009372613 milliseconds
• x64 (Release) - 0.00793103174792009 milliseconds
Domi1819's Casting optimization
• x64 (Debug) - 0.0102636881443672 milliseconds
• x64 (Release) - 0.005598375351473 milliseconds
Brian_o's Meticulous Zero-skip
• x64 (Debug) - 0.00933062558578834 milliseconds
• x64 (Release) - 0.00419878151360475 milliseconds
Zonker.in.Geneva and Mathreadler's Logarithmic approach (implemented by brian_o)
• x64 (Debug) - 0.0121298132615248 milliseconds
• x64 (Release) - 0.00466531279289417 milliseconds
[UPDATE]
If you are looking for a larger dataset to test your algorithm, I've generated 1 million random numbers using George Marsaglia's CMWC (Complementary Multiply With Carry) Generator (source code here).
Here is the File
• Are you allowed to use parallel processing? – 410_Gone May 18 '16 at 9:20
• Isn't the point of project Euler that you figure this out for yourself? projecteuler.net/about – Dominic Cronin May 18 '16 at 11:59
• I've already completed the Euler challenge. Correct solution in under a second (I reached 0.9ms) But interested to see how far it can be optimized – Paras May 18 '16 at 12:09
• Remember to compile and benchmark as both x86 and x64. You may get surprising results. – brian_o May 18 '16 at 21:26
• This is not the first Project Euler question on Code Review. Actually if you check this tag project-euler you can see more of them. Additionally, the purpose of naming the question with Project Euler is so people are aware what they are looking and not accidently spoil themselves, because honestly if one wants to look for the solution they are already here on the internet. The "project euler: x" helps those who don't want to spoil themselves of the answer. You can read more about it here – Paras May 19 '16 at 12:04
Inspired by Zonker.in.Geneva and mathreadler's ideas.
This doesn't do any multiplying or dividing to find the correct index. Only at the very end, when it has found the best run, it calculates that runs product.
private static readonly byte[] logs = { 0, 0, 69, 109, 138, 160, 179, 194, 207, 219 };
public static long SolutionEightAlt19()
{
int bestScore = 0;
uint bestIndex = 0;
int runningScore = 0;
uint prevUsable = 0;
for (uint i = 0; i < 1000; ++i)
{
if (input[i] == 0)
{
prevUsable = 0;
runningScore = 0;
}
else
{
++prevUsable;
runningScore += logs[input[i]];
if (prevUsable > 13) runningScore -= logs[input[i - 13]];
if (prevUsable >= 13 && runningScore > bestScore)
{
bestScore = runningScore;
bestIndex = i - 12;
}
}
}
return (long)(input[bestIndex] * input[bestIndex + 1] * input[bestIndex + 2] * input[bestIndex + 3] * input[bestIndex + 4] * input[bestIndex + 5] * input[bestIndex + 6]) * (input[bestIndex + 7] * input[bestIndex + 8] * input[bestIndex + 9] * input[bestIndex + 10] * input[bestIndex + 11] * input[bestIndex + 12]);
}
• +1: This was my idea also, though you might be able to further improve it with if (input[i] == 0) { .. i = i+12; } – RBarryYoung May 19 '16 at 18:43
• Hmm, my i+12 doesn't work at all because it still has to load the pipline. duh. My bad, you got it right. – RBarryYoung May 20 '16 at 18:27
• This one clocks out at 0.0713792857312808 milliseconds on my machine! Interesting solution – Paras May 21 '16 at 1:37
• All of the answers are great but I'm picking this one because it's very inspiring and possibly scalable with minor effort! Thanks everyone – Paras May 26 '16 at 22:00
• How did you pick the scale for the logarithm approximations? According to the back of my envelope, 255 for log(9) is barely accurate enough for 13 digits, 219 is dangerously inaccurate, and 130 happens to show the lowest relative error of all 8-bit scale values. – greybeard Apr 6 at 17:42
Using your base algorithm with a timing unit I get an average of 130 ticks (0.013 milliseconds) per iteration. (Note: running on Debug)
class ProblemEight
{
static byte[] input = { 7, 3, 1, 6, 7, 1, 7, 6, 5, 3, 1, 3, 3, 0, 6, 2, 4, 9, 1, 9, 2, 2, 5, 1, 1, 9, 6, 7, 4, 4, 2, 6, 5, 7, 4, 7, 4, 2, 3, 5, 5, 3, 4, 9, 1, 9, 4, 9, 3, 4, 9, 6, 9, 8, 3, 5, 2, 0, 3, 1, 2, 7, 7, 4, 5, 0, 6, 3, 2, 6, 2, 3, 9, 5, 7, 8, 3, 1, 8, 0, 1, 6, 9, 8, 4, 8, 0, 1, 8, 6, 9, 4, 7, 8, 8, 5, 1, 8, 4, 3, 8, 5, 8, 6, 1, 5, 6, 0, 7, 8, 9, 1, 1, 2, 9, 4, 9, 4, 9, 5, 4, 5, 9, 5, 0, 1, 7, 3, 7, 9, 5, 8, 3, 3, 1, 9, 5, 2, 8, 5, 3, 2, 0, 8, 8, 0, 5, 5, 1, 1, 1, 2, 5, 4, 0, 6, 9, 8, 7, 4, 7, 1, 5, 8, 5, 2, 3, 8, 6, 3, 0, 5, 0, 7, 1, 5, 6, 9, 3, 2, 9, 0, 9, 6, 3, 2, 9, 5, 2, 2, 7, 4, 4, 3, 0, 4, 3, 5, 5, 7, 6, 6, 8, 9, 6, 6, 4, 8, 9, 5, 0, 4, 4, 5, 2, 4, 4, 5, 2, 3, 1, 6, 1, 7, 3, 1, 8, 5, 6, 4, 0, 3, 0, 9, 8, 7, 1, 1, 1, 2, 1, 7, 2, 2, 3, 8, 3, 1, 1, 3, 6, 2, 2, 2, 9, 8, 9, 3, 4, 2, 3, 3, 8, 0, 3, 0, 8, 1, 3, 5, 3, 3, 6, 2, 7, 6, 6, 1, 4, 2, 8, 2, 8, 0, 6, 4, 4, 4, 4, 8, 6, 6, 4, 5, 2, 3, 8, 7, 4, 9, 3, 0, 3, 5, 8, 9, 0, 7, 2, 9, 6, 2, 9, 0, 4, 9, 1, 5, 6, 0, 4, 4, 0, 7, 7, 2, 3, 9, 0, 7, 1, 3, 8, 1, 0, 5, 1, 5, 8, 5, 9, 3, 0, 7, 9, 6, 0, 8, 6, 6, 7, 0, 1, 7, 2, 4, 2, 7, 1, 2, 1, 8, 8, 3, 9, 9, 8, 7, 9, 7, 9, 0, 8, 7, 9, 2, 2, 7, 4, 9, 2, 1, 9, 0, 1, 6, 9, 9, 7, 2, 0, 8, 8, 8, 0, 9, 3, 7, 7, 6, 6, 5, 7, 2, 7, 3, 3, 3, 0, 0, 1, 0, 5, 3, 3, 6, 7, 8, 8, 1, 2, 2, 0, 2, 3, 5, 4, 2, 1, 8, 0, 9, 7, 5, 1, 2, 5, 4, 5, 4, 0, 5, 9, 4, 7, 5, 2, 2, 4, 3, 5, 2, 5, 8, 4, 9, 0, 7, 7, 1, 1, 6, 7, 0, 5, 5, 6, 0, 1, 3, 6, 0, 4, 8, 3, 9, 5, 8, 6, 4, 4, 6, 7, 0, 6, 3, 2, 4, 4, 1, 5, 7, 2, 2, 1, 5, 5, 3, 9, 7, 5, 3, 6, 9, 7, 8, 1, 7, 9, 7, 7, 8, 4, 6, 1, 7, 4, 0, 6, 4, 9, 5, 5, 1, 4, 9, 2, 9, 0, 8, 6, 2, 5, 6, 9, 3, 2, 1, 9, 7, 8, 4, 6, 8, 6, 2, 2, 4, 8, 2, 8, 3, 9, 7, 2, 2, 4, 1, 3, 7, 5, 6, 5, 7, 0, 5, 6, 0, 5, 7, 4, 9, 0, 2, 6, 1, 4, 0, 7, 9, 7, 2, 9, 6, 8, 6, 5, 2, 4, 1, 4, 5, 3, 5, 1, 0, 0, 4, 7, 4, 8, 2, 1, 6, 6, 3, 7, 0, 4, 8, 4, 4, 0, 3, 1, 9, 9, 8, 9, 0, 0, 0, 8, 8, 9, 5, 2, 4, 3, 4, 5, 0, 6, 5, 8, 5, 4, 1, 2, 2, 7, 5, 8, 8, 6, 6, 6, 8, 8, 1, 1, 6, 4, 2, 7, 1, 7, 1, 4, 7, 9, 9, 2, 4, 4, 4, 2, 9, 2, 8, 2, 3, 0, 8, 6, 3, 4, 6, 5, 6, 7, 4, 8, 1, 3, 9, 1, 9, 1, 2, 3, 1, 6, 2, 8, 2, 4, 5, 8, 6, 1, 7, 8, 6, 6, 4, 5, 8, 3, 5, 9, 1, 2, 4, 5, 6, 6, 5, 2, 9, 4, 7, 6, 5, 4, 5, 6, 8, 2, 8, 4, 8, 9, 1, 2, 8, 8, 3, 1, 4, 2, 6, 0, 7, 6, 9, 0, 0, 4, 2, 2, 4, 2, 1, 9, 0, 2, 2, 6, 7, 1, 0, 5, 5, 6, 2, 6, 3, 2, 1, 1, 1, 1, 1, 0, 9, 3, 7, 0, 5, 4, 4, 2, 1, 7, 5, 0, 6, 9, 4, 1, 6, 5, 8, 9, 6, 0, 4, 0, 8, 0, 7, 1, 9, 8, 4, 0, 3, 8, 5, 0, 9, 6, 2, 4, 5, 5, 4, 4, 4, 3, 6, 2, 9, 8, 1, 2, 3, 0, 9, 8, 7, 8, 7, 9, 9, 2, 7, 2, 4, 4, 2, 8, 4, 9, 0, 9, 1, 8, 8, 8, 4, 5, 8, 0, 1, 5, 6, 1, 6, 6, 0, 9, 7, 9, 1, 9, 1, 3, 3, 8, 7, 5, 4, 9, 9, 2, 0, 0, 5, 2, 4, 0, 6, 3, 6, 8, 9, 9, 1, 2, 5, 6, 0, 7, 1, 7, 6, 0, 6, 0, 5, 8, 8, 6, 1, 1, 6, 4, 6, 7, 1, 0, 9, 4, 0, 5, 0, 7, 7, 5, 4, 1, 0, 0, 2, 2, 5, 6, 9, 8, 3, 1, 5, 5, 2, 0, 0, 0, 5, 5, 9, 3, 5, 7, 2, 9, 7, 2, 5, 7, 1, 6, 3, 6, 2, 6, 9, 5, 6, 1, 8, 8, 2, 6, 7, 0, 4, 2, 8, 2, 5, 2, 4, 8, 3, 6, 0, 0, 8, 2, 3, 2, 5, 7, 5, 3, 0, 4, 2, 0, 7, 5, 2, 9, 6, 3, 4, 5, 0 };
static long product, max = 0;
static long[] timings = new long[1000];
public static void SolutionEight()
{
Stopwatch watch = new Stopwatch();
for (int iterations = 0; iterations < timings.Length; iterations++)
{
watch.Restart();
for (short i = 0; i < 987; i++)
{
product = (long)input[i]
* input[i + 1]
* input[i + 2]
* input[i + 3]
* input[i + 4]
* input[i + 5]
* input[i + 6]
* input[i + 7]
* input[i + 8]
* input[i + 9]
* input[i + 10]
* input[i + 11]
* input[i + 12];
max = product > max ? product : max;
}
watch.Stop();
timings[iterations] = watch.ElapsedTicks;
}
Console.WriteLine(timings.Average());
}
}
Skipping zeros
if (input[i + 12] == 0)
i += 13;
Skipping zeros after setting the new max value gets it down to ~60 ticks (0.006 milliseconds).
This is covered in most of the other answers, but it's a very significant performance improvement that shouldn't be omitted. Check the other answers for better explanations.
Optimizing multiplication
product = (long)(input[i] * input[i + 1] * input[i + 2] * input[i + 3] * input[i + 4] * input[i + 5] * input[i + 6])
* (input[i + 7] * input[i + 8] * input[i + 9] * input[i + 10] * input[i + 11] * input[i + 12]);
By simply adding two pairs of braces, you can get it down to ~30 ticks (0.003 milliseconds) per operation. Magic, huh?
In .NET, multiplying two bytes will not return a byte. In fact, all integer multiplications in .NET will result in an int, as long as there are no longs involved. (If there is a long involved, both sides will be casted to long and a "long multiplication" is performed)
In your code, long multiplications are done (since 9^13 can overflow an int the idea is correct) however long multiplication is less performant than int multiplication. In your sample 12 long multiplications are performed.
The idea behind this optimization is to split the multiplication into smaller parts, specifically into blocks of 6 and 5 int multiplications (since 9^7 can not overflow ints) and then doing a final long multiplication to gain performance.
Other optimizations that I could think of did not provide any significant improvement.
• Wow, that was very astute pointer! * 0 * – Paras May 18 '16 at 12:55
• I've reached 0.0643813165419395 milliseconds just by applying these two simple refactors! Thanks – Paras May 18 '16 at 13:00
Implementing a shifting frame approach where you just divide by the leading digit and multiply by the last instead of multiplying all 13 digits over and over again is unfortunately not a good approach for 13 digits. Division is usually much slower on arithmetic units than multiplication (I remember a factor of 10-15 for some CPUs) so a single division might be slower than 13 multiplications. So I tried a different approach: I just multiply the dividends and factors and wait unti all the multiplied factors are bigger than the dividends and only then do a division and multiplication.
And I skip zeroes.
You could implement some shifting frame logic like this:
Let a product p_i be the product of all digits d_i...d_(i+1)
A product p_(i+1) can only be bigger than p_i if the digit d_(i+13) is bigger than d_i
Because: p_(i+1) = p_i / d_i * d_(i+13)
So you can skip the multiplication if the next digit is smaller or equal. This could make the algorithm twice as fast...
You can expand this, by multiplying the divisor_digits divs = d_i * d_(i+1)... and multiplying the new digits prods = d_(i+13) * d_(i+14) and only calculate the new maximum if prods > divs, then the new maximum is p_i / divs * prods
Results are the same as the original implementation and runtime is about 3-4 times faster in a first benchmark.
Java-Code:
private static long shiftingFrame( final int[] input )
{
final long cutoff = Long.MAX_VALUE / 10;
final int totalDigits = input.length;
int i = skipZeroes( input, 0, 13 );
long maxprod = i < totalDigits ? multiplyDigits( input, i ) : 0;
long lastprod = maxprod;
i = i + 12;
long diffactor = 1;
long mults = 1;
for ( ++i; i < totalDigits; ++i )
{
final int digit = input[ i ];
if ( digit == 0 )
{
i = skipZeroes( input, i, 13 );
if ( i >= totalDigits )
{
break;
}
lastprod = multiplyDigits( input, i );
i = i + 12;
mults = 1;
if ( lastprod >= maxprod )
{
maxprod = lastprod;
diffactor = 1;
}
else
{
diffactor = maxprod / lastprod;
}
}
else
{
final int spareDigit = input[ i - 13 ];
mults *= digit;
diffactor *= spareDigit;
if ( mults > diffactor || diffactor > cutoff )
{
lastprod = multiplyDigits( input, i - 12 );
mults = 1;
if ( lastprod > maxprod )
{
maxprod = lastprod;
diffactor = 1;
}
else
{
diffactor = maxprod / lastprod;
}
}
}
}
return maxprod;
}
private static long multiplyDigits( final int[] input, final int start )
{
return (long) ( input[ start ] * input[ start + 1 ] * input[ start + 2 ] * input[ start + 3 ]
* input[ start + 4 ] * input[ start + 5 ] * input[ start + 6 ] )
* ( input[ start + 7 ] * input[ start + 8 ] * input[ start + 9 ] * input[ start + 10 ]
* input[ start + 11 ] * input[ start + 12 ] );
}
private static int skipZeroes( final int[] input, int start, final int digits )
{
final int length = input.length;
int end = start + digits;
for ( int i = start; i < end; ++i )
{
if ( i >= length )
{
return length;
}
if ( input[ i ] == 0 )
{
start = i + 1;
end = start + digits;
}
}
return start;
}
• Over the thumb Benchmark timings in Java: Orginal: 14,5 ms, ZerroSkipping: 11,5 ms and ShiftFrame: 4,3 ms (Average runtime over a loop with 100.000, and warmup: 10.000 rounds) - Benchmarking code: pastebin.com/R4uvgRNP – Falco May 18 '16 at 11:27
• I converted the code to C# (had to remove all the finals) and the algorithm's fastest clocked out at 0.0779107236413326 milliseconds! It's awesome! – Paras May 18 '16 at 12:35
• I have made some more benchmarks and robustness-tests, I have changed the code a little and added a check for long-overflow, which could occur with high numbers. It is now safer and still as fast, if you want to use the code, please update these changes :-) - I am also trying around with other data-types, sometimes floating point arithmetics are faster than long calculations... – Falco May 18 '16 at 14:09
• Great! Keep us updated. Try if you can simplify the nested structures, maybe use a more lightweight data type (memory access is faster) – Paras May 18 '16 at 14:37
One obvious optimisation would be to skip sections that have a 0 in them. In the code below, I'm checking if the 13th digit is a 0 and if so, skipping the next 13 numbers, their product is always going to be 0...
int i = 0;
do
{
product = (long)input[i]
* input[i + 1]
* input[i + 2]
* input[i + 3]
* input[i + 4]
* input[i + 5]
* input[i + 6]
* input[i + 7]
* input[i + 8]
* input[i + 9]
* input[i + 10]
* input[i + 11]
* input[i + 12];
max = product > max ? product : max;
if (0 != input[i + 12]) i++;
else i += 13;
}
while (i < 987);
On a modern cpu, you can gain some benefit from parallel execution. Since the number of executions required is quite small, you need to avoid starting/ending threads however as this can have quite an overhead so you want to use threads from the thread pool. You also want to minimise contention between the threads, so you don't want them all updating the same Max variable. A basic strategy is to split the processing into a number of sections (where the number of sections is the number of CPUs).
Each window, calculates the max for that window, then compares it with the max for the other windows. The calculation stage can then but opitimised using the various other techniques suggested.
This results in code something like the following (I haven't really validated the upper bounds checking however it does result in the correct answer so I've assumed it is close enough).
public static void SolutionEight()
{
int windowSize = 1000 / threads;
for (int i = 0; i < threads; i++)
{
int windowStart = i;
tasks[windowStart] = Task<long>.Run(() => { return GetMax(windowStart * windowSize, (windowStart + 1) * windowSize - ((windowStart == threads - 1) ? 12 : 0)); });
}
long max = 0;
{
max = max > result ? max : result;
}
Console.WriteLine(max);
}
static public long GetMax(int start, int end)
{
long max = 0;
for(int i = start; i < end - 12; i++)
{
if (HasZero(i)) continue;
// Optimised as suggested by @Falco
if (i > 0 && input[i - 1] > input[i + 12]) continue;
// Optimised as suggestd by @domi1819
long product = (long)(input[i]
* input[i + 1]
* input[i + 2]
* input[i + 3]
* input[i + 4]
* input[i + 5]
* input[i + 6])
*( input[i + 7]
* input[i + 8]
* input[i + 9]
* input[i + 10]
* input[i + 11]
* input[i + 12]);
max = product > max ? product : max;
}
return max;
}
static bool HasZero(int i)
{
return !(input[i] != 0 &&
input[i + 1] != 0 &&
input[i + 2] != 0 &&
input[i + 3] != 0 &&
input[i + 4] != 0 &&
input[i + 5] != 0 &&
input[i + 6] != 0 &&
input[i + 7] != 0 &&
input[i + 8] != 0 &&
input[i + 9] != 0 &&
input[i + 10] != 0 &&
input[i + 11] != 0 &&
input[i + 12] != 0);
}
• What if the number at index i+13 is also 0? Is that a risk we must take or is there a way around that as well? – Paras May 18 '16 at 8:23
• @ParasDPain When the 13th digit is 0, you could go into an if that scans until it gets 13 digits that don't have 0. Whether or not it's worth while would depend on the number of 0s within 13 digits of each other. There's the same risk at the start of the set of numbers, although obviously you can visually check that this doesn't exist for the specific problem. – forsvarir May 18 '16 at 8:34
• That's a very extreme solution! I love it! Was waiting for a thread based implementation. – Paras May 18 '16 at 13:13
• The fastest run of your implementation clocked at 0.159553697516981 milliseconds. I tried removing the for and linearize the code but only got upto 0.14695... milliseconds – Paras May 18 '16 at 14:14
• @ParasDPain interesting, I get about a 50% boost over your original solution, but I'm running on a fairly old i7 laptop. It may be that your CPU is running through the code to quickly, so the cost of threading is higher than the cost of execution. – forsvarir May 18 '16 at 14:25
I implemented Risky Martin's proposal of using reciprocal multiplication, and it seems to be my best performer so far. Who knew?
I was kind of surprised because I thought that performing 1.0 / input[i - 13] (a division) would be just as expensive as dividing, but maybe there's an optimization because one is a long and the other is a byte? Voodoo? Or maybe I'm just wrong?
When generalizing, be careful for precision errors, but it seems fine for this particular input.
public static long SolutionEightAlt8()
{
double best = 0;
double prevProduct = 1;
uint prevUsable = 0;
for (uint i = 0; i < 1000; ++i)
{
if (input[i] == 0)
{
prevUsable = 0;
prevProduct = 1;
}
else
{
++prevUsable;
prevProduct *= input[i];
if (prevUsable > 13)
{
double recip = 1.0 / input[i - 13];
prevProduct *= recip;
}
best = prevProduct > best ? prevProduct : best;
}
}
return (long)best;
}
• Reciprocal is not just a division. There are faster ways to compute them than dividing the number 1.0 by them and we need to cast the "input[i]" to double although the compiler probably does that for you if you have not switched on your pedantic flags. But good contribution anyway. Compile with "-Ofast" should do such numerical short cuts automatically but can also destroy precision. – mathreadler May 18 '16 at 17:29
• Really interesting idea, however this is still (a tiny tiny bit) slower than my implementation on my current hardware (not the same I used for the benchmarks of my answer) Benchmark Code. – Domi May 18 '16 at 17:40
• I was thinking you could store the reciprocals in an array, so there would be no division in the loop. So you could write something like prevProduct *= reciprocals[input[i - 13]]; It's interesting that calculating the reciprocal in the loop is faster than just dividing in the loop. – Risky Martin May 19 '16 at 0:40
• @RiskyMartin I actually tried that in a subsequent experiment and was VERY surprised to learn that it didn't make a difference! Since there are only 10 possible digits, I baked a precomputed "here's the reciprocal for any digit" right into the class as a static readonly array. But no change! Maybe it gets cached in some way? – brian_o May 19 '16 at 1:07
• Since division is exact (dividing two integers to produce an integer), you should use 2adic division rather than real division. I assume long does arithmetic modulo 2^64? The presence of even divisors makes things a bit more complicated than usual; what you can do is make your table satisfy inverse[y] * y == 8 (mod 2^64). Then, to divide x by y, you can do your arithmetic with long and compute (x * inverse[y]) >> 3. – user14393 May 19 '16 at 17:32
Skipping 0s is good, but really you want to make sure none of your 13 consecutive digits is 0.
In your example data, starting at index 157, you have the following string of digits (874715852386305071569329096329522744304355766896648) which I've split up into runs of 0s and non-0s:
874 715 852 386 3 (13 digits)
0
5
0
715 693 29
0
963 295 227 443 (12 digits)
0
435 576 689 664 8 (13 digits)
By only skipping the first 0 (because digits[i+13] == 0), you're performing 24 unnecessary calculations, all of which equal zero.
Also, once you confirm that none of the 13 consecutive digits is 0, then if digits[i+13] == 1, you can skip over it, because either the product is the same (if digits[i] == 1) or less (if digits[i] > 1).
• I'm expanding on the Skipping Zeroes section listed above, trying to optimize it further....Sorry if i wasn't clear. But, i did see (after I posted) that brian_o is already on that path – Zonker.in.Geneva May 18 '16 at 17:05
Here's one that does the unrolled multiplication and also does 0 sequence skipping. I made a similar function that did division and a single multiplication, but this one is faster.
public static long SolutionEightAlt3()
{
long best = 0;
uint prevUsable = 0;
for (uint i = 0; i < 1000; ++i)
{
if (input[i] == 0)
{
prevUsable = 0;
}
else
{
++prevUsable;
if (prevUsable >= 13)
{
long prevProduct = (long)(input[i - 12] *
input[i - 11] *
input[i - 10] *
input[i - 9] *
input[i - 8] *
input[i - 7]) *
(long)(input[i - 6] *
input[i - 5] *
input[i - 4] *
input[i - 3] *
input[i - 2] *
input[i - 1] *
input[i]);
best = prevProduct > best ? prevProduct : best;
}
}
}
return best;
}
EDIT (More reasoning):
One way to think about solution is to say that there are 988 substrings, and you need to find the best one.
Calculating the score for a substring at index i has a certain cost. If you can optimize that cost, great. (see domi1819's answer, or my original (late to the party!).
It's worth it to think about whether you can shortcut the cost of a given index i's cost by using i-1 to bootstrap the cost caluclation: divide by the non-shared "old" digit, multiply by the "new" digit. In my experiments, with my hardware, I found that calculating the score outright (non-bootstrap, 13 optimized number multiplication) outperformed the divide-and-multiply methodology. So I'm sticking with the 13-num-multiply method. But the important part is, I checked! If we were looking for 26-digit strings, the answer would almost certainly be different.
Your first method did 987 scorings. But as others have talked about, the presence of zeroes makes many of those calculations unnecessary.
So figuring out which scorings can be obviated is very important, BUT there's a tradeoff: zero-skipping is not free!
• no zero skipping: 987 scorings
• domi1819: (CHEAP zero skipping methodology!) 430 scorings for this input
• my solution: (more expensive zero skipping methodology) 263 scorings for this input
On my hardware, my method seems to perform better than domi1819's, and I believe it's because I'm doing fewer scorings. I've been playing around with the algorithm and trying to do cheaper zero-skipping. My best implementation so far is 330 scorings with even faster overall performance than my currently posted answer. I feel there's still some room for improvement.
You mentioned parallelization. Might be a good strategy, but remember, just like zero skipping it's not free! I have yet to run experiments, but sounds like fun. My gut tells me it wouldn't be worth it with input this small, but who knows! Measure!
Final Edit:
I think I've gone as far as I'm willing to go. This is my final, best-performing function (for this input, using my hardware, compiling to x86). It does some zero skipping (moderate cost), and ends up computing 330 scores. My other more sophisticated attempts to compute fewer scores haven't outperformed it, maybe because they spend too much time figuring out what not to compute, or maybe because they mess up cache lines. Who knows.
public static long SolutionEightAlt15()
{
long best = 0;
for (uint i = 0; i < 988; ++i)
{
long product = (long)(input[i ] * input[i + 1] * input[i + 2] * input[i + 3 ] * input[i + 4 ] * input[i + 5 ] * input[i + 6]) *
(input[i + 7] * input[i + 8] * input[i + 9] * input[i + 10] * input[i + 11] * input[i + 12]);
best = product > best ? product : best;
if (product == 0)
{
// skip forward. you might still be inside an invalid region, but
// you'll just end up skipping forward again. decent balance of cost
// and efficacy for the tested input
uint j;
for (j = 12; j >= 0; --j)
{
if (input[i + j] == 0) break;
}
i += j;
}
}
return best;
}
• Thanks and I like the iterative checker for consecutive 0s . Also, is it necessary to explicitly cast the long twice, wouldn't once suffice? – Paras May 18 '16 at 13:17
• @ParasDPain I'm pretty sure it's unnecessary, but I don't think it costs anything at runtime. I also think it helps readability by making intention clear. (If I learned it actually DOES cost something at runtime, I'd remove it.) – brian_o May 18 '16 at 14:02
• Actually, the IL code of (long)int1 * int2 casts both ints to longs. When there's a long on one side, the compiler decides to cast other side to long as well to perform a long multiplication. – Domi May 18 '16 at 16:10
• Yes, and you can confirm it yourself by disassembling long l = (long)int1 * int2;, which results in ldloc.X (load variable X onto stack), conv.i8 (cast stack top to long), ldloc.Y (load variable Y onto stack), conv.i8 (cast stack top to long), mul (multiply two top stack elements and store result on stack) and stloc.Z (store stack top into variable Z and remove stack top). As you can see it's doing two casts although you only told it to cast the left side. – Domi May 18 '16 at 16:41
One optimization is to use bitshift for numbers that are multiple of 2. Not sure if that is significant, but in therory it should be faster ;). The code example below has also a few structual optimizations:
public class ProblemEight
{
static readonly long[] input = new long[] { 7, 3, 1, 6, 7, 1, 7, 6, 5, 3, 1, 3, 3, 0, 6, 2, 4, 9, 1, 9, 2, 2, 5, 1, 1, 9, 6, 7, 4, 4, 2, 6, 5, 7, 4, 7, 4, 2, 3, 5, 5, 3, 4, 9, 1, 9, 4, 9, 3, 4, 9, 6, 9, 8, 3, 5, 2, 0, 3, 1, 2, 7, 7, 4, 5, 0, 6, 3, 2, 6, 2, 3, 9, 5, 7, 8, 3, 1, 8, 0, 1, 6, 9, 8, 4, 8, 0, 1, 8, 6, 9, 4, 7, 8, 8, 5, 1, 8, 4, 3, 8, 5, 8, 6, 1, 5, 6, 0, 7, 8, 9, 1, 1, 2, 9, 4, 9, 4, 9, 5, 4, 5, 9, 5, 0, 1, 7, 3, 7, 9, 5, 8, 3, 3, 1, 9, 5, 2, 8, 5, 3, 2, 0, 8, 8, 0, 5, 5, 1, 1, 1, 2, 5, 4, 0, 6, 9, 8, 7, 4, 7, 1, 5, 8, 5, 2, 3, 8, 6, 3, 0, 5, 0, 7, 1, 5, 6, 9, 3, 2, 9, 0, 9, 6, 3, 2, 9, 5, 2, 2, 7, 4, 4, 3, 0, 4, 3, 5, 5, 7, 6, 6, 8, 9, 6, 6, 4, 8, 9, 5, 0, 4, 4, 5, 2, 4, 4, 5, 2, 3, 1, 6, 1, 7, 3, 1, 8, 5, 6, 4, 0, 3, 0, 9, 8, 7, 1, 1, 1, 2, 1, 7, 2, 2, 3, 8, 3, 1, 1, 3, 6, 2, 2, 2, 9, 8, 9, 3, 4, 2, 3, 3, 8, 0, 3, 0, 8, 1, 3, 5, 3, 3, 6, 2, 7, 6, 6, 1, 4, 2, 8, 2, 8, 0, 6, 4, 4, 4, 4, 8, 6, 6, 4, 5, 2, 3, 8, 7, 4, 9, 3, 0, 3, 5, 8, 9, 0, 7, 2, 9, 6, 2, 9, 0, 4, 9, 1, 5, 6, 0, 4, 4, 0, 7, 7, 2, 3, 9, 0, 7, 1, 3, 8, 1, 0, 5, 1, 5, 8, 5, 9, 3, 0, 7, 9, 6, 0, 8, 6, 6, 7, 0, 1, 7, 2, 4, 2, 7, 1, 2, 1, 8, 8, 3, 9, 9, 8, 7, 9, 7, 9, 0, 8, 7, 9, 2, 2, 7, 4, 9, 2, 1, 9, 0, 1, 6, 9, 9, 7, 2, 0, 8, 8, 8, 0, 9, 3, 7, 7, 6, 6, 5, 7, 2, 7, 3, 3, 3, 0, 0, 1, 0, 5, 3, 3, 6, 7, 8, 8, 1, 2, 2, 0, 2, 3, 5, 4, 2, 1, 8, 0, 9, 7, 5, 1, 2, 5, 4, 5, 4, 0, 5, 9, 4, 7, 5, 2, 2, 4, 3, 5, 2, 5, 8, 4, 9, 0, 7, 7, 1, 1, 6, 7, 0, 5, 5, 6, 0, 1, 3, 6, 0, 4, 8, 3, 9, 5, 8, 6, 4, 4, 6, 7, 0, 6, 3, 2, 4, 4, 1, 5, 7, 2, 2, 1, 5, 5, 3, 9, 7, 5, 3, 6, 9, 7, 8, 1, 7, 9, 7, 7, 8, 4, 6, 1, 7, 4, 0, 6, 4, 9, 5, 5, 1, 4, 9, 2, 9, 0, 8, 6, 2, 5, 6, 9, 3, 2, 1, 9, 7, 8, 4, 6, 8, 6, 2, 2, 4, 8, 2, 8, 3, 9, 7, 2, 2, 4, 1, 3, 7, 5, 6, 5, 7, 0, 5, 6, 0, 5, 7, 4, 9, 0, 2, 6, 1, 4, 0, 7, 9, 7, 2, 9, 6, 8, 6, 5, 2, 4, 1, 4, 5, 3, 5, 1, 0, 0, 4, 7, 4, 8, 2, 1, 6, 6, 3, 7, 0, 4, 8, 4, 4, 0, 3, 1, 9, 9, 8, 9, 0, 0, 0, 8, 8, 9, 5, 2, 4, 3, 4, 5, 0, 6, 5, 8, 5, 4, 1, 2, 2, 7, 5, 8, 8, 6, 6, 6, 8, 8, 1, 1, 6, 4, 2, 7, 1, 7, 1, 4, 7, 9, 9, 2, 4, 4, 4, 2, 9, 2, 8, 2, 3, 0, 8, 6, 3, 4, 6, 5, 6, 7, 4, 8, 1, 3, 9, 1, 9, 1, 2, 3, 1, 6, 2, 8, 2, 4, 5, 8, 6, 1, 7, 8, 6, 6, 4, 5, 8, 3, 5, 9, 1, 2, 4, 5, 6, 6, 5, 2, 9, 4, 7, 6, 5, 4, 5, 6, 8, 2, 8, 4, 8, 9, 1, 2, 8, 8, 3, 1, 4, 2, 6, 0, 7, 6, 9, 0, 0, 4, 2, 2, 4, 2, 1, 9, 0, 2, 2, 6, 7, 1, 0, 5, 5, 6, 2, 6, 3, 2, 1, 1, 1, 1, 1, 0, 9, 3, 7, 0, 5, 4, 4, 2, 1, 7, 5, 0, 6, 9, 4, 1, 6, 5, 8, 9, 6, 0, 4, 0, 8, 0, 7, 1, 9, 8, 4, 0, 3, 8, 5, 0, 9, 6, 2, 4, 5, 5, 4, 4, 4, 3, 6, 2, 9, 8, 1, 2, 3, 0, 9, 8, 7, 8, 7, 9, 9, 2, 7, 2, 4, 4, 2, 8, 4, 9, 0, 9, 1, 8, 8, 8, 4, 5, 8, 0, 1, 5, 6, 1, 6, 6, 0, 9, 7, 9, 1, 9, 1, 3, 3, 8, 7, 5, 4, 9, 9, 2, 0, 0, 5, 2, 4, 0, 6, 3, 6, 8, 9, 9, 1, 2, 5, 6, 0, 7, 1, 7, 6, 0, 6, 0, 5, 8, 8, 6, 1, 1, 6, 4, 6, 7, 1, 0, 9, 4, 0, 5, 0, 7, 7, 5, 4, 1, 0, 0, 2, 2, 5, 6, 9, 8, 3, 1, 5, 5, 2, 0, 0, 0, 5, 5, 9, 3, 5, 7, 2, 9, 7, 2, 5, 7, 1, 6, 3, 6, 2, 6, 9, 5, 6, 1, 8, 8, 2, 6, 7, 0, 4, 2, 8, 2, 5, 2, 4, 8, 3, 6, 0, 0, 8, 2, 3, 2, 5, 7, 5, 3, 0, 4, 2, 0, 7, 5, 2, 9, 6, 3, 4, 5, 0 };
public static void SolutionEight()
{
var max = 0L;
for (short i = 0; i < input.Length - ADJACENT_DIGITS_LENGTH; i++)
{
var product = 1L;
for (int j = 0; j < ADJACENT_DIGITS_LENGTH; j++)
{
var val = input[i + j];
switch (val)
{
case 1:
break;
case 2:
product <<= 1;
break;
case 4:
product <<= 2;
break;
case 8:
product <<= 3;
break;
default:
product *= val;
break;
}
}
max = product > max ? product : max;
}
Console.WriteLine(max);
}
}
Edit: Added the case 1 in code above.
Maybe it is also possible to let the compiler optimize the code. That requires the compile to know the concrete number at compile time:
switch(val)
{
case 2:
product *= 2;
break;
case 3:
product *= 3;
break;
//...
}
• I ran the solution with the same clocking mechanism, and out of 20,000 runs the fastest took 0.181480667643583 milliseconds . The bit shifts must've made it faster but the 2nd for loop slows it down as well. Can you elaborate on if var is faster and the use of Math.Max(...), etc. – Paras May 18 '16 at 6:47
• var doesn't have any effect of performance because it is actually a long (the compiler knows that it must be a long). I think Math.Max(...) has also no effect on performance... but i didn't checked it. – JanDotNet May 18 '16 at 6:52
• @ParasDPain: You are right... the nested for loop slows it down (I am fixed to optimize code for readablity that I didn't see it ^^). Therefore another optimization would be to remove the first for loop. That could be done by using T4 templates. – JanDotNet May 18 '16 at 6:55
• There is no difference between using var or the explicity type because it results in the same compilation. – JanDotNet May 18 '16 at 7:10
• @ParasDPain That's a different question (and one which has many answers round the network). – Philip Kendall May 18 '16 at 10:17
One optimization is to skip sequences that contain a 0. Another is if the previous sequence doesn't start with a 0, calculate the current sequence by dividing the previous product by first digit in the previous sequence and multiplying by the last digit in the current sequence.
I hope you had code to convert the 1000 digits from the string into an array of digits. I know you're going for speed, but a lot of times readability and maintainability is more important, and in those cases you'd want to calculate a product using loops or LINQ instead of coding an increment to the index 13 times. You should also calculate the currently hardcoded value of 987 using something like int count = input.Count() - sequenceLength;.
• Agreed, I'm currently trying to implement the skip for 0 and the frame-shifting to reduce multiplication operations. Agreed readability is important but I'm competing with friends so ready to sacrifice it. And yes of course I wrote a function to convert the string to a byte array – Paras May 18 '16 at 8:36
• I'm not sure if a shifting frame will be a benefit, in many Arithmetic Units division is about 10-15 times slower than multiplication, which would make the single division maybe more expensive than 13 multiplications... but you can test it... – Falco May 18 '16 at 9:08
• I'll test and post results – Paras May 18 '16 at 9:30
• @ParasDPain Instead of dividing, you could also try storing the reciprocals of the digits in an array and multiplying them or using a corresponding multiply shift operation. – Risky Martin May 18 '16 at 10:39
You are basically doing all multiplications 13 times.
When you have the product of 13 numbers, a1 * a2 * ... * a13, all you have to do to find the next product is divide by a1 and multiply by a14. You don't have to multiply a2 through a13 all over again.
The obvious way to handle this is by using a Queue.
The 2nd optimization you can make is to start a new sequence of 13 when you encounter a 0. (If you don't check for 0, you'll get a DivideByZeroException)
First, let's make an extension method to get all the digits from a number-string:
public static IEnumerable<int> Digits(this string s) {
foreach (char c in s) yield return c - '0';
}
Then solve problem 8:
public long SolveProblem008() {
private const string input = "731..."; //I'm not going to display the entire string here...
return GreatestConsecutiveProduct(13, input.Digits());
}
static long GreatestConsecutiveProduct(int length, IEnumerable<int> digits) {
var buffer = new Queue<int>(length);
long product = 1L, max = long.MinValue;
foreach (int input in digits) {
if (buffer.Count < length) { //We don't have 13 digits yet
if (input == 0) { //Encountered a 0: start from scratch
product = 1L;
buffer.Clear();
} else {
buffer.Enqueue(input);
product *= input;
}
} else {
if (input == 0) { //Encountered a 0: start from scratch
product = 1L;
buffer.Clear();
} else {
product /= buffer.Dequeue();
buffer.Enqueue(input);
product *= input;
if (product > max) max = product;
}
}
}
return max;
}
• I ran it and am getting the wrong answer - 2090188800 (possibly an overflow, the max product exceeds int.MaxValue). Could you please confirm that – Paras May 18 '16 at 10:18
• And it was, I changed the type of the method, product and Queue to long and got the correct answer but still the fastest run of 20,000 runs only reached 0.122231195173827, tells me the implementation can be improved – Paras May 18 '16 at 10:21
• @ParasDPain Yes, I forgot. The problem used to be to find a sequence of 5 consecutive numbers (if I remember correctly) which fits well within an int. They changed it to 13 later. I edited it to return a long – Dennis_E May 18 '16 at 10:24
• This optimization will help for very large n (>13), but on most arithmetic unit division is much slower (factor 10-15) than multiplication. So a single division will probably be slower than 13 multiplications. And this is without taking pipelining, branch prediction and L1/L2 caches into account... – Falco May 18 '16 at 10:47
• Have you actually tested this and found that it improves performance? This seems.. most unlikely really. As Falco says the optimisation itself is more than questionable for the number of digits we're talking about, but the real problem is the horribly unpredictable branch you have in there. And that's just the two major things - the overhead from the queue probably won't matter too much, but is far from free anyhow. – Voo May 18 '16 at 13:24
Seems someone had already tried my first instinct to make a "moving frame" that divides an old number in the tail and multiplies a new in the front (1mul and 1 div instead of 12 mul). However divs are more slow than muls and also screw up the pipelines so maybe that is why it did not work very well.
Another popular approach in engineering is to do dyadic subdivision, calculate pairs of products, then pairs of those and so on.
So first level would be the original numbers n1,n2,n3,.... Second level would be n1*n2,n3*n4,... third level n1*n2*n3*n4,.... and so on. We can stop at 8 since that will be the power of two which is just below 13.
So the first product will be "first eight * third four * 13th number". In best case two multiplications instead of 12. I can leave the implementation as an exercise, after all the project is aimed to help people get better at programming.
I just realized I have no way to test this. Even current state of my unoptimized code with optimization flags takes only 7-17 µs to run, which is far too little to do any reliable testing. Maybe if we can come up with some mockup data which is a lot longer so it forces every algorithm to take longer.
• I'll post 1 million random number sequence in the question to benchmark algorithm's efficiency with data size – Paras May 21 '16 at 3:13
• Sounds great. Maybe post a link to a file instead of all the number in the question text. – mathreadler May 21 '16 at 3:29
• I've updated the question with a link to the file (sorry about the delay) – Paras May 21 '16 at 14:40
I had another thought which is a variation on the shifting frame...
The problem with the shifting frame idea is that division is much slower than multiplication.
But...the 13 consecutive digits that determine the maximum product are also the same consecutive digits that determine the maximum SUM....
So, if we employ the shifting frame method but subtract the first element and add the next element, we avoid divisions. We only keep track of the index which will give us the greatest sum. At the end of our loop, we do one single multiplication based on 13 consecutive digits starting at the GreatestSumIndex.
Naturally, we still want to avoid any sequences that have any zeros.
As it's approaching 02:00am, I'll work on the code in the morning. Unless someone else wants a stab at it....
• "the 13 consecutive digits that determine the maximum product are also the same consecutive digits that determine the maximum SUM" Unfortunately, nope. 5555555555555 has a smaller digit sum than 9191919191916, but its digit product is way bigger. – brian_o May 19 '16 at 2:29
• It will work with a log law though $\log(ab) = log(a)+log(b)$, but sadly most ways of calculating logs is rather slow. – mathreadler May 19 '16 at 15:56
• mathreadler You only need to calculate the log of each digit once. – user1008646 May 19 '16 at 17:03
• Yes I agree, but that calculation can still be slow. I read in other stackexchange and overflow sites that c implementations of log can take 35 cycles on modern intel cpus where a multiplication would only take a few or less than one in average if there is a good pipeline. But maybe it's worth it if it's only once per digit. – mathreadler May 21 '16 at 4:19
• @mathreadler You can make this work without doing any log calculations at runtime. Throw the log representation of digits 1-9 into a static array. – brian_o May 22 '16 at 13:31 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.18072983622550964, "perplexity": 219.79853997575853}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-47/segments/1573496668772.53/warc/CC-MAIN-20191116231644-20191117015644-00003.warc.gz"} |
https://www.physicsforums.com/threads/find-the-temperature-coefficient-of-metal-x.320653/ | # Find the temperature coefficient of metal X
1. Jun 18, 2009
### icystrike
1. The problem statement, all variables and given/known data
Metal X
1) since the graph does not show that V is linearly related with I , is it right for me to apply the formula
R(50*C)=R(20*C) (1+ a lΔTl )
to find the temperature coefficient of metal X ?
2) R/Ω is linearly related with T/*C ?
If yes, will R=(dR/dT)T+c ?
Whereby dR/dT and c are constants that a fixed for the similar metal
2. Relevant equations
3. The attempt at a solution
Last edited: Jun 18, 2009
2. Jun 18, 2009
### icystrike
Re: Resistance
please can someone answer to my question..
3. Jun 18, 2009
### LowlyPion
4. Jun 18, 2009
### icystrike
Re: Resistance
the graph is not part of the measure lab assignment.
I ask this question simply because of curiosity.
Thank you for answering my question , your help is greatly appreciated.
Know someone interested in this topic? Share this thread via Reddit, Google+, Twitter, or Facebook
Similar Discussions: Find the temperature coefficient of metal X | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8736603856086731, "perplexity": 4552.2706693596265}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-43/segments/1508187823997.21/warc/CC-MAIN-20171020082720-20171020102720-00179.warc.gz"} |
https://mathematica.stackexchange.com/questions/103989/resolve-does-not-resolve-this-statement-with-quantifier | # Resolve does not resolve this statement with quantifier
I'm trying to use Resolve to get a condition on a parameter for which the statement is true, but it doesn't look like it's working:
Resolve[Exists[a, a > 0, Element[Sqrt[100 + a^4]/a, Rationals]], Rationals]
The statement does in fact have parameter values that make it true. For example, 3/2 or 20/3 are some instances of a that work. How can I have Mathematica solve this problem?
I do not know how to get Resolve to find your answers; however, Reduce can find solutions. Rewrite your equation with $a=u/v$, where $u$ and $v$ are coprime integers greater than zero. Hence, $\sqrt{u^4+100*v^4}/(u*v)=c/d$, where $c$ and $d$ are coprime integers greater than zero. If the square root returns an irrational, then there is no solution. If the square root returns an integer $m$, then we have a solution.
Block[{r, u, v, m},
Flatten[
ParallelTable[
r = {ToRules[
Reduce[{m^2 == u^4 + 100*v^4, u>0, m>0, GCD[u,v]==1}, Integers]
]};
If[r =!= {}, {u, v, m} /. r, {}],
{v, 1, 1000}],
1]]
The solutions come in pairs. If $u/v$ is a solution, then so is $10*v/u$, both giving the same result $c/d$. Up to $v=5000$ there are 4 solutions $\{u,v\}$ of {3,2}, {20,3}, {1519,492}, and {4920,1519}.
If using Reduce is a cheat, then consider writing $m^2-x^2=100*y^2$, where $x=u^2$ and $y=v^2$. Assume $y=1,4,9,...$ is given, find the divisors pairs $p*q=100*y^2$, and $\{m,x\}$ via $p=m-x$ and $q=m+x$. Save solutions with square $x$.
Short answer is: I don't believe you can make Mathematica solve this because math does not know how to solve this.
The longer version might not be 100% correct, since I am not a mathematician, but it goes somewhere along this:
The problem you're trying to solve here boils down to the question of "Is a specific rational number a square of another rational number?". And there is no constructive solution to this problem. The only known way to list all numbers that are squares of other numbers is to actually calculate them one by one from a list of all rationals.
So that's what you can do with your problem. You can write an algorithm that will get you first 10, 100, 1000 or however much of rationals that solve it, but there still will be infinitely more of those to go, and there is no simpler way to get them all.
• Thinks for your advices. – yode Jan 16 '16 at 12:27 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6603620648384094, "perplexity": 283.9268292651532}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-47/segments/1573496670821.55/warc/CC-MAIN-20191121125509-20191121153509-00338.warc.gz"} |
http://the-biologist-is-in.blogspot.com/2014_02_01_archive.html | // Twitter Cards // Prexisting Head The Biologist Is In: February 2014
## Wednesday, February 26, 2014
### The Trouble with Seeds (1/3)
For someone interested in breeding plants, that some plants often don't produce seeds can be a major barrier. A breeder would be limited to looking for selectable mutations, rather than using the more general mixing and segregation of genetics to increase crop diversity.
Many of our common vegetables, fruits, and landscape plants are traditionally propagated by clonal divisions. In some cases (apples, pears, etc.) the complex genetic diversity of the crop means that every seedling would produce a distinct plant. The market demands for consistent production then encourage growers to clone the plants. In other cases, the clonal tradition is enforced by the plants themselves due to their inability to produce seeds. (I'll later discuss a third category of plants which have such long life-cycles that breeding projects become difficult to undertake.)
Researchers have figured out tricks to get seed and allow breeding to be done with plants that might otherwise prefer not to.
The Trouble with Seeds (1/3): Garlic, Horseradish, Potato Onion, Walking Onion, and Banana.
The Trouble with Seeds (2/3): Pineapple, Lily of the Valley, Potato, and Sweet Potato.
The Trouble with Seeds (3/3): Babington's Leek, Crosnes, and Bur Oak.
Most of this post is an accumulation of information from other sources (in colored quotes below) about how to get seeds from these crops. I've also included my thoughts and experiences where I felt something needed to be clarified or extended.
How to get garlic (Allium sativum) to set seed; notes on growing.
[1] "Most of our seed production is done with severed scapes kept in water rather than by leaving the whole plant in the ground."
"Garlic cultivars having flowers with purple anthers are much more likely to be male fertile and to produce seed than those with yellow anthers."
"Garlic umbels have both bulbils for asexual reproduction and flowers for sexual reproduction. Bulbils and flowers compete for the plant's resources. With certain exceptions, if the plant is left to its own the bulbils win and the flowers wither and die before they can produce seed. The bulbils must be removed from the umbel in order to tilt the balance toward seed production."
"Interestingly, in subsequent generations of seed-produced plants the bulbils are often far fewer and may not require removal for successful seed production."
"When the scape becomes nearly straight, the spathe (bract or leaf covering the umbel) should be slit open to examine the umbel's development. As soon as the bulbils have developed they should be removed. Bulbil removal is rather tedious and time consuming, but not particularly difficult after a bit of practice."
"Bulbil removal is a combination of plucking them out with tweezers and rocking them out to dislodge them."
"Because bulbils as well as flowers are usually still developing at the time bulbil removal begins, it is usually necessary to return a week or so after the initial procedure to remove any bulbils that subsequently developed."
"Initial seed yields are typically quite low, but subsequent generations of seed-produced plants yield significantly more seeds, sometimes more than 600 per umbel. Early efforts may be difficult, but later efforts can be exceptionally rewarding."
"Seed from garlic plants that have previously been propagated only by asexual means (cloves, bulbils) have a low germination rate ranging from 10% to an optimistic 35% at best."
"However, studies have shown that subsequent generations of seed-produced plants typically have a much higher germination rate, sometimes as high as 100%."
"First generation seedlings often exhibit a high frequency of unfavorable characteristics, such as stunted growth, deformed leaves, limited root development, and chlorophyll deficiencies. Subsequent generations of seed-produced garlic exhibit increasing vigor and a lower frequency of genetically deficient plants."
"Garlic seed has a period of dormancy and should not be planted immediately after harvest."
"Garlic seeds should be given a bleach soak prior to planting to help protect them from contamination, followed by a cold treatment to shorten dormancy. Soak the garlic seeds in a 1% solution of household bleach (1 teaspoon bleach in 2 cups water) for 20 minutes, rinse the seeds, distribute the seeds on moist paper towels, place the seeds in a plastic sack, and store in a refrigerator for approximately four weeks."
"Like the seed, newly harvested garlic bulbs, including rounds, have a natural period of dormancy. Various things affect dormancy but temperature is a major factor. Warm temperatures lengthen dormancy and cold temperatures shorten dormancy. We do not have a definitive recommendation, but as a starting point we suggest waiting at least a month after harvesting the rounds before replanting them in the fall. We have not found this to be an issue for us, but if necessary temporary storage in the refrigerator could be employed to help break dormancy sooner."
"Once the rounds are planted in the fall the seed-produced garlic is on a normal cycle and can be grown out just as one would with the rest of the garlic crop. Large rounds from vigorous seedlings should yield fully-developed plants and divided bulbs at harvest the following year. You can use these fully-developed plants to produce second generation seeds, though doing so severely diminishes the bulb and thus inhibits or sacrifices replication of what is essentially a new cultivar. You can also opt not to produce second generation seed from these plants and instead harvest the bulbs and cloves at maximum size for planting in the fall. This delays the next generation of seed-produced garlic until the following year, when you can use some plants for producing seed, and some for continued replication of the new cultivar via cloves. There isn’t a right or wrong way in this regard, and you may want to try some both ways. If you have a particularly promising cultivar, however, you may want to asexually replicate and preserve it before using some of its plants for a second generation of seed production."
Garlic can be grown from grocer-bought bulbs, though it can be difficult to break their hormone-induced dormancy. If you want to grow your own garlic, look for bulbs grown by local organic farmers. They are less likely to have been prepared for long-storage and more likely to grow when given sunlight and moisture.
I haven't successfully grown garlic (my last attempt was overgrown by zucchini), but I really like the idea of growing them from seed and exploring the genetic diversity hidden within them.
How to get horseradish (Armoracia rusticana) to set seed.
[1] "Horseradish may be an interspecific hybrid and is generally reported to be sterile. However, viable seed has been produced (14.1-7)"
[2] "I found an article about getting seed from horseradish, but misplaced it. The trick was to girdle the step just above the storage portion of the root, then replant. By cutting off the flow of carbohydrates to the roots, more carbs are reserved to nourish the developing seeds. Similar tricks have been used to get self-seeds from self-incompatible Easter Lilies, Narcissus and Amaryllis (Hippeastrum)."
Although there is limited information available about seeds of this plant, I expect the first generations of seeds would (like garlic) have very low viability. Across successive generations of reproduction by seed, viability should increase as chromosomal abnormalities are filtered out by selection. After several generations, it might be possible to develop a reliably seed-propagated horseradish line.
I'm mostly interested in the potential to improve horseradish as a perennial crop for additional uses from its root. The leaves [3,4] and flowers [5] are edible, having a bitter-pungency when steamed. Shorter or softer leaves might be useful. Larger flower heads, like broccoli, would be interesting. There are lots of potential ways to take this plant that have not been explored.
There is likely to be a lot of interesting genetic diversity hidden in horseradish, as recessive mutations have been accumulating for as long as we have been propagating it clonally. The first few generations of plants produced from seed will likely have some fun surprises.
How to get potato onions (Allium cepa var. aggregatum) to set seed; notes on growing.
[1] "One fall, I left a few Potato Onions in the ground to see if they would survive the winter. They survived just fine. However, these over-wintered Potato Onions all produced flowers the following summer. I had never seen any of my Potato Onions flower before. The over-wintering had triggered their flowering response."
"I planted one row of seeds, and as a control, I planted another row of Potato Onion bulbs. The Potato Onion seeds sprouted and grew, but were not like the control row which had been planted with the original clones."
"I found that these larger onions from seed did exhibit the trait of a long storage life. They easily stored the whole winter and well into the following summer."
"The following spring, I again planted two rows of Potato Onions: one row was from the same bulbs I had grown out for a decade, and the experimental row was planted with some of the very best large bulbs which came from the seeds. Again, the original bulbs were completely uniform. But, the experimental row showed a multiplicity of different traits. Some bulbs grew enormous top growth. Others went immediately to seed. Some developed a nest of small bulbs, others a nest of large bulbs. Some nests had many bulbs, other nests had only three or four bulbs."
During the winter of 2012/2013 I purchased some red onions. One was left alone all winter and when I was planting my garden in the spring, I decided to plant it. Typical onions are considered biennial plants, where the plant spends the first year storing energy in the onion and then uses that energy to flower in the second year. I was looking forward to seeing the flowers and to collecting seeds that I could later grow.
The onion grew nice bluish-green foliage and made a nice presence in my garden… but it never flowered. When the garden season ended, I found the single onion had divided into three. The three onions were smaller than I could get at the local grocer, but they were larger than any others I had grown in Minnesota.
I set aside the new onions for storage during the winter of 2013/2014. Again, they held up to storage very well. Now that spring is beginning to beckon in the near future, the onions have started to grow small roots. I'll probably grow them in a planter this year, so I can more easily keep an eye on them and note the details of their growth.
This onion seems to be behaving like a potato onion (they multiply and store very well), even though nobody seems to claim they have dark-red potato onions, so I've decided to continue growing them and increase their numbers. Maybe I've accidentally found an onion that has the characteristics needed to be a nice dark-red potato onion.
I'm still hoping to get some seed from this onion. I might have to try leaving a few out in the cold next winter, or store them in a temperature-controlled fridge, to trick them into going to flower. Ideally, I would have several different types of onions in bloom at once so I could get some hybridization going on to work towards an onion well-suited to my garden conditions.
How to get walking onions (Allium cepa x fistulosum) to set seed.
[1] "In A. x proliferum, the parental chromosomes derived from A. fistulosum and A. cepa were unequivocally identified by GISH, proving the hybrid status of the crop."
The walking onion was formerly considered to be A. cepa var. proliferum, but is now known to be an interspecific hybrid between A. cepa (common onion) and A. fistulosum (Welsh onion).
[2] "Walking onions do not form true seed, even though they will get a few blossoms. They grow 'top sets' instead, a cluster of bulbils at the top of the stalk where the seeds would normally be."
This plant is propagated by planting the bulbils produced on the flower stalk. It gets the name "walking onion" because the plant will normally arch over the flower stalk and place the new formed bulbils onto the ground some few feet away, walking across a garden over several years.
Nobody seems to be talking about saving true seed for walking onions. It does produce flowers, but they are starved of nutrients by the adjacent bulbils and wither. There is the potential to generate viable seed by removing the bulbils early like can be done with garlic. Because nobody seems to be talking about doing this, it looks like something I will have to experiment with.
One useful aspect of walking onions is that they are very cold hardy. They have survived several winters in the garden of my parents' Minnesota house without any effort given to protect them. Transferring some of this cold-hardiness to an onion with larger bulbs would be a worthwhile project.
[3] "If I remember right, two growers on this forum have reported obtaining true seeds from Egyptian onions, and successfully growing offspring from them. I think that in both cases A. cepa was flowering nearby."
This suggests that this onion will set seed when a genetically compatible onion is nearby. If the onions are not self-compatible, the population consisting of clones would normally prevent any fertilization. As this type of onion is derived from an inter-species cross, it may accept pollen from more than one species.
How to get bananas (Musa spp.) to set seed.
Normal bananas already set seed without our intervention, but unless you live in the tropics you're unlikely to encounter a normal banana. The bananas common in the stores outside the tropics are the result of a peculiar quirk of chromosomes.
Most banana species can readily hybridize. Some species have two copies of each chromosome (diploid), while others have four copies of each chromosome (tetraploid). If a diploid and tetraploid banana happen to cross, the resulting progeny will have three copies of each chromosome (triploid). Such a triploid banana will grow and mature normally, but will encounter a severe difficulty when it tries to make gametes.
It turns out that our common biology has a very hard time making gametes when the number of each chromosome is not divisible by two. In the case of the banana, a triploid plant will succeed in making a fruit, but it will fail to make any seeds.
Plant breeders get around this quirk by determining how many copies of each chromosome are found in different species/varieties of banana [1,2], then using this knowledge to intentionally create new triploid types that can be screened for useful traits. Our beloved store-bought-banana is a genetic dead end, but this doesn't prevent the generation of new varieties.
I like the idea of a banana that can grow in Minnesota, though I know it is a somewhat unrealistic idea. There are some banana species which can survive in more northern climates [3] and these provide the potential for breeding one that can survive in my Minnesota yard.
Most of the lovely plant diagrams in this post were derived from public-domain images hosted at botanicalillustrations.org. Some other diagrams are public-domain images from the same era that I found via google. I chose the original images which depicted the plants under discussion in the way I appreciated and then subtracted out the yellowed background of the page using my favorite image editor (GIMP)
## Thursday, February 20, 2014
### Making My Own Carrots
In 2013 I grew a batch of mixed bed (4ft x 6ft) of several carrot varieties, including a range of different colored forms. I had never grown carrots in my current garden, so I didn't know which varieties would work well and which would utterly fail. My main hope was that several types would prosper and I would get lots of mixed carrots to eat over the fall and winter seasons.
I harvested all the carrots during the second snowfall, digging and cleaning every single plant. There were plenty of largish carrots along with lots of small carrots. The brand of carrot culture that I applied (sow thinly and let the plants fight it out, without intervention) was particularly difficult for some varieties. A short, dwarf-rooted type ("Paris Market") almost disappeared in the resulting jungle. The red ("Atomic Red") variety from the Burpee Kaleidoscope mix tasted great, but performed poorly overall. The yellow ("Solar Yellow") and white ("Lunar White") ones from the same mix, on the other hand, did very well. The orange ("Bambino") and purple-skinned orange ("Cosmic Purple") ones from the same mix, came somewhere in between.
I ended up with several pounds of carrots and have been eating them all winter.
A secondary hope was that I would be able to save some of the largest carrots, those that agreed most with my local conditions and gardening style, for seed growing. Over several years, this would let me develop a locally-adapted carrot variety of my very own.
Carrots are a biennial plant, producing flowers/seeds during their second year. Since I wasn't confident in my carrots ability to survive in the ground all through the harsh Minnesota winter, I set some aside in the fridge for growing in the spring. For these, I trimmed the greens short, but left the growth point intact. The roots were then trimmed to fit into a quart-sized ziplock bag in the back of my fridge.
At the beginning of February, I checked in on the stored roots. Several had started to grow new shoots, while several others had rotted to mush. The rot took most of the orange ("Bambino") carrots, so it appears that color will be under-represented in the genetics of my developing population.
I decided that it was time to force the remaining roots, in fear of losing more to rot and so they could get an early start on the growing season. (Admittedly, the desire to see some green growth this deep in winter was a major factor in this decision.) I trimmed all the roots to about three inches long and placed them upright in a wide-bottom glass cylinder. I had enough roots such that they would cross-brace each other and remain upright in this container.
I happened to have a deep purple carrot ("Purple Haze", "Purple Dragon", or something) in the fridge, among leftovers from a farmers' market foray before my own carrots were ready… and I like purple, so I trimmed it like the others and added it to the forcing container.
If I am lucky, the roots will bloom early enough to let me grow the resulting seed this year, having been tricked into living their two year life-cycle in one year. If they don't bloom early, I will have had a nice windowsill plant for most of the winter and will have the seeds for next year.
In either scenario, the resulting next generation plants will contain a mix of F1s from the saved varieties. There are very few wild carrots ("Queen Anne's Lace") around where I live, so I shouldn't have any problems with weedy genetics getting mixed into my carrot population. The next generation, a few years from now, should then show a riotous mix of traits as the various alleles segregate in the F2 progeny.
Part 2: Carrot flowers.
Part 3: Generation 2.
## Sunday, February 9, 2014
### Genetics of Squash Shape (2/2)
In my first blog post, I examined a small biology puzzle: the classical model of squash shape genetics (at left) didn't seem to match what I was seeing in my own garden.
The classical model involves two genes ('A' and 'B', respectively). The dominant allele of both genes must be present (A_B_) to produce a disk-shaped squash. If one gene is present in the dominant form and the other is in the recessive form (A_bb or aaB_), spherical-shaped squash will result. If only the recessive alleles of both genes are present (aabb), then elongated squash will result. After some digging, I found this model comes from a 1927 paper by Edmund W. Sinnott in the research journal, The American Naturalist.
This model predicts that crossing a (AABB) PattyPan to a (aabb) Zucchini should result in (AaBb) progeny plants with disc-shaped squash. The progeny plants I grew, instead each produced intermediate/elongated-fat squash. I assumed this meant my original PattyPan squash was a hybrid that contained both recessive alleles (AaBb) and so I then calculated the probabilities of producing (aabb) progeny from crossing the potential male parents (PattyPan and Zucchini) to the female parent (PattyPan). The best probability I calculated was $$p = \frac{1}{16}$$. I wasn't pleased with this result and decided I needed further data.
The magic of the internet then made its presence known: Ottawa Gardener was forwarded to my original post in a discussion of their recent post. They had grown Zucchini, PattyPan, and some Pumpkins, then tossed some of the PattyPan squash to their chickens. The next year when they moved the chicken run, up came a batch of hybrid squash. Most appeared to be intermediate between the Zucchini and the PattyPan, with a few looking intermediate between the PattyPan and the Pumpkin. (I've rearranged their photo to make the diagram at left.)
Because there are three potential male parents (and two offspring types), the calculations of probability get somewhat more intricate and I won't go into them here. The detail I found most interesting was the recreation of the intermediate/elongated-fat shaped squash at the bottom-left.
Upon digging into the research literature further, I found a 1910 paper by R.A. Emerson, again in The American Naturalist. In this paper, the author describes the result of crossing "White Scallop" (disc) and "Yellow Crookneck" (elongated) squash as being intermediate in shape. This is contrary to the Sinnott model of shape genetics and is the result that both I and Ottawa Gardener observed in our gardens.
It seems like the Emerson result was never followed up on and the Sinnott result erroneously became the standard model of squash shape genetics that has been used in textbooks ever since.
I'm really happy to know that my garden results are consistent with results from others, but I still need more data.
The simplest model I've come up with requires there to be a third gene (C) that allows the first two genes (A & B) to produce disc-shaped squash. Sorting out the genetics of a cross involving three genes is much harder than a cross involving one or two genes. Fortunately, I've got several hundred F2 seeds from the F1 plants I grew.
I plan to grow several F2s this coming year and I've managed to find homes for a few more in others' gardens. It may take several years of this to collect sufficient data to get an idea of what is going on.
Would you be willing to grow some of my experimental squash seeds, then send me photos/measurements of the fruit that grow? Get a message to me and we'll work out how to get seeds to you.
Citations and notes :
1. Emerson RA. The Inheritance of Sizes and Shapes in Plants. 1910, The American Naturalist 44: 739-746. (https://archive.org/details/jstor-2455667)
• "Yellow Crookneck" x "White Scallop" -> F1 "intermediate".
• This matches the results I found in my garden
2. Sinnott EW. Inheritance of Fruit Shape in Curcurbita pepo. 1922, Botanical Gazette 74: 95-103. (https://archive.org/details/jstor-2470204)
• Sphere x Scallop -> F1 disc -> F2 (3 disc):(1 sphere).
3. Sinnott EW. A Factorial Analysis of Certain Shape Characters in Squash Fruits. 1927, The American Naturalist 61: 333-344. (http://www.jstor.org/discover/10.2307/2456386)
• Sphere(#103) x disc -> F1 disc -> F2 (3 disc):(1 sphere).
• Sphere(#22) x disc -> F1 disc -> F2 (3 disc):(1 spheroid).
• Sphere(#103) x sphere(#22) -> F1 disc -> F2 (9 disc):(6 sphere):(1 elongate).
Part 1 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.38377004861831665, "perplexity": 4002.564829279384}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 5, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267860570.57/warc/CC-MAIN-20180618144750-20180618164750-00016.warc.gz"} |
http://cgi.10yearsafter.info/dddbpf/OUTPUT.php?ID=888 | ҏW@LN^[ꗗ@@@@Pathfinder LN^[f[^x[X
^O ANArbg LN^[ hV[ ^Ȃ钆 vC[ ANArbg ŏIXV 2017/10/03 18:11 NX/LN^[x EBU[h/2 M_ @ ̋ @ 푰 n[tGt TCY ^ @ N @ g 5'"@152.4cm ̏d 90lb.@40.86kg ̐F @ ̐F @ ̐F @ @
\͖ \͒l \Cl ꎞI\͒l ꎞICl ؗ 7 -2 @ @ q 14 +2 @ @ ϋv 14 +2 @ @ m 19 +4 @ @ f 11 @ @ @ 10 @ @ @
go qbg|g ől 15 _[W @ /݂̃qbg|Cg v_[W @ CjVA`uCl 6 = +2 + 4 v yqzCl ̑Cl
ړx n 30ft./6sq. 30ft./6sq. {ړx hp ft./ ft. ft. ft. s/@ j o @i
Z\ NXZ\ Z\ Z\Cl \Cl N NXZ\ Zɂè ̑Cl qЈr 0 = yz0 + @ + @ + @ + @ qBr 2 = yqz+2 + @ + @ + 0 + @ qyƁr 2 = yqz+2 + @ + @ + 0 + @ qӒr 12 = ymz+4 + 2 + +3 + @ + 3 qRr 2 = yqz+2 + @ + @ + 0 + @ q|\r() 0 = yz0 + @ + @ + @ + @ q|\r() 0 = yz0 + @ + @ + @ + @ qwr* @ = ymz+4 + @ + @ + @ + @ qr 0 = yz0 + @ + @ + @ + @ qwr* 12 = ymz+4 + 2 + +3 + @ + 3 qE\r() 0 = yz0 + @ + @ + @ + @ qE\r() 0 = yz0 + @ + @ + @ + @ q^ӊŔjr 0 = yz0 + @ + @ + @ + @ qjr -2 = yz-2 + @ + @ + 0 + @ qr(b) 9 = ymz+4 + 2 + +3 + @ + @ qr() 4 = ymz+4 + @ + @ + @ + @ qr() 4 = ymz+4 + @ + @ + @ + @ qr 0 = yz0 + @ + @ + @ + @ qu͉r* @ = yqz+2 + @ + @ + 0 + @ qEopr 2 = yqz+2 + @ + @ + 0 + @ qmor 2 = yz0 + @ + @ + @ + 2 qmFMr* @ = ymz+4 + @ + @ + @ + @ qmFHwr* 8 = ymz+4 + 1 + +3 + @ + @ qmFEr* @ = ymz+4 + @ + @ + @ + @ qmFRr* 8 = ymz+4 + 1 + +3 + @ + @ qmF@r* 8 = ymz+4 + 1 + +3 + @ + @ qmF_wr* 8 = ymz+4 + 1 + +3 + @ + @ qmFݼޮݒTr* 8 = ymz+4 + 1 + +3 + @ + @ qmFnr* 8 = ymz+4 + 1 + +3 + @ + @ qmFnr* 8 = ymz+4 + 1 + +3 + @ + @ qmFjr* @ = ymz+4 + @ + @ + @ + @ qÁr 0 = yz0 + @ + @ + @ + @ q̑Ɓr* @ = yqz+2 + @ + @ + 0 + @ qor -2 = yz-2 + @ + @ + 0 + @ qgr 0 = yz0 + @ + @ + @ + @ q͂r 0 = yz0 + @ + @ + @ + @ qsr 2 = yqz+2 + @ + @ + 0 + @ qϑr 0 = yz0 + @ + @ + @ + @ q@ugpr* @ = yz0 + @ + @ + @ + @ *K̂݁ByzyqzZɂ锻yieBKp
`b A[}[NX 13 =PO+ 1 + @ + +2 + @ + @ + @ + @ v Z{[iX {[iX yqzCl TCYCl O{[iX {[iX ̑{[iX
ڐG A[}[NX 12 A[}[NX 11 C
Z[BOEX[ v {Z[ \Cl @ɂCl ̑Cl ꎞICl 挒yϋv́z 2 = @ + +2 + @ + @ + @ yq́z 2 = @ + +2 + @ + @ + @ ӎuyf́z 3 = 3 + 0 + @ + @ + @
@@@@@{U{[iX@@@@@ @ @@R@@ @
Z{[iX -2 = @ + -2 + @ v {U{[iX yzCl TCYCl
Zhl 10 = @ + -2 + +2 + @ +10 v {U{[iX yzCl yqzCl TCYCl
U1 U{[iX NeBJ d Nu -1 *2 3 ^Cv ˒ ̑Ee _[W 10ft @ 1d6
U2 U{[iX NeBJ d CgNX{E +3 19-20/*2 4 ^Cv ˒ ̑Ee _[W h 80ft NX{EE{g 1d8
U3 U{[iX NeBJ d @ @ @ @ ^Cv ˒ ̑Ee _[W @ @ @ @
U4 U{[iX NeBJ d @ @ @ @ ^Cv ˒ ̑Ee _[W @ @ @ @
U5 U{[iX NeBJ d @ @ @ @ ^Cv ˒ ̑Ee _[W @ @ @ @
U6 U{[iX NeBJ d @ @ @ @ ^Cv ˒ ̑Ee _[W @ @ @ @
ZEhACe AC{[iX ^Cv ACւ́yqz{[iX yieB psm d Ȇ VPEZjAA[}[ 1 yZ + 0 0 4 @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ v 1 @ @ 0 0 4 @
i ACe d EBU[h̎ 3 EBU[hp 21 h(LACgEE[Y) 0.625 NX{EE{gPO 1 ^dʂ̍v(d݊) 36.94
(cp)
@
(sp)
@
(gp)
8
(pp)
8
yd 23 Ɏグőd 70 d 46 nʂ玝グődQ 140 dd 70 ődT 350
Z sZ\nFwt s쐬t sCjVA`ut \ mEBU[hn pJFgiGj mEBU[hn pn mEBU[hn p mn[tGtn Gt̊SϐF@IʂɊSϐ mn[tGtn Gt̊SϐFSp@EʂɃZ[+2 mn[tGtn (Ɩʔ͈2{) mn[tGtn sqoFqmor+2{[iXB mn[tGtn FPxɁsZ\nt mn[tGtn GťFʂ肷ꍇɃGtƐlԂ̗ƂĈ mn[tGtn ʁF1x̎_2̓KNXI邱ƂoB [n[tGt]EBU[hKNXIvVFEBU[hFEBU[h̐SpƂA̎̎Ԃ̌ɂĂ݂̂A̗̎Lp҃xɁ{1/3B o_ ̃x @ @
ݒȂ | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9843529462814331, "perplexity": 14754.560999988009}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662527626.15/warc/CC-MAIN-20220519105247-20220519135247-00577.warc.gz"} |
https://usa.cheenta.com/rectangle-problem-geometry-prmo-2017-question-13/ | Categories
# Rectangle Problem | Geometry | PRMO-2017 | Question 13
Try this beautiful Rectangle Problem from Geometry from PRMO 2017, Question 13. You may use sequential hints to solve the problem.
Try this beautiful Rectangle Problem from Geometry, from PRMO 2017.
## Rectangle Problem – Geometry – PRMO 2017, Question 13
In a rectangle $A B C D, E$ is the midpoint of $A B ; F$ is a point on $A C$ such that $B F$ is perpendicular to $A C$; and FE perpendicular to BD. Suppose $\mathrm{BC}=8 \sqrt{3}$. Find AB.
• $9$
• $24$
• $11$
### Key Concepts
Geometry
Triangle
Trigonometry
Answer:$24$
PRMO-2017, Problem 13
Pre College Mathematics
## Try with Hints
We have to find out the value of $AB$. Join $BD$. $BF$ is perpendicular on $AC$.
Let $\angle \mathrm{BAC}=\theta$
since $\mathrm{E}$ is mid point of hypotenous $\mathrm{AB}$ of right $\Delta \mathrm{AFB}$, therefore $A E=F E=B E$
Can you now finish the problem ……….
Therefore
Therefore$\angle E F A=\angle F A E=\theta$
and $\angle \mathrm{FEB}=\angle \mathrm{EAF}+\angle \mathrm{EFA}=2 \theta$
$\Rightarrow \angle E B D=90^{\circ}-\angle B E F=90^{\circ}-2 \theta$
But $\angle \mathrm{FAE}=\angle \mathrm{CAB}=\angle \mathrm{DBA}$
Therefore $\theta=90^{\circ}-2 \theta \Rightarrow \theta=30^{\circ}$
Therefore in $\Delta \mathrm{ABC}, \tan \theta=\frac{\mathrm{BC}}{\mathrm{AB}}$
Can you finish the problem……..
Therefore $A B=B C \cot \theta=8 \sqrt{3} \cot 30^{\circ}=24$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8509973883628845, "perplexity": 1699.7767416521438}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487653461.74/warc/CC-MAIN-20210619233720-20210620023720-00628.warc.gz"} |
http://wikimechanics.org/muon | The Muon
## Seed-Aggregate Model
We describe the mechanics of muons by weaving together various chains of events that link absorption and emission processes. The archetypal history that these interactions modify is
$\Psi \left( \,\sf{\mu}^{-} \right) = \left( \sf{\Omega}_{1}, \sf{\Omega}_{2}, \sf{\Omega}_{3} \ \ldots \ \right)$
where each orbital cycle $\sf{\Omega}$ is a bundle of 40 Anaxagorean sensations; 8 right-side and 12 left-side somatic sensations; 2 hot, 2 freezing, 2 steamy and 2 cool thermal sensations; 4 red, 4 green and 4 white visual sensations. Here is a visual representation of the muon made by combining the icons of its components
Each Anaxagorean sensation defines a seed. So a muon can be modeled as the seed-aggregate
$\sf{\Omega} \left(\, \sf{\mu}^{-} \right) = \mathrm{4}\sf{U} + \mathrm{2}\sf{B} + \mathrm{2}\sf{T} + \mathrm{2}\sf{S } + \mathrm{2}\sf{C} + \mathrm{4}\sf{M} + \mathrm{4}\sf{A} + \mathrm{8}\sf{O} + \mathrm{12}\bar{\sf{O}}$
## A Quark Model of the Muon
The quark hypothesis proposes that pairs of seeds are always bound together as quarks. So to make a more detailed model of the muon, seeds are associated in these pairs
+ →
+ →
+ →
+ →
+ →
+ →
+ →
so that a muon consists of twenty quarks. And here is a visual representation of the muon that combines their icons. The back row of quarks is the same as the front row.
\begin{align} \sf{\Omega} \left(\, \sf{\mu}^{-} \right) = \mathrm{4}\bar{\sf{u}} &+ \mathrm{2}\bar{\sf{b}} + \mathrm{2}\sf{t} + \mathrm{2}\bar{\sf{s}} + \mathrm{2}\sf{c} + \mathrm{4}\bar{\sf{m}}+ \mathrm{4}\sf{a} \end{align}
Related WikiMechanics articles.
page revision: 173, last edited: 29 Jun 2018 16:18 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 1, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9112300872802734, "perplexity": 4325.849692519406}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039742322.51/warc/CC-MAIN-20181114232605-20181115014605-00434.warc.gz"} |
https://soar.wichita.edu/handle/10057/5407/browse?rpp=20&sort_by=1&type=title&etal=-1&starts_with=M&order=ASC | Now showing items 1360-1379 of 2432
• #### MAC layer misbehavior detection and reaction in wireless networks
(Wichita State University, 2012-07)
IEEE 802.11 wireless LAN medium access control (MAC) provides transmission fairness to nodes in a network. A misbehaving node can modify its MAC and operate in a selfish manner to improve its own performance (throughput) ...
• #### Mac layer misbehavior effectiveness and collective aggressive reaction approach
(Wichita State University, 2010-12)
Current wireless MAC protocols are designed to provide an equal share of throughput to all nodes in the network. However, the presence of misbehaving nodes (selfish nodes that deviate from standard protocol behavior in ...
• #### Machine learning in NO$\nu$A near detector vertexing
(Wichita State University, 2022-05)
This work presents an alternative method for a reconstruction machine learning algorithm in place of the one currently used by the NO$\nu$A (NuMI Off-axis $\nu_e$ Appearance) group for the analysis of neutrino events at ...
• #### A macro level environmental performance comparison: dry machining process vs wet machining process
(2007-05)
The metal cutting process, known as conventional machining process, utilizes cutting fluids to provide lubrication, cooling and easy chip removal. The long-term effects of cutting fluids disposal into the environment are ...
• #### Macrocyclic inhibitors of Norovirus 3CL protease
(Wichita State University, 2016-07)
Noroviruses are the leading cause of foodborne illness in the U.S., accounting for >21 million infections per year and resulting in >70000 hospitalizations and nearly 800 deaths. Noroviruses are the primary cause of sporadic ...
• #### Magnetic and albumin targeted drug delivery for breast cancer treatment
(Wichita State University, 2011-07)
This research work involves multifunctional magnetically targeted drug delivery microspheres for treatment against breast cancer. A combination therapy approach was followed by encapsulating two chemotherapeutics, ...
• #### The magnetic vector potential, Klein-Gordon equation and Klein’s paradox in relativistic quantum mechanics
(2007-05)
This thesis evaluates solutions to the Klein-Gordon equation with scalar and vector potentials in the Symmetric and Landau gauges. The solution for the Klein-Gordon equation in the Symmetric gauge does reproduce elements ...
• #### Maintenance oriented optimal design of accelerated degradation testing
(2006-12)
In this dissertation, the problem of using accelerated degradation testing data for reliability estimation is studied and demonstrated. Simulation and analytical approaches have been investigated. By simulation which ...
• #### Making dad proud: daughters' perceptions of impression management and breadth and depth in communication with their fathers
(Wichita State University, 2017-07)
Father-daughter communication is an understudied area of interpersonal communication research. Communication in this dyad is also reported significantly less by daughters than communication in mother-daughter relationships. ...
• #### Making it sane :the participation benefits of consumer run organizations
(2005-12)
The goal of this study is to develop a robust theory that explains how participation in a Consumer-Run Organization (CRO) can lead to positive individual outcomes. To accomplish this goal, existing theoretical explanations ...
• #### Mammalian and viral protease inhibitors
(Wichita State University, 2010-05)
Chronic Obstructive Pulmonary Disease (COPD) is currently the fourth leading cause of death in the US. COPD is a multi-factorial disorder characterized by an oxidant/antioxidant imbalance, inflammation, a protease/antiprotease ...
• #### Manufacturing, characterization, and modeling of graphene-based nanocomposites for aircraft structural and lightning strike applications
(Wichita State University, 2012-12)
Research and development of graphene and graphene-based materials have been attracting significant interest since they were invented. This dissertation mainly focused on the graphene-based materials: (a) a fundamental ...
• #### Mapping controllers from the s-domain to the z-domain using magnitude invariance and phase invariance methods.
(Wichita State University, 2007-12)
Design by emulation has been widely used in the field of control systems. Design by emulation is a process where initially a continuous time controller is designed to achieve desired closed loop specifications. This ...
• #### Mapreduce implementation of Strassen's algorithm for matrix multiplication
(Wichita State University, 2017-05)
Consider the multiplication C = A x B of two n x n matrices. A straight-forward sequential algorithm for computing the product takes ?(n 3 ) time. Strassen [17] presented an algorithm that takes ?(n lg 7) time; lg ...
• #### Marital happiness and sexual behaviors of older adults
(Wichita State University, 2019-12)
The quality of a marriage or partnership can have a substantial impact on many areas of life. A good working relationship can be a significant resource for coping with difficult life situations and stress and may contribute ...
• #### Mask - aware face recognition system
(Wichita State University, 2021-05)
This work presents a novel approach to face recognition that recognizes faces both with and without facial masks worn during the Covid-19 pandemic. The two-fold contribution of this study are: evaluation of the hand-crafted ...
• #### Maximizing data preservation time in intermittently connected sensor networks
(Wichita State University, 2012-05)
In intermittently connected sensor networks, wherein sensor nodes do have connected paths to the base station periodically, preserving generated data inside the network is a new and challenging problem. We propose to ...
• #### McLafferty rearrangement of peptides and substituent effects on peptide fragmentation: Theoretical and experimental investigation
(Wichita State University, 2009-12)
The research presented here details two studies that utilized theoretical analysis and experimentation to further the understading of peptide fragmentation. The first study was the McLafferty rearrangement, which involves ...
• #### Meaningful literacy: how multimodal literacy engages all learners
(Wichita State University, 2017-05)
There is a strong divide between the literacies educators are teaching students in the classroom and the twenty-first century literacy skills students need. While the definition for literacy is constantly changing it ...
• #### Measurement of energy consumption in Wireless LANs and Radio Frequency Identification systems
(Wichita State University, 2011-07)
As mobile hand-held devices such as cell phones and personal digital assistants are battery operated, it is important to minimize their energy consumption. The limited lifetime of the battery is always a problem for all ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.252810537815094, "perplexity": 5623.37272349283}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882570692.22/warc/CC-MAIN-20220807181008-20220807211008-00177.warc.gz"} |
http://www.khanacademy.org/math/multivariable-calculus/partial_derivatives_topic/divergence | If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
# Divergence
3 videos
Is a vector field "coming together" or "drawing apart" at a given point in space. The divergence is a vector operator that gives us a scalar value at any point in a vector field. If it is positive, then we are diverging. Otherwise, we are converging!
### Divergence 1
VIDEO 10:20 minutes
Introduction to the divergence of a vector field.
### Divergence 2
VIDEO 10:52 minutes
The intuition of what the divergence of a vector field is.
### Divergence 3
VIDEO 10:48 minutes
Analyzing a vector field using its divergence. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.870096743106842, "perplexity": 1915.379885219781}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2015-06/segments/1422115862432.8/warc/CC-MAIN-20150124161102-00201-ip-10-180-212-252.ec2.internal.warc.gz"} |
http://mathquill.com/ | # MathQuill by Han and Jeanine
WYSIWYG math with only HTML, CSS and JS
Try typing x^2:
Backspace and try 3/4, try \sqrt x, try \sin\theta .
Move around with the arrow keys, click, drag, cut and paste like any other textbox.
See our thorough demo for more features, textbox variants and the public API.
MathQuill renders LaTeX math as semantically rich HTML and presents it as human-readable math by styling with CSS. Showcasing the power of the HTML DOM, this math is WYSIWYG editable.
Current development is proudly supported by Desmos, whose awesome graphing calculator makes extensive use of MathQuill.
### Usage
Want to use it on your website? See the project README on GitHub.
### Project Contact
Han (laughinghan@gmail.com) | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.18943071365356445, "perplexity": 21000.48290070916}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-07/segments/1454701160822.87/warc/CC-MAIN-20160205193920-00136-ip-10-236-182-209.ec2.internal.warc.gz"} |
https://socratic.org/questions/what-are-the-x-intercept-s-of-the-graph-of-y-12-x-2-x | Algebra
Topics
# What are the x-intercept(s) of the graph of y + 12 = x^2 + x?
Jun 11, 2017
See a solution process below:
#### Explanation:
To find the $x$-intercepts we need to set $y$ to $0$ and solve for $x$:
$y + 12 = {x}^{2} + x$ becomes:
$0 + 12 = {x}^{2} + x$
$12 - \textcolor{red}{12} = {x}^{2} + x - \textcolor{red}{12}$
$0 = {x}^{2} + x - 12$
$0 = \left(x + 4\right) \left(x - 3\right)$
Solution 1)
$x + 4 = 0$
$x + 4 - \textcolor{red}{4} = 0 - \textcolor{red}{4}$
$x + 0 = - 4$
$x = - 4$
Solution 2)
$x - 3 = 0$
$x - 3 + \textcolor{red}{3} = 0 + \textcolor{red}{3}$
$x - 0 = 3$
$x = 3$
The $x$-intercepts are: $- 4$ and $3$
Or
$\left(- 4 , 0\right)$ and $\left(3 , 0\right)$
##### Impact of this question
133 views around the world
You can reuse this answer | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 22, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9004530906677246, "perplexity": 2980.4312800722423}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-47/segments/1573496670597.74/warc/CC-MAIN-20191120162215-20191120190215-00010.warc.gz"} |
https://www.physicsforums.com/threads/magnetic-photons.194225/ | # Magnetic photons?
1. Oct 27, 2007
### Urvabara
Here is the Abdus Salam's http://www.cc.jyu.fi/~hetahein/tiede/salam.pdf [Broken] "MAGNETIC MONOPOLE AND TWO PHOTON THEORIES OF C-VIOLATION".
Questions:
1. What are those $$\chi$$-fields and $$\chi$$-particles?
2. What does non-minimal mean?
3. What are those weird symbols: ig over m and e over m? There are no fraction bars.
4. B-particles = magnetic photons?
5. Does all mass-less vector mesons emitted by hadrons interact with atomic electric fields (or decay into leptons)?
6. Current status of C-violation in physics?
Last edited by a moderator: May 3, 2017
2. Oct 30, 2007
### blechman
They are proposed fermions that have magnetic charge. This is what the quantum magnetic current would look like in QFT.
Minimal operators are the lowest-order operator out of an infinite collection of operators. Minimal coupling is a condition for the standard model of particle physics. When considering higher-order corrections in a QFT, you often must include non-minimal operators. But it is usually sufficient to start with a minimal set, and build on it later. Notice that the non-minimal operators are suppressed by the mass (see below).
A typesetting error. They are ratios.
Salam was proposing the existence of a second photon with "magnetic" couplings rather than the ordinary QED photon with "electric" couplings. Such a new field would have different transformation laws.
I'm confused by this point. I can't put it into context, since the link you sent does not have bibliographical information, so I'm not sure when it was that Salam wrote this. Maybe someone else can answer this (or if you can clarify the question for me, I'll give it another try). At a guess: yes, they do. There's been no substantiated evidence of a magnetic photon, or a magnetic monopole.
C is maximally violated in weak nuclear interactions involving W-boson decays (there are no L-handed anti-neutrinos). Again, I would need to see *when* Salam wrote this paper to have an idea of what he was thinking about: he was, after all, the guy that figured out how the weak nuclear force worked, but was that before or after this paper?
3. Oct 30, 2007
### Urvabara
Thanks for the reply!
Ok. I have updated the file.
A. Salam (1966). "Magnetic monopole and two photon theories of C-violation". Physics Letters 22: 683-684.
4. Nov 5, 2007
### Urvabara
Anything new about this?
Know someone interested in this topic? Share this thread via Reddit, Google+, Twitter, or Facebook
Similar Discussions: Magnetic photons? | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9507476091384888, "perplexity": 2372.2927681460455}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 5, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-34/segments/1502886104636.62/warc/CC-MAIN-20170818121545-20170818141545-00342.warc.gz"} |
https://www.mathreference.org/example/page/id/95/lg/en | # Exercise ID95
Algebra → Roots → Simplifying
[Level: ] [Number of helps: 0] [Number of pictures: 0] [Number of steps: 9] [Number of characters: 0]
Evaluate the following expression:
$\sqrt{6-4\sqrt{2}}$
$\sqrt{6-4\sqrt{2}}$ $=\sqrt{6-\sqrt{{{4}}^{2}2}}$ $=\sqrt{6-\sqrt{32}}$ $=\sqrt{\frac{6+\sqrt{{6}^{2}-32}}{2}}-\sqrt{\frac{6-\sqrt{{6}^{2}-32}}{2}}$ $=\sqrt{\frac{6+\sqrt{36-32}}{2}}-\sqrt{\frac{6-\sqrt{36-32}}{2}}$ $=\sqrt{\frac{6+\sqrt{4}}{2}}-\sqrt{\frac{6-\sqrt{4}}{2}}$ $=\sqrt{\frac{6+2}{2}}-\sqrt{\frac{6-2}{2}}$ $=\sqrt{4}-\sqrt{2}$ $=2-\sqrt{2}$
$\sqrt{6-4\sqrt{2}}=2-\sqrt{2}$
$\sqrt{A±B}=\sqrt{\frac{A+\sqrt{{A}^{2}-B}}{2}}±\sqrt{\frac{A-\sqrt{{A}^{2}-B}}{2}}$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 12, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8050463795661926, "perplexity": 9188.62010632788}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550247504790.66/warc/CC-MAIN-20190221132217-20190221154217-00032.warc.gz"} |
http://www.whxb.pku.edu.cn/EN/10.3866/PKU.WHXB201912068 | Acta Physico-Chimica Sinica ›› 2020, Vol. 36 ›› Issue (11): 1912068.
• Article •
### Natural Polyphenol Tannic Acid as an Efficient Electrolyte Additive for High Performance Lithium Metal Anode
Qin Ran1, Tianyang Sun1, Chongyu Han1, Haonan Zhang2, Jian Yan2, Jinglun Wang1,*()
1. 1 Key Laboratory of Theoretical Organic Chemistry and Functional Molecule, Ministry of Education, School of Chemistry and Chemical Engineering, Hunan University of Science and Technology, Xiangtan 411201, Hunan Province, P. R. China
2 Soundon New Energy Technology Co. Ltd., Xiangtan 411201, Hunan Province, P. R. China
• Received:2019-12-27 Accepted:2020-03-06 Published:2020-03-17
• Contact: Jinglun Wang E-mail:jlwang@hnust.edu.cn
• Supported by:
the Doctoral Foundation of Hunan University of Science and Technology, China(E518B1);2019 Undergraduate Student Scientific Research Innovation Plan "Challenge Cup Project" of Hunan University of Science and Technology, China(TZ9003)
Abstract:
As the application of lithium-ion batteries in advanced consumer electronics, energy storage systems, plug-in hybrid electric vehicles, and electric vehicles increases, there has emerged an urgent need for increasing the energy density of such batteries. Lithium metal anode is considered as the "Holy Grail" for high-energy-density electrochemical energy storage systems because of its low reduction potential (-3.04 V vs standard hydrogen electrode) and high theoretical specific capacity (3860 mAh·g-1). However, the practical application of lithium metal anode in rechargeable batteries is severely limited by irregular lithium dendrite growth and high reactivity with the electrolytes, leading to poor safety performance and low coulombic efficiency. Recent research progress has been well documented to suppress dendrite growth for achieving long-term stability of lithium anode, such as building artificial protection layers, developing novel electrolyte additives, constructing solid electrolytes, using functional separator, designing composite electrode or three-dimensional lithium-hosted material. Among them, the use of electrolyte additives is regarded as one of the most effective and economical methods to improve the performance of lithium-ion batteries. As a natural polyphenol compound, tannic acid (TA) is significantly cheaper and more abundant compared with dopamine, which is widely used for the material preparation and modification in the field of lithium-ion batteries. Herein, TA is first reported as an efficient electrolyte film-forming additive for lithium metal anode. By adding 0.15% (mass fraction, wt.) TA into the base electrolyte of 1 mol·L-1 LiPF6-EC/DMC/EMC (1 : 1 : 1, by wt.), the symmetric Li|Li cell exhibited a more stable cyclability of 270 h than that of only 170 h observed for the Li|Li cell without TA under the same current density of 1 mA·cm-2 and capacity of 1 mAh·cm-2 (with a cutoff voltage of 0.1 V). Electrochemical impedance spectroscopy (EIS), scanning electron microscopy (SEM), Fourier-transform infrared (FTIR) spectroscopy, cyclic voltammetry (CV), and energy-dispersive X-ray spectroscopy (EDS) analyses demonstrated that TA participated in the formation of a dense solid electrolyte interface (SEI) layer on the surface of the lithium metal. A possible reaction mechanism is proposed here, wherein the small amount of added polyphenol compound could have facilitated the formation of LiF through the hydrolysis of LiPF6, following which the resulting phenoxide could react with dimethyl carbonate (DMC) through transesterification to form a cross-linked polymer, thereby forming a unique organic/inorganic composite SEI film that significantly improved the electrochemical performance of the lithium metal anode. These results demonstrate that TA can be used as a promising film-forming additive for the lithium metal anode.
MSC2000:
• O646 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.21257475018501282, "perplexity": 7981.387191989743}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107879537.28/warc/CC-MAIN-20201022111909-20201022141909-00264.warc.gz"} |
http://www.soundandvision.com/content/aperion-audio-intimus-633-t-ii-surround-speaker-system-measurements | # TOWER SPEAKER REVIEWS
## Aperion Audio Intimus 633-T (II) Surround Speaker System Measurements
Measurements
Measurement Conditions
From the midbass up the results shown are pseudo anechoic, taken in a real room at one meter using the LMS measurement system from LinearX Systems, gated to minimize the effects of the room. This pseudo-anechoic response is then combined with the nearfield measurements of the woofers and port.
The measurements shown were taken with the Aperions' grilles in place. The nominal impedance and sensitivity are estimates derived from the test graphs. The effective bass limit is, by our convention, is taken as the minus 10dB point in the response (relative to the level at 1kHz, unless stated otherwise). In a real room this falling response will be enhanced by room gain. The gain, and therefore the actual response, however, will vary with the room.
Measurement Summary
Both the Aperion Intimus 633-T (II) and Intimus 634-VAC should be very easy loads to drive. Any modern, properly functioning amplifier or receiver should have no problem with them.
Their measured responses are respectable at their prices. Their off-axis measurements are also good. In particular, the three-way, 634-VAC center channel speaker is relatively (but not completely) free of the off-axis response suckouts (caused by comb filtering interference patterns between drivers) that are present in nearly all two-way, woofer-tweeter-woofer center channel designs we have measured.
Details: Intimus 633-T (II)
Ported cabinet tuning: 34Hz
Minimum impedance: 4.9Ω at 118Hz
Estimated nominal impedance: 7Ω
Sensitivity: 88dB/2.83V/m
Effective bass limit (-10dB): 28Hz
Estimated difficulty to drive: Easy
Discussion: Aperion Intimus 633-T (II)
The horizontal response (Fig.1) is quite smooth, with a one notable exception: the peaks at 700Hz and 1.7kHz, with a small valley in between. This appears too low in frequency to be a culprit in the brightness heard in the listening tests. There is no other obvious evidence here of serious high frequency response anomalies. The response with the grille removed, however (not shown) is about 2dB hotter above 4kHz, though it does not have the modest bump visible around 10kHz in the graph. The speaker was clearly balanced to provide the flattest response with its grille in place.
Fig.1: Aperion Intimus 633-T (II) pseudo-anechoic response off the horizontal axis at 45 degrees (red) and 60 degrees (blue).
The horizontal off-axis response falls off relatively smoothly at higher frequencies. Note the off-axis suckout at 2kHz in the vertical response, however (Fig.2). It's most serious above the tweeter (red curve). The optimum ear height for listening to the 633-T (II) would appear to be either on or, counter intuitively, just slightly above the tweeter axis (just a few degrees above will reduce the 1.7kHz peak without risking the dip that develops at a higher, 15-degrees above.)
Fig.2: Aperion Intimus 633-T (II) pseudo-anechoic response at 15 degrees above (red) and 15 degrees below (blue) the tweeter.
Details: Aperion Intimus 634-VAC Center
Sealed cabinet tuning: 63Hz
Minimum impedance: 4.9Ω at 111Hz
Estimated nominal impedance: 8Ω
Sensitivity: 87dB/2.83V/m
Effective bass limit (-10dB): 44Hz
Estimated difficulty to drive: Easy
Discussion: Aperion Intimus 634-VAC Center
The front averaged response of the 634-VAC (Fig.3) is more uneven than the response of the 633-T (II). I was surprised, in fact, to see the double peak, with a valley in the middle, in the response from 500Hz to 2.5kHz. This caused no clearly audible coloration in my room. The peak at about 12kHz does smooth out somewhat when the grille is removed, and while this does increase the output from 7kHz-15kHz by about 2dB, the overall top end response of the 634-VAC is smoother with the grille off. This may explain why I preferred an odd configuration for serious listening: grilles on for the 633-T (II) and off for the 634-VAC.
Fig.3: Aperion Intimus 634-VAC pseudo-anechoic response off the horizontal axis at 45 degrees (red) and 60 degrees (blue).
The wide off axis curves, taken at 45 and 60 degrees, aren't as smooth as we have measured from some other three-way center channel speakers, including the smaller Aperion 533-VAC. But the latter measured much leaner through the midbass. The suckout in the 634-VAC's off-axis response at 400Hz-500Hz is likely due to the interaction between the two laterally displaced woofers.
Fig.4: Aperion Intimus 634-VAC pseudo-anechoic response at 15 degrees above (red) and 15 degrees below (blue) tweeter.
The vertical response of the 634-VAC center (Fig.4) indicates that the best vertical listening height is on or slightly below the tweeter axis.
This is a respectable set of measurements for such relatively inexpensive speakers. I would, however, like to see a smoother response in both the 633-T (II) and 634-VAC through the upper midrange, and the elimination of the off-axis dip at 500Hz in the 634-VAC.
All figures: Violet curve: pseudo-anechoic response on tweeter axis, averaged across a 30-degree horizontal window, combined with nearfield woofer and port responses. All measurements taken at 1-meter.
X | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8115256428718567, "perplexity": 8004.637170747884}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-40/segments/1474738660992.15/warc/CC-MAIN-20160924173740-00263-ip-10-143-35-109.ec2.internal.warc.gz"} |
https://www.eng-tips.com/viewthread.cfm?qid=436215 | ×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS
Are you an
Engineering professional?
Join Eng-Tips Forums!
• Talk With Other Members
• Be Notified Of Responses
• Keyword Search
Favorite Forums
• Automated Signatures
• Best Of All, It's Free!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Posting Guidelines
Promoting, selling, recruiting, coursework and thesis posting is forbidden.
Jobs
(OP)
New on the form. Glad I found this site.
Story: shown washer received from supplier, measured by QE department found non-conforming, disposition rejected.
Supplier yelling the parts meet the print.
Inspectors using X min and X max methods to determine the worst case.
Question: what would be the theoretical values (absolute minimum and absolute maximum)?
Supplier states:
x min.: .7285
X Max.: .7745
QE/Inspectors :
X min.: .7335
X Max.: .7665.
Parts measured on CMM are closer to the supplier values (and obviously they are defending their calculated numbers)
Algorithms used: maximum inscribed and minimum circumscribed circles (not LSQ)
Which theoretical values you agree with (if any)? Supplier or QE/Inspector?
Since you are using the max inscribed and min circumscribed methods, then it doesn't equate with measuring X, because there could be form error on the ID or OD. (Think of a sudden bubble in the shape of one of those circles.)
Kedu,
You failed to state the drawing interpretation standard. Assuming ASME Y14.5-2009, I believe the supplier has correctly calculated the wall thickness extremes allowed by the tolerances.
Similar questions have been discussed here quite a few times. One recent example is thread1103-433578: Stack-up concept, and that should lead you to more.
pylfrm
Kedu,
As per ASME Y14.5, I get xmin=0.7335. This occurs when you have the largest ID, the smallest OD, and maximum positional error. The value xmax occurs under a different set of conditions, and I am not sure I would care about it.
--
JHG
(OP)
Belanger,
That is exactly the gist of my question: to correlate theoretical value with CMM measurements (specified algorithms) and open setup inspection measurements (x min and X max)
Then first step has been (and still is an open question): what would be the theoretical values?
Pylfrm,
A master document (used by company accords the board) specifies ASME Y14.5-2009. So, you are correct.
Thank you for related discussion.
May I ask you how you came up with the conclusion that the supplier is correct? The examples shown have no LMC combined with RFS. Should I understand it is the same as LMC on ID combined with MMB on OD?
Drawoh,
Our QE got the same x min. values as yours, but not the supplier. Looks like pylfrm, agrees more with folks from manufacturing hence a state of confusion persists.
Such problems with using 2-point measurements as stand-ins for functional gages combined with non-functional datum references. At the least, I am unable to envision a case where there is some mechanism that centers the washer on the OD and then is concerned with the LMC of the hole. It makes me wonder what problem the originator of the requirement was trying to solve.
The distance from the center to the maximum OD is 3.005/2 (this is the center of the RFS datum feature)
The distance from the maximum OD to the far side is 2.995 (if the part is oddly shaped, there could be a dent or flat)
The distance from the center to the LMB is (1.508+.02)/2
so 3.005/2 - 2.995 + (1.508+.2)/2 = -.7285.
No one else seems to believe in showing their work. Any reason for withholding that info?
(edit to fix typo in calculation)
Full transparency: here is my work:
VC for ID: 1.508 + .020 =1.528
RC for ID: 1.492 -.016 -.020 = 1.456
X min: [2.985 (RMB) for datum feature A – 1.528 (VC)] /2 = .7285
X max.: [3.005 (perfect form at MMC required) – 1.456 (RC)] / 2 = .7745
I will feel “safe” if one of the experts around this forum ratify (or rebuke for that matter) my calculated values.
3DDave,
=(3-0.005)/2-1.508/2-0.02/2
...and I got 0.7335.
Remember, it is LMC/B of the OD, not MMC/B.
--
JHG
Agree with greenimi approach.
------------------
min x = { LMC of OD - outer boundary of ID (aka VC) } /2
min x = (2.995-1.528)/2
min x = .7335
----------------
max x = { MMC of OD - inner boundary of ID (aka RC) } /2
max x = (3.005-1.456)/2
max x = .7745
----------------
VC = 1.508 + .020 = 1.528
RC = 1.492 - .020 - .016 = 1.456
AndrewTT,
Looks like you agree with my approach, but not with my results
x min is different versus what I got.
check your OD LMC value (3.000-.005 = 2.995)
Drawoh, it's the center of the RFS condition, which means that the basically max diameter part can have a notch or a flat. If the parts are guaranteed to be perfect form at every section at every size, then it wouldn't matter. Which is why using 2-point measurements for this task is not useful.
For what it is worth, I agree with greenimi's numbers (I would not just call 2.985 "RMB", but rather "LMB" of datum feature A.)
When it comes to the value associated with the OD in the stack for Xmin, it should not just be 2.995. As 3DDave said, the OD can be oddly shaped (there could be a dent or flat) and that will affect the Xmin value. We went through this kind of exercise at least a few times in last 2-3 months on this forum.
I would, however, like to ask the OP additional question. What is the purpose of this exercise? I hope the inspectors do realize that even if they check that the value of "wall thickness" falls within calculated <Xmin;Xmax> range, there can still be a non-conformance against one the three characteristics used in the calculations.
So are we saying that the OD can be made as small as 2.995 and then a local form error of .010 (from rule #1) can get you down to 2.985 locally? Trying to figure out how the 2.985 is showing up.
AndrewTT,
The local size is still 2.995, but only in a strategic spot. The actual mating envelope is at 3.005, thus the local bite/dent/flat can penetrate the AME with the full local variation allowed.
The more important question is whether the subject parts will work in your assembly.
Mike Halloran
Pembroke Pines, FL, USA
(OP)
All,
Thank you for the enlightenment. Look like supplier is correct. So be it.
Pmarc,
We have these parts in inspection and are measured for size (ID, OD, -caliper, ring gage and cylindrical pins), but when comes for position at LMC no gage is available . So, consequently (should I say naturally) inspectors asked for a min/max values that can be measured with a caliper. (Another thought floating around has been to put these parts on the CMM, on a regular basis, but that “brain storming” - suggestion has been quickly scrapped and considered ridiculous for a long term)
Therefore, calipers are good enough (wrongfully or not) – since supplier is also checking them with the calipers.
The dilemma has been:
What are the values inspectors should abide to? and from here things have gotten out of control hence my original questions.
May I ask, what are the risks you foresee using this inspection method-calipers—correlated with correct x min/x max values? Accept bad parts? Reject good ones? Either one? Both?
Caliper inspection cannot perfectly represent a comparison against boundaries.
It's not clear what the goal of this dimensioning scheme was to begin with; there should be an engineering analysis showing the reasons for all the tolerances, but I expect there isn't one because the requirements conflict from what would be expected.
For example - the smaller the hole, the more restrictive it is in relation to whatever passes through it, but the greater the distance it will be allowed to be off-center, so it would not be able to be centered wrt to the datum feature. But the datum feature reference suggests the being exactly on center is the desired goal.
One could do this inspection optically - make a transparency that has the LMB of the hole completely blacked out and set it behind a mechanism with an iris that contracts around the OD. If any light is seen at the border of the LMB simulator then the hole is too far off center. A separate check would see that the hole ID is not out of spec.
Kedu,
Inspecting position tolerance at LMC with calipers is quite a simplification, but I understand why the inspectors want to take this approach (not that I agree with it, though).
If sizes of OD and ID are known it should be quite easy to roughly estimate actual positional error of ID with respect to OD based on measurement of "wall thickness" on at least one side of ID.
For example, if measured values of OD and ID along x axis are 3.000 and 1.500 respectively and measured "wall thickness" on one of the sides of ID is .730, this means (again, very roughly speaking) that the center of ID is .020 (.020 = 3.000/2 - 1.5000/2 - .730) off of its true position, resulting in total .040 of actual position tolerance error.
Notice that for this set of made up numbers OD and ID values are within specification limits, the measured "wall thickness" is within <.7285;.7745> range, yet the position of the ID is out of spec. (.040 vs. allowable .028).
Quote (pmarc)
(I would not just call 2.985 "RMB", but rather "LMB" of datum feature A.)
Thank you for correcting my terminology.
Kedu,
Assume the outside diameter size tolerance is satisfied. If the minimum wall thickness is at least (3.005 - (1.508 + .020))/2 = 0.7385, the position tolerance is satisfied. If the minimum wall thickness is less than 0.7285, the position tolerance is not satisfied. If the minimum wall thickness is between 0.7285 and 0.7385, more information is required to determine whether the position tolerance is satisfied.
By the way, how thick are these washers? Do you know anything about their intended function?
pylfrm
(OP)
pylfrm,
Thickness: gage 0000 (13/32)
Support for a sealing surface O-Ring, washer centered on OD, but O-Ring is not allowed to be extruded from ID, hence need of minimum material between ID and OD.
I would remove "x max" entirely. You can already reliably measure OD and ID. "x min" is a bit of a stab but doable. After that, there's no point, and additional measurement can only cause conflict.
WAIT!
Subject part is a spacer?
Or an anti-extrusion washer?
What material?
What do all of the mating parts look like?
Mike Halloran
Pembroke Pines, FL, USA
(OP)
pmarc,
Took me a couple of weeks to go over all the simple stacks recommended and found here on eng-tips.
May I ask, why do you think datum displacement has no influence over min-max calculations? Otherwise stated, if datum feature A is modified at MMB X min/ x max stays exactly the same. Why is that?
Since our washer is assembled with clearance, has been some meeting "brainstorming sessions" to change the print to show A(M) in order to allow for functional gaging.
The title of this thread is perfect
I kind of brought all those stackup discussions together (I was involved in some) and here is what I have concluded. Please feel free to agree or disagree with my statements:
Regardless of which modifier is used (MMC, LMC, RFS) same min-max. values (same wall thickness) are obtained as a result of the stackups calculation if datum feature is modified at RMB or MMB.
(Simple OD-ID association)
Example 1: Feature at MMC: same min-max values regardless if datum feature is RMB or MMB.
Example 2: Feature at LMC: same min-max values regardless if datum feature is RMB or MMB
Example 3: Feature at RFS: same min-max values regardless if datum feature is RMB or MMB
Example 4: Datum feature at LMB: same min-max values regardless if feature is RFS or MMC.
Wall thickness calculations (min-max) a.k.a. mutual diameter relationship offers much similarity between RFS, MMC (and LMC to a certain extent).
Probably a good question for the experts (pmarc I am sure knows to answer it) is:
What would be ASME theoretical explanation why datum displacement/ datum shift does not have an effect in the above stackup calculations?
Is the default Rule#1 the main culprit?
Red Flag This Post
Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.
Red Flag Submitted
Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.
Close Box
Join Eng-Tips® Today!
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
• Talk To Other Members
• Notification Of Responses To Questions
• Favorite Forums One Click Access
• Keyword Search Of All Posts, And More...
Register now while it's still free! | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.39864131808280945, "perplexity": 3691.555327900188}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267863886.72/warc/CC-MAIN-20180620202232-20180620222232-00214.warc.gz"} |
https://www.jrevell.com/microsoft-dynamics-nav-either-the-caller-does-not-have-the-required-permission-or-the-specified-path-is-read-only-error/ | # Microsoft Dynamics Nav – Either the caller does not have the required permission or the specified path is read-only – Error
Today on Microsoft Dynamics Nav 2013R2, I kept getting the following error, which stumped me for a bit…
`Either the caller does not have the required permission or the specified path is read-only.`
After much investigation, I found a solution to the problem, delete the following folder and restart the service.
`C:\ProgramData\Microsoft\Microsoft Dynamics NAV\71\Server\{Nav Instance Name}\users\default`
Upon restarting the service, I was able to connect back to Nav without receiving the error. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8624874353408813, "perplexity": 2408.847399699905}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547584336901.97/warc/CC-MAIN-20190123172047-20190123194047-00193.warc.gz"} |
http://mathhelpforum.com/statistics/22569-just-wondering.html | 1. ## just wondering
A student moving into a new flat buys a box of 20 light bulbs. Unknown to the student, exactly one of the bulbs is defective. Find:
b) The conditional probability that the second bulb used is not defective, given that the first bulb used is not defective;
If the first bulb is not defective then you have 19 bulbs from which you can choose, and one of these is defective so the probability is $\frac{18}{19}$.
This is the easy way to work it out but I am having trouble using the actual formula which may come in handy for other examples:
Let A be the event that the 2nd bulb is not defective.
Let B be the event that the 1st bulb is not defective.
Then $P(A|B)=\frac{P(A\cap B)}{P(B)}$
$P(B) = \frac{19}{20}$ but how can you work out $P(A\cap B))$?
$P(A\cap B) = P(A|B)\cdot P(B)$
$P(A\cap B) = \frac{18}{19}\cdot \frac{19}{20}=\frac{18}{20}$
So how can we work out that $P(A\cap B) = \frac{18}{20}$ from what we are given?
I apologise for any offence my pedantry has caused
2. $\begin{array}{l}
P(X \cap Y) = P(X|Y)P(Y) \\
P(A \cap B) = P(B)P(A|B) = \left( {\frac{{19}}{{20}}} \right)\frac{{18}}{{19}} = \frac{{18}}{{20}} \\
\end{array}$
3. Let me rephrase my question:
A student moving into a new flat buys a box of 20 light bulbs. Unknown to the student, exactly one of the bulbs is defective. Let A be the event the 2nd bulb is defective, and let B be the event the 1st bulb is defective. What is $P(A\cap B)$?
4. Originally Posted by slevvio
Let me rephrase my question:
A student moving into a new flat buys a box of 20 light bulbs. Unknown to the student, exactly one of the bulbs is defective. Let A be the event the 2nd bulb is defective, and let B be the event the 1st bulb is defective. What is $P(A\cap B)$?
$P(A \cap B) = \left( {\frac{2}{{20}}} \right)\left( {\frac{1}{{19}}} \right)$
5. Thank you but once again I have asked the wrong thing.
A student moving into a new flat buys a box of 20 light bulbs. He takes a number of bulbs from the box without replacement. Unknown to the student, exactly one of the bulbs is defective. Find:
Let A be the event the 2nd bulb is NOT DEFECTIVE and B the event that the 1st bulb is NOT DEFECTIVE. Find $P(A\cap B)$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 12, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8557793498039246, "perplexity": 426.1286728354519}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-43/segments/1508187820930.11/warc/CC-MAIN-20171017072323-20171017092323-00347.warc.gz"} |
https://www.shaalaa.com/question-bank-solutions/to-construct-a-triangle-similar-to-a-given-abc-with-its-sides-8-5-of-the-corresponding-sides-of-abc-draw-a-ray-bx-such-that-cbx-is-an-acute-angle-division-of-a-line-segment_258668 | # To construct a triangle similar to a given ΔABC with its sides 8/5 of the corresponding sides of ΔABC draw a ray BX such that ∠CBX is an acute angle - Mathematics
MCQ
Fill in the Blanks
To construct a triangle similar to a given ΔABC with its sides 8/5 of the corresponding sides of ΔABC draw a ray BX such that ∠CBX is an acute angle and X is on the opposite side of A with respect to BC. Then minimum number of points to be located at equal distances on ray BX is ______.
• 5
• 8
• 13
• 3
#### SolutionShow Solution
To construct a triangle similar to a given ΔABC with its sides 8/5 of the corresponding sides of ΔABC draw a ray BX such that ∠CBX is an acute angle and X is on the opposite side of A with respect to BC. Then minimum number of points to be located at equal distances on ray BX is 8.
Explanation:-
To construct a triangle similar to a given triangle with its sides m/n of the corresponding sides of given triangle, the minimum number of points to be located at equal distance is equal to the greater of m and n in m/n.
Here, m/n=8/5
So the minimum number of points to be located at equal distance on ray BX is 8.
Concept: Division of a Line Segment
Is there an error in this question or solution?
#### APPEARS IN
NCERT Mathematics Exemplar Class 10
Chapter 10 Construction
Exercise 10.1 | Q 5 | Page 114
Share | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6543681025505066, "perplexity": 821.9164843663262}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296945323.37/warc/CC-MAIN-20230325095252-20230325125252-00352.warc.gz"} |
https://socratic.org/questions/a-triangle-has-sides-a-b-and-c-if-the-angle-between-sides-a-and-b-is-pi-12-the-a-6 | Trigonometry
Topics
# A triangle has sides A, B, and C. If the angle between sides A and B is (pi)/12, the angle between sides B and C is (5pi)/12, and the length of B is 1, what is the area of the triangle?
Mar 11, 2016
$a r e a = 0 , 25$
#### Explanation:
$a r e a = 0 , 25$
##### Impact of this question
561 views around the world | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 2, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.5731030702590942, "perplexity": 602.3342438696709}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780058450.44/warc/CC-MAIN-20210927120736-20210927150736-00459.warc.gz"} |
https://codedump.io/share/cpp0DXqtR5H8/1/execute-node-with-php | pinug - 1 year ago 208
Javascript Question
# execute node with php
i want to execute a javascript file with node(node.js) without using windows terminal, so i used php's exec() function to execute the file, but it didn't work.
What is the problem ? Did i write the wrong windows command ? Did i write wrong full path of node? (i wrote it but maybe it's a backslash problem)? Windows don't know the "node" command ?
``console.log('Welcome to Node.js !');``
``````<?php
echo exec('C:\Program Files (x86)\nodejs\node.exe welcometonode.js');//not working
echo exec('node welcometonode.js');//not working
echo exec('C:\\Program Files (x86)\\nodejs\\node.exe welcometonode.js');//not working
echo exec('C:\Program Files (x86)\nodejs\node welcometonode.js');//not working
?>``````
``````exec("\"C:/Program Files (x86)/nodejs/node.exe\" \"C:/path/to/script/welcometonode.js\""); | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9604382514953613, "perplexity": 27600.048954131587}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257647475.66/warc/CC-MAIN-20180320130952-20180320150952-00522.warc.gz"} |
https://squ.pure.elsevier.com/en/publications/investigation-of-physico-chemical-properties-for-the-1-butyl-3-me | # Investigation of Physico-chemical Properties for the 1-Butyl-3-methylimidazolium Tetrafluoroborate ([Bmim][BF4])–Diethylenetriamine (DETA) System for CO2 Capture
*Corresponding author for this work
Research output: Contribution to journalArticlepeer-review
1 Citation (Scopus)
## Abstract
This paper presents the experimental values of densities, viscosities and refractive indices for 1-butyl-3-methylimidazolium tetrafluoroborate ([Bmim][BF4])–diethylenetriamine (DETA) mixtures over the entire composition range and temperature range 298.15–333.15 K. The physico-chemical properties such as excess molar volume, partial molar volume, partial molar volume at infinite dilution, apparent molar volume, apparent molar volume at infinite dilution, isobaric thermal expansion coefficient and excess isobaric thermal expansion coefficient were calculated from the experimental density data. The excess Gibbs energy and excess entropy of flow were determined from the viscosity data using Eyring’s theory of rate process. The specific interactions between molecules in mixtures were explained by analyzing the behavior of the thermodynamic excess/deviation properties. To determine the correlating accurately with the utilized models including the Redlich–Kister, modified Graber, Lorentz–Lorenz and McAllister equations, the adjustable parameters and standard deviations were determined. Moreover, the qualitative analysis of these properties was further legitimized with Fourier-transform infrared (FTIR) spectroscopic studies.
Original language English 578-610 33 Journal of Solution Chemistry 48 5 https://doi.org/10.1007/s10953-019-00868-0 Published - May 1 2019
## Keywords
• Correlation accuracy
• Density
• Excess/deviation properties
• Refractive index
• Specific molecular interactions
• Viscosity
## ASJC Scopus subject areas
• Biophysics
• Biochemistry
• Molecular Biology
• Physical and Theoretical Chemistry | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8147364854812622, "perplexity": 10355.203967453017}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038879305.68/warc/CC-MAIN-20210419080654-20210419110654-00229.warc.gz"} |
https://www.gradesaver.com/textbooks/math/statistics-probability/elementary-statistics-12th-edition/chapter-9-inferences-from-two-samples-9-4-two-dependent-samples-matched-pairs-basic-skills-and-concepts-page-474/6 | ## Elementary Statistics (12th Edition)
$\mu_d$ is between -2.7280538 and 2.8457008.
Null hypothesis:$\mu_d=0$, alternative hypothesis:$\mu_d$ is more than 0. The degree of freedom: 34-1=33. The corresponding critical value using the table: $t_{\alpha/2}=t_{0.05}=1.692.$ The margin of error: $E=t_{\alpha/2}\frac{s_d}{\sqrt{n}}=1.692\frac{9.604106}{\sqrt{34}}=2.7868773.$ Hence the confidence interval $\mu_d$ is between $\overline{d}-E$=0.0588235-2.7868773=-2.7280538 and $\overline{d}+E$=0.0588235+2.7868773=2.8457008. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.954786479473114, "perplexity": 3959.920148468634}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376823183.3/warc/CC-MAIN-20181209210843-20181209232843-00378.warc.gz"} |
https://www.gradesaver.com/textbooks/math/algebra/elementary-algebra/chapter-2-real-numbers-2-2-addition-and-subtraction-of-rational-numbers-concept-quiz-2-2-page-57/7 | ## Elementary Algebra
When finding a common denominator, we may use any number that is a multiple of the denominators of all of the fractional addends. Since $20$, $40$, and $60$ are all multiples of both $4$ and $5$, any of them can be used as a common denominator. Since $20$ is the $\text{least}$ common multiple of $4$ and $5$, it is the $\text{least}$ common denominator. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9757952690124512, "perplexity": 70.13248264670855}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547584415432.83/warc/CC-MAIN-20190123213748-20190123235748-00193.warc.gz"} |
http://events.berkeley.edu/index.php/calendar/sn/?event_ID=120228&date=2018-10-01&tab=all_events | ## Differential Geometry Seminar: Existence of infinitely many minimal hypersurfaces in closed manifolds
Seminar | October 1 | 3:10-4 p.m. | 939 Evans Hall
Antoine Song, Princeton
Department of Mathematics
In the early 80's, Yau conjectured that in any closed $3$-manifold there should be infinitely many minimal surfaces. I will review previous contributions to the question and present a proof of the conjecture, which builds on min-max methods developed by F. C. Marques and A. Neves. A key step is the construction by min-max theory of a sequence of closed minimal surfaces in a manifold N with non-empty stable boundary, and I will explain how to achieve this via the construction of a non-compact cylindrical manifold.
lott@math.berkeley.edu | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.7090538740158081, "perplexity": 709.1293267525017}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-39/segments/1568514573735.34/warc/CC-MAIN-20190919204548-20190919230548-00316.warc.gz"} |
http://bmjopen.bmj.com/content/7/7/e015580 | Article Text
Robot-assisted surgery in a broader healthcare perspective: a difference-in-difference-based cost analysis of a national prostatectomy cohort
1. Vibe Bolvig Hyldgård1,2,
2. Karin Rosenkilde Laursen2,
3. Johan Poulsen3,4,
4. Rikke Søgaard2,5
1. 1 Health Economics, DEFACTUM, Central Denmark Region, Aarhus, Denmark
2. 2 Department of Public Health, Aarhus University, Aarhus, Denmark
3. 3 Department of Urology, Aalborg University Hospital, Aalborg, Denmark
4. 4 Department of Urology, King’s College Hospital, London, UK
5. 5 Department of Clinical Medicine, Aarhus University, Aarhus, Denmark
1. Correspondence to Vibe Bolvig Hyldgård; vibe.bolvig{at}rm.dk
## Abstract
Objective To estimate costs attributable to robot-assisted laparoscopic prostatectomy (RALP) as compared with open prostatectomy (OP) and laparoscopic prostatectomies (LP) in a National Health Service perspective.
Patients and methods Register-based cohort study of 4309 consecutive patients who underwent prostatectomy from 2006 to 2013 (2241 RALP, 1818 OP and 250 LP). Patients were followed from 12 months before to 12 months after prostatectomy with respect to service use in primary care (general practitioners, therapists, specialists etc) and hospitals (inpatient and outpatient activity related to prostatectomy and comorbidity). Tariffs of the activity-based remuneration system for primary care and the Diagnosis-Related Grouping case-mix system for hospital-based care were used to value service use. Costs attributable to RALP were estimated using a difference-in-difference analytical approach and adjusted for patient-level and hospital-level risk selection using multilevel regression.
Results No significant effect of RALP on resource-use was observed except for a marginally lower use of primary care and fewer bed days as compared with OP (not LP). The overall cost consequence of RALP was estimated at an additional €2459 (95% CI 1377 to 3540, p=0.003) as compared with OP and an additional €3860 (95% CI 559 to 7160, p=0.031) as compared with LP, mainly due to higher cost intensity during the index admissions.
Conclusions In this study from the Danish context, the use of RALP generates a factor 1.3 additional cost when compared with OP and a factor 1.6 additional cost when compared with LP, on average, based on 12 months follow-up. The policy interpretation is that the use of robots for prostatectomy should be driven by clinical superiority and that formal effectiveness analysis is required to determine whether the current and eventual new purchasing of robot capacity is best used for prostatectomy.
• cost analysis
• economics
• prostate cancer
• prostatectomy
• robot-assisted surgery
• robotics and laparoscopy
This is an Open Access article distributed in accordance with the Creative Commons Attribution Non Commercial (CC BY-NC 4.0) license, which permits others to distribute, remix, adapt, build upon this work non-commercially, and license their derivative works on different terms, provided the original work is properly cited and the use is non-commercial. See: http://creativecommons.org/licenses/by-nc/4.0/
## Statistics from Altmetric.com
### Strengths and limitations of this study
• A broad healthcare sector perspective with 12 months follow-up of a national cohort.
• A strong analytical approach including a quasi-experimental difference-in-difference design in combination with the use of regression-based adjustment for selection.
• Adjustment for body mass index could not be undertaken due to this information not being available in national register data.
• A proportion of patients had missing values regarding cancer stage but these patients did not seem to be different from patients with complete data.
## Introduction
The most common cancer among men older than 50 years is prostate cancer.1 The incidence has increased notably since the diagnostic prostate-specific antigen test was introduced and, in accordance, the incidence of prostatectomy has increased rapidly.1–3 Internationally, the transition from open prostatectomy (OP) to laparoscopic prostatectomy (LP) was much slower than the on-going transition from LP to robot-assisted laparoscopic prostatectomy (RALP), which is today the most frequently used technique in North America and in some parts of Europe.4 As a consequence of the rapid dissemination of RALP, the literature comparing RALP to LP is scarce.
The minimally invasive methods LP and RALP have been found to hold some perioperational advantages over OP such as less bleeding and fewer complications of, for example, urinary incontinence.1 5–8 The literature is, however, not definite in terms of whether these benefits of the minimally invasive approaches can be achieved equally with or without robot support.2 4 9 It has been argued that robot technology has a particular advantage in obese patients but, again, this has been questioned by a recent study demonstrating similar oncological and pathological outcomes when comparing RALP to LP and OP in obese patients.10
In comparison with not using robot support, the use of robot support leads to significantly higher costs due to the capital binding in the robot, maintenance costs and surgical supplies.4 11 12 However, there could be cost savings in the longer-term and in a broader healthcare sector perspective that outweighs the additional cost of the surgical procedure. These could flow from the better process outcomes such as less bleeding and fewer bed days. Despite the obvious relevance of a broader perspective, the literature is characterised by focussing solely on admission costs or just operating costs. The overall consequences of the dissemination of the robot technology to healthcare costs are therefore to a large extent uncertain. The objective of this study is to estimate the costs attributable to RALP as compared with OP and LP in a broad healthcare sector perspective and using a time horizon that allows for clinical manifestation of the postoperative advantages of robot support.
## Patients and methods
### Design
A national-scale cohort was followed from 1 year before to 1 year after prostatectomy. A quasi-experimental difference-in-difference (DID) design13 was combined with regression to adjust for pretreatment covariates (risk selection into surgical technique).14 Data were collected in connection with a Danish health technology assessment (HTA) of robot-assisted surgery, which this study is a further development of.15
### Study population
Consecutive men who underwent prostatectomy in Denmark in the period 1 January 2006 to 1 august 2013 were identified from the National Patient Registry,16 using the procedural codes KKEC00, KKEC00A, KKEC00B, KKEC00C, KKEC01, KKEC01A, KKEC01B, KKEC01C, KZXX00 and ZPW00002. To enhance comparability of the patients an inclusion criterion was that the robot-assisted technique should be available at the given hospital at the time of the prostatectomy.
### Data sources
Individual-level register data were extracted from national administrative registries including The Danish National Patient Register,16 The Danish Civil Registration System,17 and The Danish National Health Service Register.18 Costs were drawn from the registries for the diagnosis related grouping system (DRG) and the Danish outpatient grouping system (DAGS).19
### Costs
A healthcare sector perspective was applied in this study. Thus, the study included service use within the primary sector (general practitioners, medical specialists, therapists and other privately practicing specialists) and within the hospital sector (inpatient and outpatient hospital-based activity). Primary care service was valuated via the activity-based fees and hospital-based care via the DRG/DAGS-tariffs that were used at the time of service provision. The DRG tariffs for prostatectomy cover the activity from the day of admission to the day of discharge (preparation, surgery, remobilisation and discharge) whereas follow-up visits and other events after discharge,for example, caused by complications, are therefore separately reimbursed. The specific tariffs for prostatectomy are shown in online supplementary table 1. The higher tariff of the robot-assisted surgery (on average €4525) thus refers to the rather expensive instrument kit required for each surgery, robot maintenance costs and longer operating time. The theoretical interpretation of the DRG tariff is an average long-term cost. The influence of the lack of person-individual variation in the DRG tariff as a cost estimate for the admission for prostatectomy was informed by conducting sensitivity analysis where the number of bed days was added as a proxy for cost intensity. Other sensitivity analyses included adjustment for experience with robot and patient volume, as well as restrictions to the two most recent years and exclusion of the tariffs from the costs. Costs are reported in Euros (2014 price year).
### Identification of relevant aspects of risk selection
Characteristics that affect the choice of surgical method were identified in a literature review. Patient-level characteristics included age, cancer stage and comorbidity and hospital-level characteristics included organisational structure around the technology such as specialisation of staff. The identified characteristics were defined for the study population based on information from national registries: age (years), tumour size and nodal involvement based on the TNM-classification,20 comorbidity as defined by the Charlson Comorbidity Index,21 geographical region of the treating centre, level of experience by time of surgery (to-date volume of prostatectomies using the particular technology), and organisational structure of the surgical department, referring to whether the robot is used within a single department, used across several departments or used in a robotic centre. Finally, dummies for year of surgery were specified in order to be able to adjust for changes in DRG tariffs over the years.
### Statistical analysis
Summary statistics including Pearson's χ2 tests for categorical variables and ANOVA for continuous variables were used to describe patient's characteristics. All analysis followed a DID design where the costs attributable to prostatectomy were estimated as the differences between comparators (OP, LP and RALP) of differences in resource use and costs between 12 month periods before and after prostatectomy.13 To further handle risk selection (as described in the previous section) regression models were used to adjust the DID-estimates for covariates identified to affect selection into surgical technique.14 Regressions were specified as multilevel regressions due to the patient-level being nested in the hospital-level (centres treating more than one patient) in order not to underestimate SE. The validity of regression models was visually inspected based on conventional regression diagnostic plots and found to be robust.
Results are reported as arithmetic means with 95% CI based on bootstrapping with 5000 replicates due to the skewed nature of the data. All tests were two-sided with a 5% significance level. The statistical analyses were performed in Stata SE V.13.1.
### Ethics
The study was conducted in accordance with the Person Data Act and hence was approved by relevant authorities (The Danish Data Protection Agency) (Journal number 2007-58-0010). Consent is not required for register-based studies according the Danish Ethical Committee system.
## Results
Of the 4309 patients included in this study 52% underwent RALP, 42% underwent OP and 6% underwent LP (cf. online supplementary table 2 for procedure volume overtime). There were 22 conversions from either RALP or LP to OP, which were categorised according to the intended technique. The characteristics of the cohort are shown in table 1. The treatment groups were clinically similar in age, though the RALP group was younger than the OP and LP group (median age 64 vs 65 years) (p<0.001). The choice of surgical technique differed geographically and with regard to the organisation of the robot technology (p<0.001). Cancer severity was routinely registered for a proportion of patients only, which could be due to the fact that nodal involvement and metastases are rarely an issue for prostatectomy candidates. However, in case of no nodal involvement patients were less likely to have received a minimally invasive technique (p≤0.001).
Table 1
Comparison of descriptive characteristics (n (% of treatment group))
Service use per patient, including length of stay, and the unadjusted mean costs of the patients’ healthcare are depicted in table 2,3 respectively. All treatment groups had statistically significant higher service use in the year following the surgery. No differences were found when comparing RALP to LP but OP was associated with 2.6 extra bed days and slightly higher primary care service use (0.5 more contacts) compared with RALP. This was, however, not reflected in the costs, as RALP was associated with the highest costs primarily caused by differences in inpatient care (table 3).
Table 2
Healthcare service use in relation to prostatectomy
Table 3
Healthcare costs in relation to prostatectomy
Figure 1 illustrates the cost patterns overtime. The process of getting referred by the general practitioner to the hospital for diagnosis and later treatment seems to be reflected as a rise of costs in the primary care sector, is followed by a rise in outpatient care and later in inpatient care at the time of the prostatectomy. Outpatient follow-up is clearly evident but is not set at a fixed time. No clear differences stood out except for higher inpatient costs of RALP at the time of the index prostatectomy. Both in the year prior to and after the prostatectomies included in this study the patterns are rather similar especially for OP and RALP while LP fluctuates more due to fewer patients having received this surgical technique.
Figure 1
Time series graphics for the unadjusted mean costs (€). Month zero marks the time of prostatectomy, price year 2014. LP, laparoscopic prostatectomy; OP, open prostatectomy; RALP, robot-assisted laparoscopic prostatectomy.
Table 4 illustrates DID-estimates similar to those of table 3 except that multivariate modelling is used to adjust for eventual residual risk selection not handled by the DID-analytical strategy. Results support the unadjusted results as significant differences are revealed when RALP is held against OP and LP respectively. The adjusted costs attributable to RALP varied as RALP was associated with an extra €3860 (95% CI €559 to €7160) when held against LP and €2459 (95% CI €1377 to €3540) when compared with OP.
Table 4
Adjusted estimates of the costs attributable to robot-assisted laparoscopic prostatectomy (RALP): main model compared with extended model, which includes adjustment for tumour size and nodal involvement
Costs were significantly higher when patients were operated in Region of Southern Denmark or North Denmark Region (p<0.05), and when they were operated in hospitals with a robotic centre (p<0.05).
An extended model was applied to assess the role of informative missings on cancer severity. Adding cancer severity to the model did not substantially affect the cost attributable to RALP. Tumours categorised as T3–T4 were associated with significant additional costs for all surgical techniques and having missing data with respect to nodal involvement was associated with decreased costs, but there was no significant interaction between either tumour size or nodal involvement and surgical technique.
Restricting the main model to activity during the two most recent years (2012 and 2013) does not significantly alter the findings (the average attributable costs increases from €2459 to €3889 compared with OP and reduces from €3860 to €3359 compared with LP).
In order to directly analyse the contribution of the index admission versus the after-period for the costs attributable to RALP, sensitivity analyses restricting the costs to the after-period alone show comparable after-periods for LP and RALP whereas the after-period for OP is characterised by significantly more activity (€2332 (95% CI €1287 to €2777)).
## Discussion
Practically all prostatectomies performed in Danish hospitals over a period of 8 years were included in this analysis, which focused on the broad healthcare sector consequences of using robot technology. The cost of RALP was found to be higher than the costs of both OP and LP due to the difference in DRG tariffs across these surgical techniques. No evidence was found of RALP impacting service use when compared with LP, however, some reduction in bed days in the after-period was found when compared with OP. Hence, the main contribution of this study is an important piece of evidence that, when considering a broad healthcare sector perspective and a longer time horizon than the index admission, the use of RALP does not seem to generate cost consequences that can outweigh the additional cost associated with the index surgery.
A recent study by Hughes et al estimated the resource use in the postoperative phase after prostatectomy in a hospital perspective and found that RALP led to costs savings, when the cost of the index surgery was excluded from the equation.22 This study is in many ways similar to the present in that it is based on a large sample and considers extra-index-surgery consequences of using robot technology. It has however a couple of weaknesses, that is, circumvented in the present study. First, it includes patients who were referred to centres not offering robot technology and who could have different profiles than those referred to centres offering robot technology. Second, the investigators did not analytically handle the fact that patients were selected into surgical technique. It thus remains unclear whether the difference between the present results of no cost saving and Hughes et al's finding of a cost saving is due to these weaknesses or whether they are simply do to differences between the British and the Danish context.
Previous studies have assessed the costs of robot technology in an analytical perspective restricted to hospital costs of the index surgery. Kim et al found that RALP, despite shorter hospital stays, was associated with higher operation costs than OP by an average that more or less corresponds to the difference in Danish DRG tariffs between surgical techniques (mean $11 932 vs$9390; p<0.001).23 Similarly, Bolenz et al found hospital costs to be higher for RALP compared with LP and OP, which was a bit lower but still within the level of the difference in the Danish DRG tariffs (median $6752 for RALP,$5687 LP and \$4437 for OP; p<0.001).12 These studies were conducted in the USA, that is, not normally considered to be comparable as a setting due to different system structures and price levels.
The strengths of this study relates to the design where a cohort of consecutive patients are observed and where appropriate analytical effort is made into handling selection for surgical techniques. The hybrid DID-design in combination with regression-based adjustment for pretreatment covariates serves to minimise the effect of selection bias, which can be an important issue in observational designs that may have been chosen as the only option or in priority of external validity. This design has the ability to cleanse out exogenous factors, such as time and to isolate the costs related to the prostatectomy from the costs related to, for example, chronic comorbidities or other time invariant patient characteristics.24 The design is particularly powerful when combined with extra means for handling selection and multilevel multivariate regression was here used to adjust for hospital-level characteristics as well as patient-level characteristics that could have caused confounding. It should also be mentioned that we were able to validate the consecutiveness of data and the coding of surgical techniques by comparing register data to the independent clinical database UroLap, which supported that data were truly representing consecutive patients and which gave no reason to suspect misclassification.25
In the early stages of this work, we suspected that the cost implications of robot technology would be affected by centre volume and experience with the technology. We thus included variables in the regression model for these organisational-level covariates but they appeared to be insignificant contributors and were thus excluded from the reported main model. Also, we sought to assess whether there was any effect modification from point at the learning curve by including interaction terms between the dummies of year of surgery and the cost consequences of robot technology but again, these turned out to be insignificant and were thus left out in the main model. The geographical variations found could reflect patient heterogeneity caused by both cultural and structural variations such as different waiting times and referral practice.
The main weakness of this study lies in the premises of basing it on registry data, where severity and other clinical details are not routinely recorded. One variable of relevance to choice of surgical technique would be body mass index (BMI).26 Another weakness concerns the missing values on cancer stage, as it appeared that doctors are not routinely registering TNM status in relation to prostatectomy. Tumour size was registered for about 50% of patients while nodal involvement and metastasis were registered for around 25% of patients only. Whether this reflects irrelevance of registration in relation to the choice of surgical technique and expected outcome or other reasons is unclear, but conducting parallel analysis with and without TNM status did not substantially affect results. And more importantly, patients with missing values on the TNM status did not seem to be different from patients with complete data. A number of sensitivity analyses were undertaken to address limitations of the study. First, the use of national tariffs as an expression for the patient-level cost of hospital service ignores patient-level and hospital-level variation. For example, differences in coefficient of usage are not reflected in the tariffs. A sensitivity analysis where the number of bed days was included in the model was therefore undertaken and confirmed that variation captured in bed days had no influence on the main result. This analysis is, however, no full compensation for the lack of patient-level variation and this limits the interpretation of the analysis to the broad-sector consequences of using robot technology as opposed to the technical efficiency or productivity that characterises the operation of the robot technology. Also, it should be noted that time dummies were included in the base-case model in order to take out variation that was due to changes in the DRG tariffs overtime. If centres in the future administer the robot technology (and other surgical techniques for that sake) in a more of less efficient way, for example, by operating more patients per robot this will affect the cost of index surgery (and should lead to an adjustment of the DRG tariff) whereas the main focus of this analysis, the broader-sector cost consequences, should be unaffected if the quality level is kept.
Further research seems warranted as RALP is here found to be overall more costly than its alternatives while there appears to be limited evidence for a clinical benefit to the patients. At best, a randomised controlled trial comparing RALP to both LP and OP should be conducted and followed by a cost-effectiveness evaluation. LP is a relatively rare choice of surgical approach in Denmark although it has been found to create health outcomes and functional outcomes comparable to those of RALP.3 9 27 However, there is evidence that RALP is a superior choice with regards to the risk of erectile dysfunction.28 If this was also the case in the present cohort, it was not reflected in the number of visits to neither hospitals nor the primary healthcare sector.
## Conclusions
In this study from the Danish context, the use of RALP generates a factor 1.3 additional cost when compared with OP and a factor 1.6 additional cost when compared with LP, on average, based on 12 months follow-up. The policy interpretation is that the use of robots for prostatectomy should be driven by clinical superiority and that formal effectiveness analysis is required to determine whether the current and eventual new purchasing of robot capacity is best used for prostatectomy.
## Acknowledgments
The authors would like to thank Line Stjernholm Tipsmark (LST) for assistance in requisitioning data and for performing preliminary analyses.
1. 1.
2. 2.
3. 3.
4. 4.
5. 5.
6. 6.
7. 7.
8. 8.
9. 9.
10. 10.
11. 11.
12. 12.
13. 13.
14. 14.
15. 15.
16. 16.
17. 17.
18. 18.
19. 19.
20. 20.
21. 21.
22. 22.
23. 23.
24. 24.
25. 25.
26. 26.
27. 27.
28. 28.
View Abstract
## Footnotes
• Contributors Drafting the manuscript: VBH. Analysis and interpretation: VBH, RS. Statistical analysis: VBH, KRL. Concept and design: JP, RS. Acquisition of data: RS, KRL, LST. Critical revision of manuscript: JP, RS, KRL, VBH. Supervision: RS.
• Funding This research received no specific grant from any funding agency in the public, commercial or not-for-profit sectors.
• Competing interests None declared.
• Provenance and peer review Not commissioned; externally peer reviewed.
• Data sharing statement Unfortunately no additional data can be made available due to legal restrictions.
## Request permissions
If you wish to reuse any or all of this article please use the link below which will take you to the Copyright Clearance Center’s RightsLink service. You will be able to get a quick price and instant permission to reuse the content in many different ways. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.3338533341884613, "perplexity": 3747.134811011249}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-05/segments/1516084890314.60/warc/CC-MAIN-20180121060717-20180121080717-00485.warc.gz"} |
https://artvinyl.de/matplotlib/sonth/mazda/38172993a18066908e-sector-area-definition-geometry | ### sector area definition geometry
Noun. Sector Area = * r / 2 = * r / 2. Its area is equal to 60 360 r 2. Arc is the length between the curve between two points. Area of the sector, A = 1 2 r 2 = 1 2 r 2 1 l where = l r. A = 1 2 r l. Example: Find the area of a sector of 60 in a circle of radius 10 cm. Are you taking the ACT or SAT? Look at part (b). Definitions and formulas for the radius of a circle, the diameter of a circle, the circumference (perimeter) of a circle, the area of a circle, the chord of a circle, arc and the arc length of a circle, sector and the area of the sector of a circle Just scroll down or click on what you want and I'll scroll down for you! Sector angle of a circle = (180 x l )/ ( r ). 3. The Rref calculator is used to transform any matrix into the reduced row echelon form Integrate discrete data points sets Find altitude by coordinates on google maps in meters and feet Paisabazaars EMI Calculator is a handy tool which can be used to calculate the monthly installments payable for all types of Download 200 SAT/ACT math practice questions (and support the mathplane sites!) In this lesson we look at the fractions of circles which are called Sectors. Certified Educator. Area of Sectors and Segments. You can get the add-in from the Manage Add-Ins page The Office of University Registrar is part of the Division of Enrollment Management and staff are cross-trained to assist students with all matters regarding enrollment to the University Emergency Regulation Information for 2020 General Election Contact Office of the Registrar John Thomas Sector. A plane simple closed curve is also called a Jordan curve.It is also defined as a non-self-intersecting continuous loop in the plane. Calculus Sector Area. Chord - A chord is a line segment that joins two points on the circle. In part (a), the arc length is 10 3. Plug r = 6, = 45 and 3.14.
00:00.00
mikebledsoe
Welcome to Monday morning with Mike and max and today we're going to be talking about freedom because you know what it is the fourth of July and we are americans and so of course not only are we totally into the conversation today but we're into it. Just make use of radians instead of degrees. Worksheets have become an integral part of the education system They represent the wishes and interests of everyday citizens like you and me as well as large multi national corporations These will be used to access Drafting Board The parent volunteers exchange groups at 15-minute intervals, eventually working with all four Solve the following problems. Solution: Step 1: Find the area of the entire circle using the area formula A = r 2. Figure 2 Using the arc length and the radius to find the measure of the associated central angle. Search: Second Prison Bunker Access Code. OADB is also a sector. Solution. The sector area is recalculated as you drag. Area of a Sector and Arc Length Geometry BowerPower.net . Area. Then, the area of a sector of circle formula is calculated using the unitary method. For example, 0.28 x 78.5 = 21.89. The simplicity of the central angle formula originates from the definition of a radian. Find m AOB. Then, the area of a sector of circle formula is calculated using the unitary method. Download 200 SAT/ACT math practice questions (and support the mathplane sites!) Let's learn about how to calculate the area of a sector. The sector is $$\frac{1}{6}$$ of the full area. Lets work out a couple of example problems involving the area of a sector. Calculations of geometric shapes and solids: the Semicircle. Search: Desmos Double Integral Calculator. The area of a circle segment is slightly more difficult to calculate. Sector ( ) is part of the disk, which is bounded by two radii and an arc between the radii. So, the area of the sector is about 923.2 cm2. Sector can also be referred as Wedge. What is a sector? Round decimal answers to the nearest tenth. Students should also know that a circle has 360 degrees. a portion of a military front or area of operation.
Reduce 8/32 to . Webinars. Area = 1/3 22/7 42 42 . The Quadrant and Semicircle are two special types of Sector: Quarter of a circle is called a Quadrant. Then, the area of a sector of circle formula is calculated using the unitary method. The same method may be used to find arc length - all you need to remember is the formula for a circle's circumference. Area of a Semicircle. A = R ( 2 h + a) Volume, V. The volume of spherical sector, either open spherical sector or spherical cone, is equal to one-third of the product of the area of the zone and the radius of the sphere. Again, you will be multiplying the percent by the area of the whole circle. Equation of a Circle. Reduce 8/32 to . A radian is a unit of angular size, where 1 radian is defined as a central angle () whose arc length is equal to the radius Now, if you are still hungry, take a look at the sector area calculator to calculate the area of each pizza slice! So, m AOB = 90. More About Sector. A sector is a wedge of a circle made from two radii. To play a "Power Chord " for rock songs, we play the first note of a chord , and then another note 5 tones higher. Plug the sector's central angle measurement into the formula. Lets work out a couple of example problems involving the area of a sector. of the circle. The area, A, of a circle with radius r is A = r 2. Calculations at a semicircle. is the arc of sector OADB. The formula to find the area of a sector is A =. Next Generation Science Standards. A sector of a circle is a region bounded by two radii and an arc of the circle. = (130/360) x 3.14 x 28 x 28. Common Core State Standards. NGSS. CCSS Math. Area of the sector = /360 r 2. circle, a radius, a diameter, a central angle, and an arc. Looking to improve test scores? Solution: The sector A O B has angle 60 . Therefore A = 1 6 3.1416 ( 10) 2 = 52.36 square. The formula for the area of a sector is (angle / 360) x x radius2. Sector area. Radii, the plural of radius, are line segments that start on the outside and end at the center of the circle. The sector of a circle formula in radians is: A =. Search: Knowledge Matters Diversification Math Quiz Answers. Thus, when the angle is , area of sector, OPAQ =. Discuss what a sector is and how to find the area of a sector. The region of the circle cut off from the rest of the circle by this chord is called as segment of a circle. Helps your students by becoming CK-12 Certified! Introduce the term radian, and briefly explain its connection to the work in Example 1. Definition: The part of a circle enclosed by two radii of a circle and their intercepted arc . In a circle with radius r and centre at O, let POQ = (in degrees) be the angle of the sector. All it needs is; the radius and angle to find the area of sector. For example, if the central angle is 100 degrees, _____ Math Comic #172 - "Pink Floyd" - (1-8-15) Visit the Weekly webcomic gallery _____ Remember the area of a circle = $$\pi r^2$$ The sector area is: $$\frac{1}{6} \times \pi \times 4^2 = 8.4~\text{cm}^2$$ The area between an arc and two radii of a circle is called Sector. This lesson assumes that people already know how to calculate the Circumference and the Area of a Circle. is the arc of sector OACB. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8781455755233765, "perplexity": 563.4344678944242}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337480.10/warc/CC-MAIN-20221004054641-20221004084641-00003.warc.gz"} |
https://www.johndcook.com/blog/2020/11/18/rotating-symbols-in-latex/ | Rotating symbols in LaTeX
Linear logic uses an unusual symbol, an ampersand rotated 180 degrees, for multiplicative disjunction.
The symbol is U+214B in Unicode.
I was looking into how to produce this character in LaTeX when I found that the package `cmll` has two commands that produce this character, one semantic and one descriptive: `\parr` and `\invamp` [1].
This got me to wondering how you might create a symbol like the one above if there wasn’t one built into a package. You can do that by using the `graphicx` package and the `\rotatebox` command. Here’s how you could roll your own par operator:
` \rotatebox[origin=c]{180}{\&}`
There’s a backslash in front of the & because it’s a special character in LaTeX. If you wanted to rotate a K, for example, there would be no need for a backslash.
The `\rotatebox` command can rotate any number of degrees, and so you could rotate an ampersand 30° with
` \rotatebox[origin=c]{30}{\&}`
to produce a tilted ampersand.
Related posts
[1] The name `\parr` comes from the fact that the operator is sometimes pronounced “par” in linear logic. (It’s not simply `\par` because LaTeX already has a command `\par` for inserting a paragraph break.)
The name `\invamp` is short for “inverse ampersand.” Note however that the symbol is not an inverted ampersand in the sense of being a reflection; it is an ampersand rotated 180°.
One thought on “Rotating symbols in LaTeX”
1. Eric Rasmusen
Thank you for this good post. You and readers of this post will like the handout I made based on it for my 7th graders :
https://www.rasmusen.org/special/Cedars_School/03.03_Latex_rotating_symbols.pdf
They had great fun with this. I started by showing them the output from a command with 45 and 90 and asked them what they thought would happen if I replaced it with 180, 270, 0, 360, 720. Then we tried replacing center=c with l and r. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9194025993347168, "perplexity": 1061.5446859011113}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030335058.80/warc/CC-MAIN-20220927194248-20220927224248-00223.warc.gz"} |
https://www.physicsforums.com/threads/what-are-everyday-nonlinear-examples.394750/ | # What are everyday nonlinear examples?
1. Apr 12, 2010
### UseAsDirected
What are everyday nonlinear" examples?
Hello!
Is there a simple way to identify a nonlinear equation or physical system by looking at it?
I have sifted through material about unpredictability, chaos, fractals, and the other buzzwords encompassing nonlinear systems", and have glossed over mathematical explanations covered in Wiki articles, but do not seem to understand how to identify an algebraic nonlinear example other than variable cannot be separated", superimposed," is "non-homogenous". I am seeking a basic explanation for rather young kids in a gifted physics program.
For example, is an exponential, logarithm, root, or quadratic nonlinear as they do not conform to lines"? (Notwithstanding that I can just plot it against two logs to get a line.) And also, the above examples are predictable," no? Are they still nonlinear?
Does nonlinearity imply that despite knowing the initial conditions the outcome cannot be predicted?
(I solved the intersection of a quadratic and a linear equation, found two points, and am concluding the system is nonlinear" because the nonlinear" shape of x^2 (parabolic) causes the equation to be a system" of solutions (more than one point satisfies the bounds).
I am seeking an elementary school explanation and basic examples.
Thanks,
-E
2. Apr 12, 2010
### CRGreathouse
Re: What are everyday nonlinear" examples?
In my mind most things are nonlinear. Treating things (within a fixed range) as though they were linear is a mathematical trick that lets us work with complicated things as if they were simple.
Your examples are all simple, predictable, and nonlinear.
No, that's "chaotic", not "nonlinear". But multivariate nonlinear systems are often chaotic.
3. Apr 12, 2010
### UseAsDirected
Re: What are everyday nonlinear" examples?
Thank you for the response. I get it now that nonlinear systems can be simple and deterministic.
And, does sensitivity" to initial conditions imply chaos? I read about these buzzwords and that due to such and such sensitivity hither tither system is chaotic" or not-deterministic. Do I conflate the two, chaos and non-determinism? I am trying to build up a catalog of understanding. Thanks again.
-E
4. Apr 13, 2010
### IttyBittyBit
Re: What are everyday nonlinear" examples?
No, sensitivity to initial conditions is not enough for chaos. To have chaos, you also need to visit every point in the phase space arbitrarily closely an infinite number of times, at any large time frame (this is just a rough explanation; to really define chaos you need to get nitty gritty with higher mathematics). What does this mean? Consider the function x^n as n goes to infinity. This function is sensitive to initial conditions, since starting with 1 it will just give 1, but start at any number greater than 1, say 1.000000000001, and it will give infinity. So it's really sensitive to initial conditions. But it's not chaotic; it's simple and predictable.
The logistic map is a really simple (and good) introduction to chaos, you might want to read about it if you haven't already: http://en.wikipedia.org/wiki/Logistic_map
And non-determinism doesn't imply chaos either. A random (not pseudorandom!) sequence of numbers is non-deterministic, but non-chaotic.
5. Apr 13, 2010
### Staff: Mentor
Re: What are everyday nonlinear" examples?
The Mandelbrot set is determined by a very simple nonlinear equation: z = z2 + c, where z and c are complex numbers. I might be wrong, but I think that the Mandelbrot set is deterministic in the sense that given a complex number you can determine whether it is in the set or not, but very small changes in input values lead to very different outcomes, so the set is very sensitive to changes in initial conditions, hence chaotic. There's a nice animation about halfway down the page at http://en.wikipedia.org/wiki/Mandelbrot_set, in the section titled Zoom animation.
Another example of a simple, non-linear equation with chaotic behavior is in the Bifurcation topic here http://mathworld.wolfram.com/Bifurcation.html. The graph is generated by various values of r in the equation xn = rxn - 1(1 - xn - 1). If you look at the graph, the two left-most red lines are at r = 3.44 and x = .44, x = .85. Substituting .44 for x0 in the equation above gives x1 = 3.44*.44*(1 - .44) ~ .85. Substituting this value in the equation gives x1 = 3.44*.85(1 - .85) ~ .44. Varying r by a little bit causes a small variation in the output values, but varying r by a little more causes bifurcations at around r = 3.45, and more at around 3.545, but the system really goes bonkers at r = 3.57 or so.
6. Apr 13, 2010
### zhentil
Re: What are everyday nonlinear" examples?
Here's a way to think about it: suppose you're measuring the population of bunnies. You know that right now there are 100 bunnies and that the population is growing at the rate of four bunnies per week. If this data allows you to determine the population at all future times, the system is linear. Otherwise, it's nonlinear.
More generally, a system is linear if and only if knowledge of the function and its derivative at any point allows you to completely determine the function.
7. Apr 13, 2010
### Staff: Mentor
Re: What are everyday nonlinear" examples?
I think you are confusing linear with deterministic. The population growth of rabbits is NOT linear.
8. Apr 13, 2010
### UseAsDirected
Re: What are everyday nonlinear" examples?
Thanks for the responses.
To Ittybitty; hi, you wrote:
>This function is sensitive to initial conditions, since starting with 1 it will just give 1, but start >at any number greater than 1, say 1.000000000001, and it will give infinity. So it's really >sensitive to initial conditions. But it's not chaotic; it's simple and predictable.
What is sensitive" about it? I raised a larger number, 1.00001 to 50 and is 1.0005, 1.00001^500 = 1.005, and 1.00001^5,000 = 1.051.
It doesn't seem sensitive at all.
I have another, perhaps more pragmatic physics education questions.
Q.) Are their key *science* concepts to non-linearity? Or, is it just mathematics?
Thanks,
-E
9. Apr 13, 2010
### CRGreathouse
Re: What are everyday nonlinear" examples?
Here's an example of a reasonably chaotic (though deterministic) system I worked with a few years back.
Take a starting value, say 1. Repeatedly apply the tangent function until it is in a given range, say [319, 320).
10. Apr 13, 2010
### UseAsDirected
Re: What are everyday nonlinear" examples?
I just did it in Excel and it's quite cool!
So, it is chaotic yet ordered?
11. Apr 13, 2010
### Staff: Mentor
Re: What are everyday nonlinear" examples?
Ittybitty said x^n as n goes to infinity. 50, 500, and 5000 are insignificantly small in comparison to infinity.
12. Apr 13, 2010
### IttyBittyBit
Re: What are everyday nonlinear" examples?
Ok, first of all, every single one of you (Mark44, zhentil, UseAsDirected) are making the same, very grave, mistake: assuming that determinism and chaos are incompatible.
In fact, one of the defining marks of chaos is that it has to be deterministic.
let me repeat:
chaos is always deterministic.
In fact, that's why we call it deterministic chaos.
Non-deterministic 'chaos' is just randomness. And randomness is not chaos, it's just randomness. Like the throw of a dice or what age you will die at.
This is actually a common misconception.
Now another misconception is about linear vs. nonlinear systems. The problem arises from the fact that 'linear' is typically taken to loosely mean 'easy' in engineering courses. The word 'linear' does not have a mathematical definition (perhaps the closest thing to mathematical definition would be that a linear system is something that satisfies the superposition principle), but things like 'linear transforms on vector spaces' or 'systems of linear equations' do. Thus it is wrong, in my opinion, to make sweeping assertions about something being 'linear' or not; we have to study the concept in the context it is meant to be studied.
Yup.
13. Apr 13, 2010
### UseAsDirected
Re: What are everyday nonlinear" examples?
In this example, throwing of die is random? I think the fall of die is calculable, provided all the minutest details are known.
And, what is the relationship between determinism" and predictability"?
Thanks,
-E
14. Apr 14, 2010
### IttyBittyBit
Re: What are everyday nonlinear" examples?
Well it is possible for something to be deterministic, yet not possible for us to be able to predict it. In chaos, usually you have this process where, as you progress forwards in time, the exact details of the initial conditions become more and more important. Take the weather for example (a chaotic process). We have the equations to model it, it's just that we can never know all the initial conditions with 100% accuracy. Thus our prediction ability is limited to just a few days in the future. We can never hope to track every single child across the world blowing bubbles into the wind, for example.
You know about the butterfly effect right? That a single butterfly, flapping it's wings in, say, china, can lead to the difference between a hurricane striking or not striking a city on the coast of the US. The interesting thing about chaos is that this is guaranteed to happen; a flap of a butterfly's wings will, without a doubt, be translated into a storm being created or not.
But with randomness, the picture is different. If something is truly random, we can't even predict it on the shortest time-scale.
You are right, throwing a dice is not in fact random. It's actually very hard to construct a perfectly random sequence. Some people have done this with quantum devices, but even those are based upon the assumption that the quantum world is truly random, something that has not been proven.
15. Apr 14, 2010
### UseAsDirected
Re: What are everyday nonlinear" examples?
The butterfly's act of flapping is guaranteed to create a storm or not? Is or not" part a typo? Has it been shown experimentally that a butterfly's flapping guarantees the initiation of a storm? If we cannot micro-analyse the initial conditions of a system, how can we possibly demonstrate this?
Q.) What is the key scientific concept in non-linearity[, if there is one]? Or, does it belong to mathematics?
Thanks,
-E
16. Apr 14, 2010
### IttyBittyBit
Re: What are everyday nonlinear" examples?
No it's not a typo, I just explained it really badly.
What I meant to say is: To model the state of a system as it evolves in time, we eventually need to know finer and finer details about the initial conditions, with no limit to how far we have to go.
This has been proven with a mathematical analysis of the subject of chaos, btw. In fact, it is one of the defining characteristics of chaos. A system that 'forgives' perturbations in the initial conditions smaller than a certain threshold is not deemed chaotic.
About linear/nonlinear systems: you might want to start with researching the superposition principle.
17. Apr 14, 2010
### epenguin
Re: What are everyday nonlinear" examples?
The questions really are several, I will divide my answers.
Although to CRGreathouse's mind most things are nonlinear to my mind enough things are linear enough for linearity to be useful and essential. That is if they are a bit nonlinear, e.g. if the restoring force in an oscillation curves a bit you can still treat it acceptably depending on accuracy required as linear and get useful results. The concepts are still useful. The qualitative behaviour carries over. For instance even the simple pendulum never has a linear restoring force, it depends on sine of displacement not displacement. Nevertheless even when not quite right the period is still independent, exactly or approximately I don't remember, of maximum or initial displacement i.e. also amplitude. Therefore this is not essentially nonlinear. It is linear for small displacements still.
'Nonlinear science' - think its practitioners think this way - is when you have essentially qualitatively different behaviour from the linear. Thus the nonlinear version of the simple pendulum would be the grandfather clock. Its final period and trajectory or amplitude is independent of initial displacement - called a 'limit cycle'. That is a qualitative difference between the two dynamics.
Last edited: Apr 14, 2010
18. Apr 14, 2010
### epenguin
Re: What are everyday nonlinear" examples?
For students I would have recommended the system mentioned by Mark44. If you have just a hand graphics scientific calculator, and a very simple programme, they can have fun and surprises with that system.
A best short account and introduction to it in a few pages is probably still "Simple Mathematical Models with very complicated dynamics" by Robert May, Nature, 1976
The kind of diag. on the cover of the book below is key to throwing light on the strange behaviours. It is a look behind the iteration - I think you can see what it is. Here r is above 1 and below 3 I think and you see x homes in on a single stationary point. (For r above 2 it homes in in the oscillatory manner shown.)
One of the concepts to come out of chaos studies with this simple system was universality. That is Mark's illustration is with the simplest formula but it didn't much matter what the formula is as long as it has an extremum basically - it can even be a 'tent' - a straight line up and then down like ^. Even more surprising, chaos set on for the same ('universal') value of the controlling parameter (height of maximum) whatever the function chosen, and qualitatively the approach to it via period doublings was the same for different functions! Students can have fun with these too.
http://img576.imageshack.us/i/chaosholmgren311.png/ [Broken]
For books the above one by Holmgren is at least short. I found it disappointing - it told me everything I had already worked out and nothing I wanted to know - e.g. proper explanation of universality. The combination of things it expected you to know (topological terminology) and the elementary things it thought needed lengthy explanation were to me a bit disconcerting, but basically the math is elementary.
For the teacher a longer and wider and better book - but as I say longer - is 'Chaos and Fractals' by Pietgen Jurgens and Saupe. High school math (in Europe) is enough for it - there is more but it is explained.
Those 3 refs should keep you busy quite some time!
Last edited by a moderator: May 4, 2017
19. Apr 14, 2010
### epenguin
Re: What are everyday nonlinear" examples?
You ask for 'everyday examples' and can you identify chaos? I believe it is not easy to identify from observation whether a dynamic is really chaotic, but I will leave this to the experts. In the past engineering sought to avoid it, but these days some work on how to exploit it.
The examples often given e.g. above are so simple to enable tractability and not meant to represent reality but rather principle they are called 'toy models'.
But at least chaos and non-linearity are fairly new paradigms of dynamics. Before the seventies if they came up they tended to be swept under the carpet.
The irregular behaviour of a dripping tap in some conditions of flow is supposed to be chaos. You can at least suspect the erratic and intermittent (equally annoying) behaviour of an old fluorescent lighting tube is chaos. That behind some physical and mental pathologies where the patient is quite unpredictably well and not, or behind some economics phenomena can look like a chaotic dynamic. I would like to hear of better examples.
Last edited: Apr 14, 2010
20. Apr 14, 2010
### zhentil
Re: What are everyday nonlinear" examples?
Note the use of the conditional "if".
Similar Discussions: What are everyday nonlinear examples? | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.7470879554748535, "perplexity": 1270.3202787982948}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-39/segments/1505818690203.42/warc/CC-MAIN-20170924190521-20170924210521-00715.warc.gz"} |
http://umj.imath.kiev.ua/article/?lang=en&article=9624 | 2019
Том 71
№ 7
# Spectral exp nsion of self-conjoint operators on generalized elements of a Hilbert space
Kats G. I.
Abstract
The author discusses spectral expansions of generalized eigen-elements belonging to systems derived in the article (Ukrainian Mathematical Journal, vol. 12, N 1, 1960). The necessary and sufficient condition of the possibility of such expansions was obtained. Some generalizations are discussed, as well as a supplement to the estimate of the growth of eigen-functions and the interpretation of «eigen-subspaces» of self-adjoint operators.
Citation Example: Kats G. I. Spectral exp nsion of self-conjoint operators on generalized elements of a Hilbert space // Ukr. Mat. Zh. - 1961. - 13, № 4. - pp. 13-33.
Full text | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.953271746635437, "perplexity": 1926.4852179694062}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027321140.82/warc/CC-MAIN-20190824130424-20190824152424-00124.warc.gz"} |
http://math.stackexchange.com/questions/245557/maximize-a-sum | # Maximize a sum.
Let $m$ be a fixed positive integer. Consider two sequences of non-negative integers $a_1, a_2, ..., a_m$ and $b_1, b_2, ..., b_m$ which both taken together add up to $n$, that is, $\sum a_i + \sum b_i = n$, where $n$ is fixed positive integer.
Then what is the maximum value that the sum $\sum a_ib_i$ can attain?
Intuitively it seems that the answer should be $[\frac{n^2}{4}]$. I'm wondering how to prove it rigorously.
-
oh yes, thanks, I will remove it. – dineshdileep Nov 27 '12 at 9:42
## 2 Answers
Since $(a_i+a_j)(b_i+b_j)\ge a_ib_i+a_jb_j$, the sum never decreases when we replace $a_i$ by $a_i+a_j$, $b_i$ by $b_i+b_j$ and $a_j$ and $b_j$ by $0$. Thus we can assume $a_i=b_i=0$ for $i\ne1$, and then it's a simple one-dimensional optimization to show that $a_1b_1$ is maximal for $a_1=\lfloor n/2\rfloor$ and $b_1=\lceil n/2\rceil$, with maximal value $\lfloor n/2\rfloor\lceil n/2\rceil=\lfloor n^2/4\rfloor$.
-
a really good one – dineshdileep Nov 27 '12 at 10:03
Edit: The following answer does not take into account that the $a_i$, $b_i$ should be integers.
Your conjecture is correct. For a proof you can do without calculus:
Given the condition $a+b=C$ the product $$ab={1\over 4}\bigl((a+b)^2-(a-b)^2\bigr)={1\over 4}\bigl(C^2-(a-b)^2\bigr)$$ is largest when $a=b$. Therefore we should choose $a_i=b_i$ $\ (1\leq i\leq m)$.
The problem now is to maximize $Q:=\sum_{i=1}^m a_i^2$ under the condition $\sum_{i=1}^m a_i={\displaystyle{n\over2}}$.
When $a>0$, $a'>0$ then $$a^2+a'^2 <(a+a')^2 + 0\ .$$ It follows that replacing any pair $a_i>0$, $a_{i'}>0$ by the pair $a_i+a_{i'}$, $0$ will increase $Q$, so that $Q$ becomes maximal when $a_1={n\over2}$ and all other $a_i=0$. Therefore $Q_{\max}={n^2\over4}$ indeed.
-
What if $n$ is odd? – N N Nov 27 '12 at 9:56 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9937332272529602, "perplexity": 97.9814829889682}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-26/segments/1466783403826.29/warc/CC-MAIN-20160624155003-00061-ip-10-164-35-72.ec2.internal.warc.gz"} |
http://blog.slcg.com/2012/02/mutual-fund-expense-analyzer-tool-for.html | ## Monday, February 27, 2012
### Mutual Fund Expense Analyzer: A Tool for Calculating Mutual Fund Fees and Expenses
By Geng Deng, PhD, FRM, Tim Husson, PhD and Olivia Wang, PhD
Every mutual fund investor should know how important fees and expenses are in determining the net return of his investment. Compared with other factors affecting a mutual fund’s or an Exchange Traded Fund (ETF)’s return, such as market returns, fees and expenses are more stable over time and it is therefore easier to predict their effect on a fund’s future performance. However, comparing fees and expenses across funds can be tedious and confusing, as different funds can use different fee structures.
Luckily, FINRA provides a free online tool which allows investors to compare the fees and expenses charged by over 18,000 mutual funds, ETFs and Exchange Traded Notes (ETNs). For example, we could choose three of the largest mutual funds, PIMCO Total Return Fund Institutional Class with ticker PTTRX, Fidelity Cash Reserves Fund with ticker FDRXX, and SPDR S&P 500 ETF with ticker SPY to compare their cost structures. The output is shown in Table 1:
Table 1
PIMCO Total Return Fund Institutional Class Fidelity Cash Reserves Fund SPDR S&P 500 ETF Data as of Data as of Data as of 2/14/2012 2/22/2012 n/a Ticker Symbol PTTRX FDRXX SPY Investment Amount $10,000.00$10,000.00 $10,000.00 Estimated Return You Selected 3.00% 3.00% 3.00% Holding Period 10 10 10 Fund Value After 10 Year(s)$12,834.99 $12,951.02$13,318.76 Profit/Loss $2,834.99$2,951.02 $3,318.76 Total Fees & Sales Charges$522.50 $422.25$104.22 Total Fees $522.50$422.25 $104.22 Total Sales Charges$0.00 $0.00$0.00
Several inputs are required when generating this table. Here, we assume the initial investment amount is \$10,000 and the investment horizon is ten years for all three funds. Also, we assume the annual return is 3% for all three funds. This assumption of uniform returns across the funds is not realistic, but it serves the purpose of making the cost structure more transparent.
This table makes clear the advantage of ETFs in terms of fees and expenses over conventional mutual funds: the total fees and sales changes for PIMCO total return fund is about five time of that of the SPDR S&P 500 ETF. Indeed, another piece of information provided by this tool (not shown in the table) is the annual operating expenses for each fund: while the expense is 0.09% for SPDR S&P 500 ETF, it is 0.46% for PIMCO Total Return Fund Institutional Class. This tool also outputs a wide variety of other data, including Morningstar ratings, investment objectives, and average annual returns.
We are glad that FINRA is making an effort to help investors make well-informed decisions. Although fee structures are not the only factor an investor should consider when choosing a mutual fund or ETF, this tool at least provides an objective comparison of known costs. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.19259393215179443, "perplexity": 5914.054238598711}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547583763149.45/warc/CC-MAIN-20190121050026-20190121072026-00579.warc.gz"} |
https://math.stackexchange.com/questions/2050705/the-formula-for-the-volumn-of-three-vectors-in-mathbbr4 | # The formula for the volumn of three vectors in $\mathbb{R}^4$
For two vectors $v_1,v_2 \in \mathbb{R}^3$,there is a formula for the area of parallelogram generated by $v_1,v_2$. That is given by the cross product $|v_1 \times v_2|$ or $|det(v_1,v_2,\frac{v_1\times v_2}{|v_1\times v_2|})|$.
I am wondering if such formula exists in $\mathbb{R}^4$.
More precisely, let $w_1,w_2,w_3\in \mathbb{R}^4$ be independent vectors in $\mathbb{R}^4$. Then what is the volumn of parallelepiped generated by $w_1,w_2,w_3$?
I suppose that if there is a vector $u_1\in \mathbb{R}^4$ such that $u_1 \perp w_i$ for $1\le i \le 3$ and $|u_1|=1$, then the volumn should be $|det(w_1,w_2,w_3,u_1)|$. But I couldn't find a formula for such $u_1$ using $w_1,w_2,w_3$. (Namely, I am trying to find some concept similar to the cross product in $\mathbb{R}^3$.)
Could you shed me a light on this?
Any comment would be highly appreciated.
• Also see for example this thread, or this. Dec 9 '16 at 5:37
The following works for $k$ vectors $u_1,u_2,\ldots,u_k\in\Bbb{R}^n$ ($k<n$). Let $M$ be the $k\times n$ matrix having those $k$ vectors as rows. Let $V$ be the (hyper)volume of the $k$-dimensional parallelotope with edges $u_1,u_2,\ldots$. Then $$V^2=\det MM^T.\qquad(*)$$
A way to see this is as follows. Any transformation of the type $u_i\mapsto u_i+cu_j$ leaves $V$ unchanged (think: a shearing map transforming a parallelopiped to another with same base and height). It also amount to premultiplying $M$ (and postmultiplying $M^T$) by an elementary matrix with determinant $1$ (leaving $\det MM^T$ unchanged). But, a sequence of such transformations performs Gram-Schmidt orthogonalization on the set $u_1,\ldots,u_k$. So if the formula $(*)$ holds for an orthogonal set of vectors, it holds for all vectors.
But, the entries of the matrix $MM^T$ are the inner products $(u_i,u_j)$. So when $u_1,u_2,\ldots,u_k$ are orthogonal, that matrix is diagonal with elements $||u_i||^2$. The claim follows.
• Thank you very much! May I ask one more? What is the precise definition of volumn of k-dimensional parallelotope gen'd by $\mu_1,\cdots,\mu_k$? I am wondering whether the following is right. Let $V$ be the subspace of $\mathbb{R}^n$ generated by $\mu_1,\cdots,\mu_k$. And choose an orthonormal basis ${w_{k+1},\cdots ,w_{n}}$ of $V^{\perp}$. Then I suppose the volumn of k-dimensional parallelotope gen'd by $\mu_1,\cdots,\mu_k$ is $det(\mu_1,\cdots,\mu_k,w_{k+1},\cdots ,w_{n})$. Right? Dec 9 '16 at 6:25 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9790319800376892, "perplexity": 170.2550680289161}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057733.53/warc/CC-MAIN-20210925172649-20210925202649-00018.warc.gz"} |
https://arxiv.org/list/nucl-th/1906?100 | # Nuclear Theory
## Authors and titles for Jun 2019
[ total of 166 entries: 1-25 | 26-50 | 51-75 | 76-100 | ... | 151-166 ]
[ showing 25 entries per page: fewer | more | all ]
[1]
Title: The structure of cold neutron star with a quark core within the MIT and NJL models
Comments: 18 pages, 4 figures, 4 tables Iranian J. Sci. Tech. A (2019) accepted for publication
Journal-ref: Iran J Sci Technol Trans Sci 43 (2019) 2691
Subjects: Nuclear Theory (nucl-th); High Energy Astrophysical Phenomena (astro-ph.HE); High Energy Physics - Phenomenology (hep-ph)
[2]
Title: Magnetic field in nuclear collisions at ultra high energies
Authors: V. A. Okorokov (National Research Nuclear University MEPhI)
Comments: 9 pages, 3 figures, 1 table
Journal-ref: Phys. 1, 183, 2019
Subjects: Nuclear Theory (nucl-th)
[3]
Title: The possibility of $^{14}$C cluster as a building block of medium mass nuclei
Journal-ref: Phys. Rev. C 101, 034304 (2020)
Subjects: Nuclear Theory (nucl-th); Nuclear Experiment (nucl-ex)
[4]
Title: An update on fine-tunings in the triple-alpha process
Comments: 9 pages, 2 figures, contribution to the EPJA topical issue on "The tower of effective (field) theories and the emergence of nuclear phenomena"
Journal-ref: Eur. Phys. J. A 56 (2020) 89
Subjects: Nuclear Theory (nucl-th); Solar and Stellar Astrophysics (astro-ph.SR); High Energy Physics - Phenomenology (hep-ph); High Energy Physics - Theory (hep-th)
[5]
Title: EoS from terrestrial experiments: static and dynamic polarizations of nuclear density
Comments: 13 pages, 6figures, To appear in the AIP Conference Proceedings of the Xiamen-CUSTIPEN Workshop on the EOS of Dense Neutron-Rich Matter in the Era of Gravitational Wave Astronomy (January 3 - 7, 2019, Xiamen, China
Subjects: Nuclear Theory (nucl-th)
[6]
Title: Shell model results for $^{47-58}$Ca isotopes in the $fp$, $fpg_{9/2}$ and $fpg_{9/2}d_{5/2}$ model spaces
Comments: Accepted in Journal of Physics G: Nuclear and Particle Physics (2020)
Journal-ref: J.Phys. G: Nucl. Part. Phys. 47 (2020) 065105 (13pp)
Subjects: Nuclear Theory (nucl-th); Nuclear Experiment (nucl-ex)
[7]
Title: Sound velocity in dense stellar matter with strangeness and compact stars
Comments: 10 pages, 5 figures, 1 table, review article to appear in Chinese Physics C
Journal-ref: Chinese Physics C 45, 055104 (2021)
Subjects: Nuclear Theory (nucl-th); High Energy Astrophysical Phenomena (astro-ph.HE); Solar and Stellar Astrophysics (astro-ph.SR); High Energy Physics - Phenomenology (hep-ph)
[8]
Title: Turning the nuclear energy density functional method into a proper effective field theory: reflections
Authors: R.J. Furnstahl
Comments: 14 pages, 2 figures. Contribution to the EPJA topical issue: "The tower of effective (field) theories and the emergence of nuclear phenomena". v2: Corrections and added references based on referee reports
Subjects: Nuclear Theory (nucl-th)
[9]
Title: Mapping the Phases of Quantum Chromodynamics with Beam Energy Scan
Comments: Review article on the physics of beam energy scan in relativistic nuclear collisions, updated version-2 matching the published paper [Physics Reports 853 (2020) pp. 1-87]
Journal-ref: Physics Reports 853 (2020) pp. 1-87
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Lattice (hep-lat); High Energy Physics - Phenomenology (hep-ph); Nuclear Experiment (nucl-ex)
[10]
Title: Limiting fragmentation as an initial state probe in heavy ion collisions
Journal-ref: Phys. Rev. C 100, 054901 (2019)
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Phenomenology (hep-ph)
[11]
Title: Adiabatic projection method with Euclidean time subspace projection
Comments: 13 pages, 5 figures, version accepted for publication in EJPA
Journal-ref: Eur. Phys. J. A (2019) 55: 144
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Lattice (hep-lat)
[12]
Title: Analytical forms of wave function and form factors of deuteron
Authors: V.I. Zhaba
Comments: 12 pages, in Ukrainian, 3 figures, 4 tables
Journal-ref: Visnyk Lviv University. Series Physics. 56 (2019) 43-55
Subjects: Nuclear Theory (nucl-th)
[13]
Title: "Splitting" magnetic catalysis effect prevents vacuum superconductivity in strong magnetic fields
Authors: Gaoqing Cao
Journal-ref: Phys. Rev. D 100, 074024 (2019)
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Phenomenology (hep-ph)
[14]
Title: Influence of initial-state momentum anisotropy on the final-state collectivity in small collision systems
Journal-ref: Phys. Rev. C 100, 064905 (2019)
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Phenomenology (hep-ph); Nuclear Experiment (nucl-ex)
[15]
Title: Diffusion of charm quarks in jets in high-energy heavy-ion collisions
Journal-ref: Eur.Phys.J. C79 (2019) no.9, 789
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Theory (hep-th)
[16]
Title: Neutron matter at the interface(s): static response and effective mass
Comments: 12 pages, 8 figures; v2 corresponds to published version
Journal-ref: Eur. Phys. J. A 56, 112 (2020)
Subjects: Nuclear Theory (nucl-th); High Energy Astrophysical Phenomena (astro-ph.HE); Quantum Gases (cond-mat.quant-gas)
[17]
Title: Superfluid Phase Transitions and Effects of Thermal Pairing Fluctuations in Asymmetric Nuclear Matter
Journal-ref: Sci Rep 9, 18477 (2019)
Subjects: Nuclear Theory (nucl-th); High Energy Astrophysical Phenomena (astro-ph.HE); Quantum Gases (cond-mat.quant-gas); Superconductivity (cond-mat.supr-con)
[18]
Title: Renormalizing random-phase approximation by using exact pairing
Comments: 26 pages and 10 figures. Accepted in Physical Review C
Subjects: Nuclear Theory (nucl-th)
[19]
Title: Near-threshold $η^\prime$ meson production in ${π^-}A$ reactions
Authors: E.Ya.Paryev
Journal-ref: Nucl.Phys.A 988, 24 (2019)
Subjects: Nuclear Theory (nucl-th); Nuclear Experiment (nucl-ex)
[20]
Title: Absence of hindrance in microscopic $^{12}$C+$^{12}$C fusion study
Journal-ref: Phys. Rev. C 100, 024619 (2019)
Subjects: Nuclear Theory (nucl-th)
[21]
Title: Light (anti)nuclei production in Cu+Cu collisions at $\sqrt{s_{\rm{NN}}}=200$GeV
Journal-ref: Eur. Phys. J. A (2019) 55: 160
Subjects: Nuclear Theory (nucl-th); Nuclear Experiment (nucl-ex)
[22]
Title: Finite size effects on cumulants of the critical mode
Authors: Moussa Agah Nouhou (SUBATECH, Nantes), Marcus Bluhm (Wroclaw U. & SUBATECH, Nantes), Anna Borer, Marlene Nahrgang, Taklit Sami, Nathan Touroux (SUBATECH, Nantes)
Comments: Proceedings for the 12th International Conference on The Critical Point and Onset of Deconfinement (CPOD 2018), September 24 - 28, 2018, Mon-Repos, Corfu Island, Greece
Subjects: Nuclear Theory (nucl-th); High Energy Physics - Phenomenology (hep-ph)
[23]
Title: New method of analytic continuation of elastic-scattering data to the negative-energy region and asymptotic normalization coefficients for $^{17}$O and $^{13}$C
Journal-ref: Phys. Rev. C 100, 024627 (2019)
Subjects: Nuclear Theory (nucl-th)
[24]
Title: Properties of isospin asymmetric matter derived from chiral effective field theory
Title: $p_T$-Dependent Particle Number Fluctuations From Principal Component Analyses in Hydrodynamic Simulations of Heavy-Ion Collisions | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8997360467910767, "perplexity": 14585.15375761807}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964362589.37/warc/CC-MAIN-20211203030522-20211203060522-00346.warc.gz"} |
https://mathoverflow.net/users/12039/thomas-connor?tab=topactivity | Thomas Connor
### Questions (6)
7 A rank 3 geometry for the sporadic simple group of Suzuki 5 Geometric interpretation of $BN$-pairs 5 Proof of an 'easy' exercise in a book of Tits 4 Lists of small groups 4 What is the automorphism group of this geometry?
### Reputation (459)
This user has no recent positive reputation changes
7 A rank 3 geometry for the sporadic simple group of Suzuki 2 Ask for recommendations for textbook on mathematical logic 1 Which mathematical ideas have done most to change history? 1 Find elements $\rho_i$ such that $H < B : [\langle H, \rho_i \rangle : H ] = 2$
### Tags (11)
8 gr.group-theory × 8 1 geometry × 3 7 incidence-geometry × 4 1 involutions × 2 7 sporadic-groups × 2 0 buildings × 2 2 books 0 intuition 2 lo.logic 0 soft-question
### Bookmarks (5)
43 Generating finite simple groups with $2$ elements 16 How to find more (finite almost simple) groups with a given Sylow subgroup 8 Maximal number of directed edges in suitable simple graphs on $n$ vertices without directed triangles. 3 cosets question 0 Find elements $\rho_i$ such that $H < B : [\langle H, \rho_i \rangle : H ] = 2$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.480582058429718, "perplexity": 1541.5242099431057}, "config": {"markdown_headings": true, "markdown_code": false, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-25/segments/1623487612537.23/warc/CC-MAIN-20210614135913-20210614165913-00302.warc.gz"} |
https://mathematics21.org/2016/06/23/about-each-regular-paratopological-group-is-completely-regular-article/ | # About “Each regular paratopological group is completely regular” article
In this blog post I consider my attempt to rewrite the article “Each regular paratopological group is completely regular” by Taras Banakh, Alex Ravsky in a more abstract way using my theory of reloids and funcoids.
The following is a general comment about reloids and funcoids as defined in my book. If you don’t understand them, restrict your mind to the special case ${f}$ to be a quasi-uniform space and ${(\mathsf{FCD}) f}$ is the corresponding quasi-proximity.
${\langle f \rangle^{\ast}}$ is the closure operator corresponding to a funcoid ${f}$. I also denote the image ${\mathscr{P} X \rightarrow \mathscr{P} Y}$ of a function ${f : X \rightarrow Y}$ as ${\langle f \rangle^{\ast}}$.
I will also denote ${f^{\circ}}$ the interior funcoid for a co-complete funcoid ${f}$ (for the special case if ${f}$ is a topological space ${f^{\circ}}$ is the interior operator of this space). It is defined in the file addons.pdf (not yet in my book).
By definition (slightly generalizing the special case if ${f}$ is a quasi-uniform space) an endo-reloid ${f}$ on a set ${U}$ is normal when ${\langle (\mathsf{FCD}) f \rangle^{\ast} A \sqsubseteq \langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \langle (\mathsf{FCD}) f \rangle^{\ast} \langle F \rangle^{\ast} A}$ for every entourage ${F \in \mathrm{up}\, f}$ of ${f}$ and every set ${A \subseteq U}$.
Then it appear “obvious” that this definition of normality is equivalent to the formula:
$\displaystyle (\mathsf{FCD}) f \sqsubseteq ((\mathsf{FCD}) f)^{\circ} \circ (\mathsf{FCD}) f \circ (\mathsf{FCD}) f.$
However, I have failed to prove it. Here is my attempt
$\langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \langle (\mathsf{FCD}) f \rangle^{\ast} \langle (\mathsf{FCD}) f \rangle^{\ast} A = \\ \langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \langle (\mathsf{FCD}) f \rangle^{\ast} \bigsqcap_{F \in \mathrm{up} f} \langle F \rangle^{\ast} A = \\ \langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \bigsqcap_{F \in \mathrm{up} f} \langle (\mathsf{FCD}) f \rangle^{\ast} \langle F \rangle^{\ast} A = ? ?$
The further step fails because in general ${\langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \bigsqcap_{F \in \mathrm{up} f} S \neq \bigsqcap_{F \in \mathrm{up} f} \langle \langle ((\mathsf{FCD}) f)^{\circ} \rangle^{\ast} \rangle^{\ast} S}$.
So as now my attempt has failed. Please give me advice how to overcome this shortcoming of my theory. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 42, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9535009264945984, "perplexity": 395.22533676759065}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600400245109.69/warc/CC-MAIN-20200926200523-20200926230523-00026.warc.gz"} |
https://sources.gentoo.org/proj/qemu-kvm.git/tree/pc-bios/openbios-ppc?h=qemu-kvm-0.12.4-gentoo&id=b0293e54af32bcf08f4b4e5b4b472534de343972 | summaryrefslogtreecommitdiff log msg author committer range
blob: 3941c0bf5e40cf6ffc29225e2b5b10044000ed16 (plain)
ofshex dumpascii
0000 7f 45 4c 46 01 02 01 00 00 00 00 00 00 00 00 00 00 02 00 14 00 00 00 01 ff f0 80 00 00 00 00 34 .ELF...........................4
0020 00 04 81 44 00 00 00 00 00 34 00 20 00 03 00 28 00 0a 00 09 00 00 00 01 00 00 00 94 ff f0 00 00 ...D.....4.....(................
0040 ff f0 00 00 00 04 80 48 00 05 2c 88 00 00 00 07 00 00 00 04 00 00 00 01 00 04 80 dc ff ff ff fc .......H..,.....................
0060 ff ff ff fc 00 00 00 04 00 00 00 04 00 00 00 05 00 00 00 01 64 74 e5 51 00 00 00 00 00 00 00 00 ....................dt.Q........
0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00 04 60 00 00 00 60 00 00 00 4b ff ff fc ....................`...`...K...
00a0 38 21 00 10 80 01 00 34 7c 08 03 a6 80 01 00 38 7c 0f f1 20 80 01 00 3c 7c 09 03 a6 80 01 00 40 8!.....4|......8|......<|......@
00c0 7c 01 03 a6 80 01 00 00 80 41 00 08 80 61 00 0c 80 81 00 10 80 a1 00 14 80 c1 00 18 80 e1 00 1c |........A...a..................
00e0 81 01 00 20 81 21 00 24 81 41 00 28 81 61 00 2c 81 81 00 30 80 21 00 04 4c 00 00 64 7c 68 02 a6 .....!.\$.A.(.a.,...0.!..L..d|h..
0100 48 00 86 dc 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 H...............................
0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 48 00 22 78 00 00 00 00 00 00 00 00 ....................H."x........
01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff fe 69 00 00 00 00 00 00 00 00 ....................K..i........
02a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
02c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
02e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 31 43 a6 7c 20 00 a6 54 21 00 3e ....................|1C.|...T!.>
03a0 7c 20 01 24 7c 30 42 a6 38 21 ff b0 90 01 00 00 7c 11 42 a6 90 01 00 04 90 41 00 08 90 61 00 0c |..\$|0B.8!......|.B......A...a..
03c0 90 81 00 10 90 a1 00 14 90 c1 00 18 90 e1 00 1c 91 01 00 20 91 21 00 24 91 41 00 28 91 61 00 2c .....................!.\$.A.(.a.,
03e0 91 81 00 30 7c 08 02 a6 90 01 00 34 7c 00 00 26 90 01 00 38 7c 09 02 a6 90 01 00 3c 7c 01 02 a6 ...0|......4|..&...8|......<|...
0400 90 01 00 40 38 21 ff f0 3c 60 ff f1 38 63 84 f8 7c 69 03 a6 4e 80 04 21 4b f0 00 0e 00 00 00 00 ...@8!..<`..8c..|i..N..!K.......
0420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 31 43 a6 7c 20 00 a6 54 21 00 3e ....................|1C.|...T!.>
04a0 7c 20 01 24 7c 30 42 a6 38 21 ff b0 90 01 00 00 7c 11 42 a6 90 01 00 04 90 41 00 08 90 61 00 0c |..\$|0B.8!......|.B......A...a..
04c0 90 81 00 10 90 a1 00 14 90 c1 00 18 90 e1 00 1c 91 01 00 20 91 21 00 24 91 41 00 28 91 61 00 2c .....................!.\$.A.(.a.,
04e0 91 81 00 30 7c 08 02 a6 90 01 00 34 7c 00 00 26 90 01 00 38 7c 09 02 a6 90 01 00 3c 7c 01 02 a6 ...0|......4|..&...8|......<|...
0500 90 01 00 40 38 21 ff f0 3c 60 ff f1 38 63 84 64 7c 69 03 a6 4e 80 04 21 4b f0 00 0e 00 00 00 00 ...@8!..<`..8c.d|i..N..!K.......
0520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff fb 69 00 00 00 00 00 00 00 00 ....................K..i........
05a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
05c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
05e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff fa 69 00 00 00 00 00 00 00 00 ....................K..i........
06a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
06c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
06e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f9 69 00 00 00 00 00 00 00 00 ....................K..i........
07a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
07c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
07e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 71 43 a6 7c 7b 02 a6 60 63 20 00 ....................|qC.|{..`c..
08a0 7c 7b 03 a6 7c 71 42 a6 4c 00 00 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |{..|qB.L..d....................
08c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
08e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f7 69 00 00 00 00 00 00 00 00 ....................K..i........
09a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
09c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
09e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f6 69 00 00 00 00 00 00 00 00 ....................K..i........
0aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f5 69 00 00 00 00 00 00 00 00 ....................K..i........
0ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f4 69 00 00 00 00 00 00 00 00 ....................K..i........
0ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f3 69 00 00 00 00 00 00 00 00 ....................K..i........
0da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f2 69 00 00 00 00 00 00 00 00 ....................K..i........
0ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f1 69 00 00 00 00 00 00 00 00 ....................K..i........
0fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f1 49 00 00 00 00 00 00 00 00 ....................K..I........
0fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff f0 69 00 00 00 00 00 00 00 00 ....................K..i........
10a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
10c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
10e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff ef 69 00 00 00 00 00 00 00 00 ....................K..i........
11a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
11c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
11e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff ee 69 00 00 00 00 00 00 00 00 ....................K..i........
12a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
12c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
12e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff ed 69 00 00 00 00 00 00 00 00 ....................K..i........
13a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
13c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
13e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff ec 69 00 00 00 00 00 00 00 00 ....................K..i........
14a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
14c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
14e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff eb 69 00 00 00 00 00 00 00 00 ....................K..i........
15a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
15c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
15e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff ea 69 00 00 00 00 00 00 00 00 ....................K..i........
16a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
16c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
16e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4b ff e9 69 00 00 00 00 00 00 00 00 ....................K..i........
17a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
17c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
17e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
18a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
18c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
18e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
19a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
19c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
19e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
1fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 31 43 a6 7c 20 00 a6 54 21 00 3e ....................|1C.|...T!.>
20a0 7c 20 01 24 7c 30 42 a6 38 21 fe c0 f8 01 00 00 7c 11 42 a6 f8 01 00 08 f8 41 00 10 f8 61 00 18 |..\$|0B.8!......|.B......A...a..
20c0 f8 81 00 20 f8 a1 00 28 f8 c1 00 30 f8 e1 00 38 f9 01 00 40 f9 21 00 48 f9 41 00 50 f9 61 00 58 .......(...0...8...@.!.H.A.P.a.X
20e0 f9 81 00 60 f9 a1 00 88 f9 c1 00 90 f9 e1 00 98 fa 01 00 a0 fa 21 00 a8 fa 41 00 b0 fa 61 00 b8 ...`.................!...A...a..
2100 fa 81 00 c0 fa a1 00 c8 fa c1 00 d0 fa e1 00 d8 fb 01 00 e0 fb 21 00 e8 fb 41 00 f0 fb 61 00 f8 .....................!...A...a..
2120 fb 81 01 00 fb a1 01 08 fb c1 01 10 fb e1 01 18 7c 08 02 a6 f8 01 00 68 7c 00 00 26 f8 01 00 70 ................|......h|..&...p
2140 7c 09 02 a6 f8 01 00 78 7c 01 02 a6 f8 01 00 80 38 21 ff f0 3c 60 ff f1 38 63 84 f8 7c 69 03 a6 |......x|.......8!..<`..8c..|i..
2160 4e 80 04 21 38 21 00 10 e8 01 00 68 7c 08 03 a6 e8 01 00 70 7c 0f f1 20 e8 01 00 78 7c 09 03 a6 N..!8!.....h|......p|......x|...
2180 e8 01 00 80 7c 01 03 a6 e8 01 00 00 e8 41 00 10 e8 61 00 18 e8 81 00 20 e8 a1 00 28 e8 c1 00 30 ....|........A...a.........(...0
21a0 e8 e1 00 38 e9 01 00 40 e9 21 00 48 e9 41 00 50 e9 61 00 58 e9 81 00 60 e9 a1 00 88 e9 c1 00 90 ...8...@.!.H.A.P.a.X...`........
21c0 e9 e1 00 98 ea 01 00 a0 ea 21 00 a8 ea 41 00 b0 ea 61 00 b8 ea 81 00 c0 ea a1 00 c8 ea c1 00 d0 .........!...A...a..............
21e0 ea e1 00 d8 eb 01 00 e0 eb 21 00 e8 eb 41 00 f0 eb 61 00 f8 eb 81 01 00 eb a1 01 08 eb c1 01 10 .........!...A...a..............
2200 eb e1 01 18 e8 21 00 08 4c 00 00 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .....!..L..d....................
2220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 31 43 a6 7c 20 00 a6 54 21 00 3e ....................|1C.|...T!.>
22a0 7c 20 01 24 7c 30 42 a6 38 21 fe c0 f8 01 00 00 7c 11 42 a6 f8 01 00 08 f8 41 00 10 f8 61 00 18 |..\$|0B.8!......|.B......A...a..
22c0 f8 81 00 20 f8 a1 00 28 f8 c1 00 30 f8 e1 00 38 f9 01 00 40 f9 21 00 48 f9 41 00 50 f9 61 00 58 .......(...0...8...@.!.H.A.P.a.X
22e0 f9 81 00 60 f9 a1 00 88 f9 c1 00 90 f9 e1 00 98 fa 01 00 a0 fa 21 00 a8 fa 41 00 b0 fa 61 00 b8 ...`.................!...A...a..
2300 fa 81 00 c0 fa a1 00 c8 fa c1 00 d0 fa e1 00 d8 fb 01 00 e0 fb 21 00 e8 fb 41 00 f0 fb 61 00 f8 .....................!...A...a..
2320 fb 81 01 00 fb a1 01 08 fb c1 01 10 fb e1 01 18 7c 08 02 a6 f8 01 00 68 7c 00 00 26 f8 01 00 70 ................|......h|..&...p
2340 7c 09 02 a6 f8 01 00 78 7c 01 02 a6 f8 01 00 80 38 21 ff f0 3c 60 ff f1 38 63 84 64 7c 69 03 a6 |......x|.......8!..<`..8c.d|i..
2360 4e 80 04 21 38 21 00 10 e8 01 00 68 7c 08 03 a6 e8 01 00 70 7c 0f f1 20 e8 01 00 78 7c 09 03 a6 N..!8!.....h|......p|......x|...
2380 e8 01 00 80 7c 01 03 a6 e8 01 00 00 e8 41 00 10 e8 61 00 18 e8 81 00 20 e8 a1 00 28 e8 c1 00 30 ....|........A...a.........(...0
23a0 e8 e1 00 38 e9 01 00 40 e9 21 00 48 e9 41 00 50 e9 61 00 58 e9 81 00 60 e9 a1 00 88 e9 c1 00 90 ...8...@.!.H.A.P.a.X...`........
23c0 e9 e1 00 98 ea 01 00 a0 ea 21 00 a8 ea 41 00 b0 ea 61 00 b8 ea 81 00 c0 ea a1 00 c8 ea c1 00 d0 .........!...A...a..............
23e0 ea e1 00 d8 eb 01 00 e0 eb 21 00 e8 eb 41 00 f0 eb 61 00 f8 eb 81 01 00 eb a1 01 08 eb c1 01 10 .........!...A...a..............
2400 eb e1 01 18 e8 21 00 08 4c 00 00 64 38 00 00 00 7c 00 01 24 3c 60 ff f0 38 63 00 00 38 80 00 00 .....!..L..d8...|..\$<`..8c..8...
2420 38 a0 23 88 54 a5 00 38 80 c3 00 00 80 e3 00 04 81 03 00 08 81 23 00 0c 90 c4 00 00 90 e4 00 04 8.#.T..8.............#..........
2440 91 04 00 08 91 24 00 0c 7c 00 20 6c 7c 00 04 ac 7c 00 27 ac 7c 00 04 ac 38 a5 ff f0 38 63 00 10 .....\$..|..l|...|.'.|...8...8c..
2460 38 84 00 10 2c 05 00 00 41 81 ff c0 4c 00 01 2c 48 00 02 2d 3c 23 ff f0 3c 21 ff ff 7c 30 43 a6 8...,...A...L..,H..-<#..<!..|0C.
2480 38 21 80 00 48 00 5f b1 48 00 70 b1 60 00 00 00 4b ff ff fc 7c 08 02 a6 94 21 ff f0 90 01 00 14 8!..H._.H.p.`...K...|....!......
24a0 7c a8 03 a6 3d 00 ff f5 39 08 80 00 90 28 00 00 7c 39 02 a6 3c 21 ff a0 3c a0 ff f0 38 a5 24 5c |...=...9....(..|9..<!..<...8.\$\
24c0 38 c0 00 00 38 e0 00 00 38 00 30 30 7c 00 01 24 4e 80 00 21 3d 00 ff f5 39 08 80 00 7d 01 43 78 8...8...8.00|..\$N..!=...9...}.Cx
24e0 80 01 00 14 7c 08 03 a6 38 21 00 10 4e 80 00 20 94 21 ff f4 90 81 00 08 7c 88 02 a6 90 81 00 04 ....|...8!..N....!......|.......
2500 3c 80 ff f5 38 84 80 00 80 84 00 00 94 84 ff 74 90 24 00 08 7c 81 23 78 90 41 00 0c 90 01 00 10 <...8..........t.\$..|.#x.A......
2520 7c 49 02 a6 90 41 00 14 7c 40 00 26 90 41 00 18 7c 41 02 a6 90 41 00 1c 90 a1 00 20 90 c1 00 24 |I...A..|@.&.A..|A...A.........\$
2540 90 e1 00 28 91 01 00 2c 91 21 00 30 91 41 00 34 91 61 00 38 91 81 00 3c 91 a1 00 40 91 c1 00 44 ...(...,.!.0.A.4.a.8...<...@...D
2560 91 e1 00 48 92 01 00 4c 92 21 00 50 92 41 00 54 92 61 00 58 92 81 00 5c 92 a1 00 60 92 c1 00 64 ...H...L.!.P.A.T.a.X...\...`...d
2580 92 e1 00 68 93 01 00 6c 93 21 00 70 93 41 00 74 93 61 00 78 93 81 00 7c 93 a1 00 80 93 c1 00 84 ...h...l.!.p.A.t.a.x...|........
25a0 93 e1 00 88 48 00 b9 e9 80 a1 00 20 80 c1 00 24 80 e1 00 28 81 01 00 2c 81 21 00 30 81 41 00 34 ....H..........\$...(...,.!.0.A.4
25c0 81 61 00 38 81 81 00 3c 81 a1 00 40 81 c1 00 44 81 e1 00 48 82 01 00 4c 82 21 00 50 82 41 00 54 .a.8...<...@...D...H...L.!.P.A.T
25e0 82 61 00 58 82 81 00 5c 82 a1 00 60 82 c1 00 64 82 e1 00 68 83 01 00 6c 83 21 00 70 83 41 00 74 .a.X...\...`...d...h...l.!.p.A.t
2600 83 61 00 78 83 81 00 7c 83 a1 00 80 83 c1 00 84 83 e1 00 88 80 41 00 14 7c 49 03 a6 80 41 00 18 .a.x...|.............A..|I...A..
2620 7c 4f f1 20 80 41 00 1c 7c 41 03 a6 80 41 00 0c 80 01 00 10 80 21 00 08 80 81 00 04 7c 88 03 a6 |O...A..|A...A.......!......|...
2640 80 81 00 08 80 21 00 00 4e 80 00 20 4e 80 00 20 38 a0 00 1f 7c 63 28 78 7c 83 20 50 7c 84 2a 14 .....!..N...N...8...|c(x|..P|.*.
2660 54 84 d9 7f 4d 82 00 20 7c 89 03 a6 7c 66 1b 78 7c 00 18 6c 38 63 00 20 42 00 ff f8 7c 00 04 ac T...M...|...|f.x|..l8c..B...|...
2680 7c 89 03 a6 7c 00 37 ac 38 c6 00 20 42 00 ff f8 7c 00 04 ac 4c 00 01 2c 4e 80 00 20 3d 20 f0 00 |...|.7.8...B...|...L..,N...=...
26a0 61 29 05 10 38 00 00 03 b0 09 00 00 3d 20 f0 00 61 29 05 12 88 29 00 00 88 09 00 00 54 00 40 2e a)..8.......=...a)...)......T.@.
26c0 7c 21 03 78 88 09 00 00 54 00 80 1e 7c 21 03 78 88 09 00 00 54 00 c0 0e 7c 23 03 78 4e 80 00 20 |!.x....T...|!.x....T...|#.xN...
26e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
27a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
27c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
27e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
28a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
28c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
28e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
29a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
29c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
29e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
2fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
30a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
30c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
30e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
31a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
31c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
31e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
32a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
32c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
32e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
33a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
33c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
33e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
34a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
34c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
34e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
35a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
35c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
35e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
36a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
36c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
36e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
37a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
37c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
37e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
38a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
38c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
38e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
39a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
39c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
39e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
3fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
40a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
40c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
40e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
41a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
41c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
41e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
42a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
42c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
42e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
43a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
43c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
43e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
44a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
44c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
44e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
45a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
45c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
45e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
46a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
46c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
46e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
47a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
47c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
47e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
48a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
48c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
48e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
49a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
49c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
49e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
4fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
50a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
50c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
50e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
51a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
51c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
51e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
52a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
52c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
52e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
53a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
53c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
53e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
54a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
54c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
54e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
55a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
55c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
55e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
56a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
56c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
56e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
57a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
57c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
57e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
58a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
58c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
58e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
59a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
59c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
59e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
5fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
60a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
60c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
60e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
61a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
61c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
61e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
62a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
62c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
62e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
63a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
63c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
63e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
64a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
64c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
64e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
65a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
65c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
65e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
66a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
66c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
66e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
67a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
67c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
67e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
68a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
68c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
68e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
69a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
69c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
69e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
6fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
70a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
70c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
70e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
71a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
71c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
71e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7240 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
72a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
72c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
72e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7320 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7380 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
73a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
73c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
73e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7400 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7440 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7480 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
74a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
74c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
74e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7500 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7540 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7560 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7580 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
75a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
75c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
75e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7600 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7620 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7640 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7660 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7680 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
76a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
76c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
76e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7700 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7720 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
77a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
77c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
77e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
78a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
78c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
78e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
79a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
79c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
79e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
7fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
8000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
8020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
8040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
8060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
8080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7c 6d 42 e6 7c 8c 42 e6 7c ad 42 e6 ....................|mB.|.B.|.B.
80a0 7c 03 28 00 40 82 ff f0 4e 80 00 20 7d 08 02 a6 7c 67 1b 78 4b ff ff e1 7c e4 38 14 7c c3 01 94 |.(.@...N...}...|g.xK...|.8.|...
80c0 4b ff ff d5 7c 84 38 10 7c 63 31 11 40 80 ff f4 7d 08 03 a6 4e 80 00 20 3d 20 05 40 80 69 00 00 K...|.8.|c1.@...}...N...=..@.i..
80e0 3c 63 ff ed 4e 80 00 20 38 60 40 00 4e 80 00 20 3c 60 05 40 4e 80 00 20 3c 60 05 40 60 63 00 18 <c..N...8`@.N...<`.@N...<`.@`c..
8100 4e 80 00 20 7c 79 02 a6 54 63 00 1e 3c 63 ff ff 38 63 80 00 4e 80 00 20 3c 60 80 00 4e 80 00 20 N...|y..Tc..<c..8c..N...<`..N...
8120 4e 80 00 20 4e 80 00 20 7c 63 18 f8 38 00 ff 98 7c 63 fe 70 7c 63 00 38 38 63 00 6a 4e 80 00 20 N...N...|c..8...|c.p|c.88c.jN...
8140 94 21 ff c0 7c 08 02 a6 90 01 00 44 bf 21 00 24 7c 7c 1b 78 7c 99 23 78 7c be 2b 78 7d 3f 42 a6 .!..|......D.!.\$||.x|.#x|.+x}?B.
8160 3c 00 6f ff 3d 29 ff cd 60 00 ff ff 54 6b 27 3e 7f 89 00 40 54 68 01 3e 41 9d 01 24 7d 59 02 a6 <.o.=)..`...Tk'>...@Th.>A..\$}Y..
8180 3c 00 0f ff 55 49 06 fe 21 29 00 1c 60 00 ff ff 7c 00 4e 30 39 6b 04 00 55 09 a3 3e 7d 69 4a 78 <...UI..!)..`...|.N09k..U..>}iJx
81a0 55 6b 60 26 55 29 38 30 54 00 90 1a 64 00 00 03 60 00 ff 80 7c 00 48 38 7c 0a 53 78 55 00 85 30 Uk`&U)80T...d...`...|.H8|.SxU..0
81c0 7c 1b 5b 78 38 00 00 08 7c 09 03 a6 7d 5a 53 78 7d 49 53 78 80 09 00 04 39 29 00 10 54 00 c9 fe |.[x8...|...}ZSx}ISx....9)..T...
81e0 7f 80 d8 00 40 9e 00 0c 38 00 00 01 48 00 00 0c 42 00 ff e4 38 00 00 00 39 20 00 09 3b e0 00 00 ....@...8...H...B...8...9...;...
8200 7d 29 03 a6 48 00 00 14 80 0a 00 04 39 4a 00 10 68 00 00 01 54 00 07 fe 2f 80 00 00 40 9e 00 10 })..H.......9J..h...T.../...@...
8220 3b ff 00 01 42 00 ff e4 48 00 01 3c 3b a1 00 08 38 a0 00 10 7f a3 eb 78 38 80 00 00 48 01 23 61 ;...B...H..<;...8......x8...H.#a
8240 80 01 00 14 81 61 00 0c 39 20 00 01 53 20 00 26 53 c0 05 ee 53 c0 06 30 53 c0 06 72 53 c0 06 b4 .....a..9...S..&S...S..0S..rS...
8260 53 c0 06 f6 53 c0 07 38 53 6b 00 30 53 c0 07 7a 51 2b 07 fe 53 c0 07 be 91 61 00 0c 90 01 00 14 S...S..8Sk.0S..zQ+..S....a......
8280 39 3f ff ff 55 29 20 36 7d 3a 4a 14 7c bd 84 aa 7c a9 85 aa 7c 00 e2 64 48 00 01 18 39 4b 04 00 9?..U).6}:J.|...|...|..dH...9K..
82a0 55 00 55 be 64 00 80 00 55 49 38 30 54 6b a4 3e 7c 07 4b 78 7d 6b 52 78 7c 19 02 a6 7d 39 02 a6 U.U.d...UI80Tk.>|.Kx}kRx|...}9..
82c0 54 00 51 aa 55 29 00 1e 60 00 03 ff 7c 00 58 38 39 60 00 08 54 00 30 32 7d 40 4a 14 39 20 00 00 T.Q.U)..`...|.X89`..T.02}@J.9...
82e0 7d 69 03 a6 7d 48 53 78 7c 09 50 2e 39 29 00 08 7f 87 00 00 40 9e 00 18 38 00 00 01 39 60 00 09 }i..}HSx|.P.9)......@...8...9`..
8300 39 20 00 00 7d 69 03 a6 48 00 00 20 42 00 ff dc 38 00 00 00 4b ff ff e8 80 0a 00 00 39 4a 00 08 9...}i..H...B...8...K.......9J..
8320 7c 00 00 f8 54 00 0f fe 2f 80 00 00 40 9e 00 10 39 29 00 01 42 00 ff e4 48 00 00 50 38 09 ff ff |...T.../...@...9)..B...H..P8...
8340 57 29 00 26 54 0b 18 38 39 6b 00 04 54 00 18 38 7d 29 f3 78 7c e8 01 2e 7d 28 59 2e 7c 00 e2 64 W).&T..89k..T..8}).x|...}(Y.|..d
8360 48 00 00 50 3d 60 ff f5 81 2b 90 44 3b e9 00 01 7f e0 1e 70 7c 00 01 94 54 00 18 38 7c 00 f8 50 H..P=`...+.D;......p|...T..8|..P
8380 90 0b 90 44 4b ff fe a8 3d 60 ff f5 39 6b 90 44 81 2b 00 04 39 29 00 01 7d 20 1e 70 7c 00 01 94 ...DK...=`..9k.D.+..9)..}..p|...
83a0 54 00 18 38 7c 00 48 50 90 0b 00 04 4b ff ff 90 80 01 00 44 bb 21 00 24 38 21 00 40 7c 08 03 a6 T..8|.HP....K......D.!.\$8!.@|...
83c0 4e 80 00 20 94 21 ff e0 38 80 40 00 7c 08 02 a6 38 a0 00 00 38 60 00 00 90 01 00 24 bf a1 00 14 N....!..8.@.|...8...8`.....\$....
83e0 48 00 a7 7d 3f a0 05 40 38 80 40 00 38 a0 00 00 38 60 00 00 48 00 ab f9 3c 80 00 13 38 a0 00 00 H..}?..@8.@.8...8`..H...<...8...
8400 80 7d 00 00 3c 63 ff ed 48 00 a7 55 80 7d 00 00 3c 80 00 13 38 a0 00 00 3c 63 ff ed 48 00 ab d1 .}..<c..H..U.}..<...8...<c..H...
8420 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 38 80 00 00 7c 08 02 a6 ...\$....8!..|...N....!..8...|...
8440 38 a0 00 18 90 01 00 24 bf 81 00 10 7c 7c 1b 78 3c 60 05 40 48 01 21 49 3d 20 05 40 93 89 00 00 8......\$....||.x<`.@H.!I=..@....
8460 7f bf 42 a6 3c 00 6f ff 3f bd ff cd 60 00 ff ff 3f 9c ff ef 7f bd 00 10 7f bd e9 10 38 80 00 00 ..B.<.o.?...`...?...........8...
8480 57 bd 03 1e 3f bd ff f0 3c a0 00 01 7f bd e0 38 7f a3 eb 78 48 01 21 09 7f b9 03 a6 38 00 00 10 W...?...<......8...xH.!.....8...
84a0 39 60 00 00 7c 09 03 a6 3d 2b 20 00 55 60 e0 06 39 29 04 00 7d 20 01 e4 39 6b 00 01 42 00 ff ec 9`..|...=+..U`..9)..}...9k..B...
84c0 3d 20 05 40 3c 80 ff f0 3c a0 00 10 80 69 00 00 3c 63 ff f0 48 01 21 15 7c 00 00 a6 60 00 00 30 =..@<...<....i..<c..H.!.|...`..0
84e0 7c 00 01 24 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 |..\$...\$....8!..|...N....!..|...
8500 93 e1 00 1c 90 01 00 24 7f fa 02 a6 7c 1b 02 a6 3c 00 ff ef 60 00 ff ff 7f 9f 00 40 40 9d 00 1c .......\$....|...<...`......@@...
8520 3d 20 05 40 38 00 00 02 81 29 00 00 90 01 00 08 7c 9f 4a 14 48 00 00 38 38 81 00 08 7f e3 fb 78 =..@8....)......|.J.H..88......x
8540 48 00 9f 75 2f 83 ff ff 7c 64 1b 78 40 9e 00 20 7f e9 f8 f8 38 00 ff 98 7d 29 fe 70 7d 29 00 38 H..u/...|d.x@.......8...}).p}).8
8560 7f e4 fb 78 39 29 00 6a 91 21 00 08 80 a1 00 08 7f e3 fb 78 4b ff fb cd 80 01 00 24 83 e1 00 1c ...x9).j.!.........xK......\$....
8580 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 93 e1 00 1c 90 01 00 24 7f f3 02 a6 8!..|...N....!..|..........\$....
85a0 7c 12 02 a6 3c 00 ff ef 60 00 ff ff 7f 9f 00 40 40 9d 00 1c 3d 20 05 40 38 00 00 02 81 29 00 00 |...<...`......@@...=..@8....)..
85c0 90 01 00 08 7c 9f 4a 14 48 00 00 38 38 81 00 08 7f e3 fb 78 48 00 9e e1 2f 83 ff ff 7c 64 1b 78 ....|.J.H..88......xH.../...|d.x
85e0 40 9e 00 20 7f e9 f8 f8 38 00 ff 98 7d 29 fe 70 7d 29 00 38 7f e4 fb 78 39 29 00 6a 91 21 00 08 @.......8...}).p}).8...x9).j.!..
8600 80 a1 00 08 7f e3 fb 78 4b ff fb 39 80 01 00 24 83 e1 00 1c 38 21 00 20 7c 08 03 a6 4e 80 00 20 .......xK..9...\$....8!..|...N...
8620 94 21 ff f0 7c 08 02 a6 90 01 00 14 48 00 aa 15 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .!..|.......H.......8!..|...N...
8640 94 21 ff f0 7c 08 02 a6 90 01 00 14 48 00 9e e9 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .!..|.......H.......8!..|...N...
8660 94 21 ff f0 7c 08 02 a6 90 01 00 14 48 00 aa 65 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .!..|.......H..e....8!..|...N...
8680 48 00 00 00 94 21 fb b0 7c 08 02 a6 90 01 04 54 90 81 04 1c 38 00 00 01 38 80 04 00 98 01 00 08 H....!..|......T....8...8.......
86a0 90 a1 04 20 38 00 00 00 7c 65 1b 78 98 01 00 09 90 c1 04 24 91 21 04 30 91 01 04 2c 90 e1 04 28 ....8...|e.x.......\$.!.0...,...(
86c0 91 41 04 34 bf 81 04 40 38 01 04 58 3b a1 00 14 90 01 00 0c 7f a3 eb 78 38 01 04 18 38 c1 00 08 .A.4...@8..X;..........x8...8...
86e0 90 01 00 10 3b 80 00 00 48 01 24 95 3d 20 ff f5 3b e9 90 4c 7c 7e 1b 78 48 00 00 44 40 9a 00 08 ....;...H.\$.=...;..L|~.xH..D@...
8700 93 9f 00 00 81 3f 00 00 2f 89 00 01 39 29 00 01 91 3f 00 00 40 9e 00 1c 38 60 00 3e 48 00 21 9d .....?../...9)...?..@...8`.>H.!.
8720 38 60 00 3e 48 00 21 95 38 60 00 20 48 00 21 8d 88 7d 00 00 3b bd 00 01 48 00 21 81 88 1d 00 00 8`.>H.!.8`..H.!..}..;...H.!.....
8740 2f 80 00 00 2f 00 00 0a 40 9e ff b4 80 01 04 54 7f c3 f3 78 bb 81 04 40 38 21 04 50 7c 08 03 a6 /.../...@......T...x...@8!.P|...
8760 4e 80 00 20 94 21 ff f0 7c 64 1b 78 7c 08 02 a6 3c 60 ff f4 38 63 4e 94 90 01 00 14 4b ff ff 09 N....!..|d.x|...<`..8cN.....K...
8780 48 00 00 00 94 21 ff f0 7c 64 1b 78 7c 08 02 a6 3c 60 ff f4 38 63 4e a0 90 01 00 14 4b ff fe e9 H....!..|d.x|...<`..8cN.....K...
87a0 48 00 00 00 38 60 00 01 4e 80 00 20 3d 20 ff f5 a0 69 90 50 68 63 00 02 7c 63 00 34 54 63 d9 7e H...8`..N...=....i.Phc..|c.4Tc.~
87c0 4e 80 00 20 3d 20 ff f5 a0 69 90 50 68 63 00 01 7c 63 00 34 54 63 d9 7e 4e 80 00 20 94 21 ff f0 N...=....i.Phc..|c.4Tc.~N....!..
87e0 7c 64 1b 78 7c 08 02 a6 3c 60 ff f4 38 63 4e b4 90 01 00 14 4b ff fe 91 48 00 00 00 94 21 ff d0 |d.x|...<`..8cN.....K...H....!..
8800 7c 08 02 a6 90 01 00 34 bf 01 00 10 7c 78 1b 78 3c 60 ff f4 38 63 4e e0 3f a0 ff f5 3b bd 90 50 |......4....|x.x<`..8cN.?...;..P
8820 48 00 4d 05 3c 60 ff f4 38 9d 00 04 38 63 4e e8 48 00 46 95 3c 60 ff f4 38 9d 00 08 38 63 4e f4 H.M.<`..8...8cN.H.F.<`..8...8cN.
8840 3f 80 ff f5 48 00 46 81 80 78 00 04 3f 20 ff f5 3f 60 ff f4 3b 39 9c 88 3b 7b 4f 1c 48 00 4c c9 ?...H.F..x..?...?`..;9..;{O.H.L.
8860 3c 60 ff f4 38 9d 00 0c 38 63 4f 00 3f 40 ff f4 48 00 46 55 3c 60 ff f4 3b 5a 55 70 38 63 4f 0c <`..8...8cO.?@..H.FU<`..;ZUp8cO.
8880 48 00 4c a5 3c 60 ff f4 38 9d 00 10 38 63 4f 10 48 00 46 35 81 3c 90 18 38 9d 00 14 7f 63 db 78 H.L.<`..8...8cO.H.F5.<..8....c.x
88a0 7c 1f 42 a6 39 29 00 01 55 2b 10 3a 91 3c 90 18 7c 19 59 2e 48 00 46 11 3c 60 ff f4 38 63 4f 28 |.B.9)..U+.:.<..|.Y.H.F.<`..8cO(
88c0 48 00 4c 65 38 9d 00 18 7f 43 d3 78 48 00 45 f9 81 3c 90 18 81 78 00 0c 38 9d 00 1c 7f 63 db 78 H.Le8....C.xH.E..<...x..8....c.x
88e0 39 29 00 01 55 20 10 3a 91 3c 90 18 7d 79 01 2e 48 00 45 d5 3c 60 ff f4 38 63 4f 34 48 00 4c 29 9)..U..:.<..}y..H.E.<`..8cO4H.L)
8900 38 9d 00 20 7f 43 d3 78 48 00 45 bd 81 3c 90 18 81 78 00 08 38 9d 00 24 7f 63 db 78 39 29 00 01 8....C.xH.E..<...x..8..\$.c.x9)..
8920 55 20 10 3a 91 3c 90 18 7d 79 01 2e 48 00 45 99 3c 60 ff f4 38 63 4f 40 48 00 4b ed 38 9d 00 28 U..:.<..}y..H.E.<`..8cO@H.K.8..(
8940 7f 43 d3 78 48 00 45 81 81 3c 90 18 81 78 00 14 38 9d 00 2c 7f 63 db 78 39 29 00 01 55 20 10 3a .C.xH.E..<...x..8..,.c.x9)..U..:
8960 91 3c 90 18 7d 79 01 2e 48 00 45 5d 3c 60 ff f4 38 63 4f 4c 48 00 4b b1 38 9d 00 30 7f 43 d3 78 .<..}y..H.E]<`..8cOLH.K.8..0.C.x
8980 48 00 45 45 81 3c 90 18 81 78 00 10 38 9d 00 34 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 H.EE.<...x..8..4.c.x9)..U..:.<..
89a0 7d 79 01 2e 48 00 45 21 3c 60 ff f4 38 63 4f 58 48 00 4b 75 38 9d 00 38 7f 43 d3 78 48 00 45 09 }y..H.E!<`..8cOXH.Ku8..8.C.xH.E.
89c0 81 3c 90 18 81 78 00 1c 38 9d 00 3c 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 7d 79 01 2e .<...x..8..<.c.x9)..U..:.<..}y..
89e0 48 00 44 e5 3c 60 ff f4 38 63 4f 64 48 00 4b 39 38 9d 00 40 7f 43 d3 78 48 00 44 cd 81 3c 90 18 H.D.<`..8cOdH.K98..@.C.xH.D..<..
8a00 81 78 00 18 38 9d 00 44 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 7d 79 01 2e 48 00 44 a9 .x..8..D.c.x9)..U..:.<..}y..H.D.
8a20 3c 60 ff f4 38 63 4f 78 48 00 4a fd 38 9d 00 48 7f 43 d3 78 48 00 44 91 3c 60 ff f4 38 63 4f 8c <`..8cOxH.J.8..H.C.xH.D.<`..8cO.
8a40 48 00 4a e5 3c 60 ff f4 38 9d 00 4c 38 63 4f 94 48 00 44 75 3c 60 ff f4 38 63 4f a4 48 00 4a c9 H.J.<`..8..L8cO.H.Du<`..8cO.H.J.
8a60 7f 43 d3 78 38 9d 00 50 48 00 44 5d 80 01 00 34 bb 01 00 10 38 21 00 30 7c 08 03 a6 4e 80 00 20 .C.x8..PH.D]...4....8!.0|...N...
8a80 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 4b ff fd 6d 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 .!..|......\$....K..m=@..=...9)..
8aa0 38 00 00 00 3f a0 ff f5 3c 60 ff f4 81 6a 90 18 3b bd 90 50 38 63 4f 1c 38 9d 00 54 39 6b 00 01 8...?...<`...j..;..P8cO.8..T9k..
8ac0 55 68 10 3a 91 6a 90 18 7c 09 41 2e 48 00 43 f9 3c 60 ff f4 38 63 4f ac 48 00 4a 4d 3c 60 ff f4 Uh.:.j..|.A.H.C.<`..8cO.H.JM<`..
8ae0 38 9d 00 58 38 63 55 70 48 00 43 dd 3c 60 ff f4 38 9d 00 5c 38 63 4f b0 48 00 43 cd 39 20 03 00 8..X8cUpH.C.<`..8..\8cO.H.C.9...
8b00 3c 00 48 00 60 00 20 02 90 09 00 00 39 20 04 00 3c 00 48 00 60 00 22 02 90 09 00 00 38 00 03 00 <.H.`.......9...<.H.`.".....8...
8b20 7c 00 07 ac 38 00 04 00 7c 00 07 ac 38 00 00 00 7c 17 4b a6 80 01 00 24 bb a1 00 14 38 21 00 20 |...8...|...8...|.K....\$....8!..
8b40 7c 08 03 a6 4e 80 00 20 3d 60 ff f5 94 21 ff e0 7c 08 02 a6 3c 60 ff f4 81 2b 90 18 90 01 00 24 |...N...=`...!..|...<`...+.....\$
8b60 38 63 4f 1c 7c 1f fa a6 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 8cO.|...9)..U*.:.+..=...9)..|.Q.
8b80 bf a1 00 14 3f a0 ff f5 3b bd 90 50 38 9d 00 60 48 00 43 35 3c 60 ff f4 38 63 4f ac 48 00 49 89 ....?...;..P8..`H.C5<`..8cO.H.I.
8ba0 3c 60 ff f4 38 9d 00 64 38 63 55 70 48 00 43 19 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 <`..8..d8cUpH.C....\$....8!..|...
8bc0 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b ff fc 2d 4b ff ff 75 3c 80 ff f5 3c 60 ff f4 N....!..|.......K..-K..u<...<`..
8be0 38 84 90 50 38 63 4f b0 38 84 00 68 48 00 42 d9 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 8..P8cO.8..hH.B.....8!..|...N...
8c00 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 4b ff fb ed 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 .!..|......\$....K...=@..=...9)..
8c20 38 00 00 00 3f a0 ff f5 3c 60 ff f4 81 6a 90 18 3b bd 90 50 38 63 4f 1c 38 9d 00 6c 39 6b 00 01 8...?...<`...j..;..P8cO.8..l9k..
8c40 55 68 10 3a 91 6a 90 18 7c 09 41 2e 48 00 42 79 3c 60 ff f4 38 63 4f ac 48 00 48 cd 3c 60 ff f4 Uh.:.j..|.A.H.By<`..8cO.H.H.<`..
8c60 38 9d 00 70 38 63 55 70 48 00 42 5d 3c 60 ff f4 38 9d 00 74 38 63 4f b0 48 00 42 4d 80 01 00 24 8..p8cUpH.B]<`..8..t8cO.H.BM...\$
8c80 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b ff fb 61 ....8!..|...N....!..|.......K..a
8ca0 4b ff fe a9 3c 80 ff f5 3c 60 ff f4 38 84 90 50 38 63 4f b0 38 84 00 78 48 00 42 0d 80 01 00 14 K...<...<`..8..P8cO.8..xH.B.....
8cc0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff 40 7c 08 02 a6 90 01 00 c4 be 41 00 88 4b ff f4 15 8!..|...N....!.@|........A..K...
8ce0 3b a1 00 40 3e c0 ff f5 7c 7c 1b 78 48 00 40 d1 48 00 de 65 48 00 b5 35 3c 60 ff f4 38 63 58 6c ;..@>...||.xH.@.H..eH..5<`..8cXl
8d00 4b ff f9 85 3c 60 ff f4 38 63 4f c0 4b ff f9 79 3c 80 ff f4 3c 60 ff f4 38 84 50 14 38 63 50 00 K...<`..8cO.K..y<...<`..8.P.8cP.
8d20 4b ff f9 65 38 a0 00 04 7f a4 eb 78 38 60 00 00 48 01 09 e5 3c 60 ff f4 38 00 00 00 7f a4 eb 78 K..e8......x8`..H...<`..8......x
8d40 38 63 50 28 98 01 00 44 4b ff f9 3d 38 60 00 01 48 01 0a 8d a0 b6 90 50 7c 64 1b 78 3c 60 ff f4 8cP(...DK..=8`..H......P|d.x<`..
8d60 38 63 50 44 4b ff f9 21 38 60 00 05 48 01 0a 71 7c 64 1b 78 3c 60 ff f4 38 63 50 60 4b ff f9 09 8cPDK..!8`..H..q|d.x<`..8cP`K...
8d80 82 7c 00 00 3c 60 ff f4 38 a0 00 00 38 63 50 6c 56 66 65 3e 4b ff f8 f1 38 60 00 02 38 81 00 30 .|..<`..8...8cPlVfe>K...8`..8..0
8da0 38 a0 00 10 48 01 09 71 89 21 00 35 88 81 00 30 3c 60 ff f4 88 a1 00 31 88 c1 00 32 38 63 50 7c 8...H..q.!.5...0<`.....1...28cP|
8dc0 88 e1 00 33 89 01 00 34 89 41 00 36 88 01 00 37 89 61 00 38 8b 81 00 3a 90 01 00 08 91 61 00 0c ...3...4.A.6...7.a.8...:.....a..
8de0 8b 61 00 3b 8b 41 00 3c 8b 21 00 3d 8b 01 00 3e 93 81 00 14 93 61 00 18 3b 96 90 50 8a e1 00 3f .a.;.A.<.!.=...>.....a..;..P...?
8e00 8b a1 00 39 93 41 00 1c 93 21 00 20 93 01 00 24 92 e1 00 28 3f 00 ff f5 93 a1 00 10 4b ff f8 69 ...9.A...!.....\$...(?.......K..i
8e20 3c 60 ff f4 38 63 50 c8 48 00 46 fd 3c 60 ff f4 38 9c 00 7c 38 63 4e e8 48 00 40 8d 3d 20 ff f4 <`..8cP.H.F.<`..8..|8cN.H.@.=...
8e40 a0 16 90 50 3a c9 50 cc 3d 20 ff f4 3b 29 50 dc 3d 20 ff f4 3b 69 4f 94 3d 20 ff f4 3b e9 50 f8 ...P:.P.=...;)P.=...;iO.=...;.P.
8e60 3d 20 ff f4 3b 49 51 00 3d 20 ff f4 3a 89 51 08 3d 20 ff f4 3a e9 55 70 3d 20 ff f5 3a a9 9c 88 =...;IQ.=...:.Q.=...:.Up=...:...
8e80 3d 20 ff f4 3b c9 4f 1c 2f 80 00 02 3d 20 ff f4 3a 49 51 40 40 9e 01 0c 7e c3 b3 78 48 00 46 89 =...;.O./...=...:IQ@@...~..xH.F.
8ea0 38 9c 00 80 7f 23 cb 78 48 00 40 1d 3c 60 ff f4 38 63 50 e4 48 00 46 71 38 9c 00 84 7f 63 db 78 8....#.xH.@.<`..8cP.H.Fq8....c.x
8ec0 48 00 40 05 7f e3 fb 78 48 00 46 5d 38 9c 00 88 7f 63 db 78 48 00 3f f1 38 9c 00 8c 7f 43 d3 78 H.@....xH.F]8....c.xH.?.8....C.x
8ee0 48 00 3f e5 7e 83 a3 78 48 00 46 3d 38 9c 00 90 7e e3 bb 78 48 00 3f d1 3c 60 ff f4 38 63 51 14 H.?.~..xH.F=8...~..xH.?.<`..8cQ.
8f00 48 00 46 25 38 9c 00 94 7f 63 db 78 48 00 3f b9 3c 60 ff f4 38 63 51 20 48 00 46 0d 38 9c 00 98 H.F%8....c.xH.?.<`..8cQ.H.F.8...
8f20 7e e3 bb 78 48 00 3f a1 81 38 90 18 38 00 00 00 38 9c 00 9c 7f c3 f3 78 39 29 00 01 55 2b 10 3a ~..xH.?..8..8...8......x9)..U+.:
8f40 91 38 90 18 7c 15 59 2e 48 00 3f 7d 3c 60 ff f4 38 63 51 34 48 00 45 d1 38 9c 00 a0 7e e3 bb 78 .8..|.Y.H.?}<`..8cQ4H.E.8...~..x
8f60 48 00 3f 65 81 38 90 18 3c 00 03 ef 38 9c 00 a4 60 00 14 80 7f c3 f3 78 39 29 00 01 55 2b 10 3a H.?e.8..<...8...`......x9)..U+.:
8f80 91 38 90 18 7c 15 59 2e 48 00 3f 3d 7e 43 93 78 48 00 45 95 7e e3 bb 78 38 9c 00 a8 48 00 00 dc .8..|.Y.H.?=~C.xH.E.~..x8...H...
8fa0 3f a0 ff f4 3b bd 51 50 7f a3 eb 78 48 00 45 79 38 9c 00 ac 7f 23 cb 78 48 00 3f 0d 7f a3 eb 78 ?...;.QP...xH.Ey8....#.xH.?....x
8fc0 48 00 45 65 38 9c 00 b0 7f 63 db 78 48 00 3e f9 7f e3 fb 78 48 00 45 51 38 9c 00 b4 7f 63 db 78 H.Ee8....c.xH.>....xH.EQ8....c.x
8fe0 48 00 3e e5 38 9c 00 b8 7f 43 d3 78 48 00 3e d9 7e c3 b3 78 48 00 45 31 38 9c 00 bc 7f 63 db 78 H.>.8....C.xH.>.~..xH.E18....c.x
9000 48 00 3e c5 38 9c 00 c0 7f 43 d3 78 48 00 3e b9 7e 83 a3 78 48 00 45 11 38 9c 00 c4 7e e3 bb 78 H.>.8....C.xH.>.~..xH.E.8...~..x
9020 48 00 3e a5 3c 60 ff f4 38 63 51 5c 48 00 44 f9 3c 60 ff f4 38 9c 00 c8 38 63 4f 10 48 00 3e 89 H.>.<`..8cQ\H.D.<`..8...8cO.H.>.
9040 81 38 90 18 3c 00 05 f5 38 9c 00 cc 60 00 e1 00 7f c3 f3 78 39 29 00 01 55 2b 10 3a 91 38 90 18 .8..<...8...`......x9)..U+.:.8..
9060 7c 15 59 2e 48 00 3e 61 7e 43 93 78 48 00 44 b9 7e e3 bb 78 38 9c 00 d0 48 00 3e 4d 3c 60 ff f4 |.Y.H.>a~C.xH.D.~..x8...H.>M<`..
9080 3f a0 ff f5 38 63 51 64 3b 9d 90 50 48 00 44 99 3d 20 ff f4 38 9c 00 d4 3b 49 4f 94 7f 43 d3 78 ?...8cQd;..PH.D.=...8...;IO..C.x
90a0 48 00 3e 25 3c 60 ff f4 38 63 51 74 48 00 44 79 3d 20 ff f4 38 9c 00 d8 3b 69 55 70 7f 63 db 78 H.>%<`..8cQtH.Dy=...8...;iUp.c.x
90c0 48 00 3e 05 a0 1d 90 50 2f 80 00 01 40 9e 00 50 3c 60 ff f4 38 63 51 80 48 00 44 4d 3c 60 ff f4 H.>....P/...@..P<`..8cQ.H.DM<`..
90e0 38 9c 00 dc 38 63 4e e8 48 00 3d dd 3c 60 ff f4 38 63 51 88 48 00 44 31 38 9c 00 e0 7f 43 d3 78 8...8cN.H.=.<`..8cQ.H.D18....C.x
9100 48 00 3d c5 3c 60 ff f4 38 63 51 08 48 00 44 19 7f 63 db 78 38 9c 00 e4 48 00 3d ad 3c 60 ff f4 H.=.<`..8cQ.H.D..c.x8...H.=.<`..
9120 3f 80 ff f5 38 63 51 90 3f a0 ff f5 3b bd 90 50 48 00 43 f5 3c 60 ff f4 38 9d 00 e8 38 63 4e e8 ?...8cQ.?...;..PH.C.<`..8...8cN.
9140 48 00 3d 85 81 3c 90 18 3f 20 ff f5 3a e0 00 00 3b 39 9c 88 3f 60 ff f4 39 29 00 01 3b 7b 4f 1c H.=..<..?...:...;9..?`..9)..;{O.
9160 55 20 10 3a 38 9d 00 ec 7f 63 db 78 91 3c 90 18 3f 40 ff f4 3f 00 ff f4 7e f9 01 2e 3b 5a 51 00 U..:8....c.x.<..?@..?...~...;ZQ.
9180 3b 18 55 70 48 00 3d 41 81 3c 90 18 38 9d 00 f0 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 ;.UpH.=A.<..8....c.x9)..U..:.<..
91a0 7e 79 01 2e 48 00 3d 21 38 9d 00 f4 7f 43 d3 78 48 00 3d 15 81 3c 90 18 38 9d 00 f8 7f 63 db 78 ~y..H.=!8....C.xH.=..<..8....c.x
91c0 39 29 00 01 55 20 10 3a 91 3c 90 18 7e f9 01 2e 48 00 3c f5 38 9d 00 fc 7f 43 d3 78 48 00 3c e9 9)..U..:.<..~...H.<.8....C.xH.<.
91e0 81 3c 90 18 38 9d 01 00 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 7e f9 01 2e 48 00 3c c9 .<..8....c.x9)..U..:.<..~...H.<.
9200 38 9d 01 04 7f 43 d3 78 48 00 3c bd 3c 60 ff f4 38 63 4f ac 48 00 43 11 38 9d 01 08 7f 03 c3 78 8....C.xH.<.<`..8cO.H.C.8......x
9220 48 00 3c a5 81 3c 90 18 38 9d 01 0c 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 7e f9 01 2e H.<..<..8....c.x9)..U..:.<..~...
9240 48 00 3c 85 4b ff ee a5 81 3c 90 18 38 9d 01 10 39 29 00 01 55 20 10 3a 91 3c 90 18 7c 79 01 2e H.<.K....<..8...9)..U..:.<..|y..
9260 7f 63 db 78 48 00 3c 61 38 9d 01 14 7f 43 d3 78 48 00 3c 55 4b ff ee 65 81 3c 90 18 38 9d 01 18 .c.xH.<a8....C.xH.<UK..e.<..8...
9280 39 29 00 01 55 20 10 3a 91 3c 90 18 7c 79 01 2e 7f 63 db 78 48 00 3c 31 38 9d 01 1c 7f 43 d3 78 9)..U..:.<..|y...c.xH.<18....C.x
92a0 48 00 3c 25 81 3c 90 18 38 9d 01 20 7f 63 db 78 39 29 00 01 55 20 10 3a 91 3c 90 18 7e 79 01 2e H.<%.<..8....c.x9)..U..:.<..~y..
92c0 48 00 3c 05 38 9d 01 24 7f 43 d3 78 48 00 3b f9 3c 60 ff f4 38 63 51 98 48 00 42 4d 38 9d 01 28 H.<.8..\$.C.xH.;.<`..8cQ.H.BM8..(
92e0 7f 03 c3 78 48 00 3b e1 3d 20 ff f2 39 60 00 00 7c 1f 42 a6 54 04 00 1e 38 00 00 0b 7c 09 03 a6 ...xH.;.=...9`..|.B.T...8...|...
9300 3b a9 50 00 1d 2b 00 28 39 6b 00 01 7c 1d 48 2e 7f 84 00 00 40 9e 00 80 7f bd 4a 14 3b 81 00 40 ;.P..+.(9k..|.H.....@.....J.;..@
9320 7f a3 eb 78 80 1d 00 24 7c 09 03 a6 4e 80 04 21 80 9d 00 04 3c 60 ff f4 38 63 51 a4 4b ff f3 49 ...x...\$|...N..!....<`..8cQ.K..I
9340 80 dd 00 04 3c a0 ff f4 38 80 00 40 38 a5 51 b4 7f 83 e3 78 48 01 20 31 7f 83 e3 78 48 00 42 3d ....<...8..@8.Q....xH..1...xH.B=
9360 7c 64 1b 78 38 60 00 00 48 00 96 e5 7f 83 e3 78 48 00 0f ad 38 60 00 04 48 01 04 c5 2f 83 00 00 |d.x8`..H......xH...8`..H.../...
9380 41 9e 00 28 3d 20 ff f4 3b 29 51 c0 7f 38 cb 78 48 00 00 28 42 00 ff 70 3c 60 ff f4 38 63 51 c8 A..(=...;)Q..8.xH..(B..p<`..8cQ.
93a0 4b ff f2 e5 48 00 00 00 3d 20 ff f4 3b 29 51 ec 3d 20 ff f4 3b 09 51 fc 3c 60 ff f4 3f a0 ff f5 K...H...=...;)Q.=...;.Q.<`..?...
93c0 38 63 52 04 3b bd 90 50 48 00 41 5d 3c 60 ff f4 38 9d 01 2c 38 63 4e e8 3f 40 ff f4 48 00 3a e9 8cR.;..PH.A]<`..8..,8cN.?@..H.:.
93e0 3b 5a 52 0c 7f 23 cb 78 3f 60 ff f4 48 00 41 39 38 9d 01 30 3b 7b 4f 1c 7f 43 d3 78 48 00 3a c9 ;ZR..#.x?`..H.A98..0;{O..C.xH.:.
9400 38 9d 01 34 7f 63 db 78 48 00 3a bd 3f 80 ff f4 3c 60 ff f4 3b 9c 55 70 38 63 52 18 48 00 41 09 8..4.c.xH.:.?...<`..;.Up8cR.H.A.
9420 38 9d 01 38 7f 83 e3 78 48 00 3a 9d 7f 03 c3 78 48 00 40 f5 38 9d 01 3c 7f 43 d3 78 48 00 3a 89 8..8...xH.:....xH.@.8..<.C.xH.:.
9440 38 9d 01 40 7f 63 db 78 48 00 3a 7d 3c 60 ff f4 3f 60 ff f4 38 63 52 20 3b 7b 52 28 48 00 40 c9 8..@.c.xH.:}<`..?`..8cR.;{R(H.@.
9460 38 9d 01 44 7f 83 e3 78 48 00 3a 5d 7f 23 cb 78 3f 80 ff f4 48 00 40 b1 38 9d 01 48 7f 63 db 78 8..D...xH.:].#.x?...H.@.8..H.c.x
9480 48 00 3a 45 3c 60 ff f4 3b 9c 52 50 38 63 52 40 48 00 40 95 38 9d 01 4c 7f 83 e3 78 48 00 3a 29 H.:E<`..;.RP8cR@H.@.8..L...xH.:)
94a0 7f 03 c3 78 48 00 40 81 38 9d 01 50 7f 63 db 78 48 00 3a 15 3c 60 ff f4 38 63 52 58 48 00 40 69 ...xH.@.8..P.c.xH.:.<`..8cRXH.@i
94c0 38 9d 01 54 7f 83 e3 78 48 00 39 fd 7f 23 cb 78 48 00 40 55 3c 60 ff f4 38 9d 01 58 38 63 52 68 8..T...xH.9..#.xH.@U<`..8..X8cRh
94e0 48 00 39 e5 7f 03 c3 78 48 00 40 3d 3c 60 ff f4 38 9d 01 5c 38 63 52 70 48 00 39 cd 3c 60 ff f4 H.9....xH.@=<`..8..\8cRpH.9.<`..
9500 38 9d 01 60 38 63 52 78 48 00 39 bd 48 00 3b 41 3c 60 ff f4 3c 80 ff f1 38 63 52 90 38 84 9e 60 8..`8cRxH.9.H.;A<`..<...8cR.8..`
9520 48 00 46 c5 80 01 00 c4 ba 41 00 88 38 21 00 c0 7c 08 03 a6 4e 80 00 20 94 21 ff d0 3d 20 ff f2 H.F......A..8!..|...N....!..=...
9540 7c 08 02 a6 39 29 50 00 90 01 00 34 38 09 02 20 bf a1 00 24 3f e0 ff f5 3b a1 00 08 3b c9 01 b8 |...9)P....48......\$?...;...;...
9560 90 1f 90 20 48 01 03 19 7f a4 eb 78 38 60 00 00 38 a0 00 04 48 01 01 a1 38 00 00 00 3c 80 ff f4 ....H......x8`..8...H...8...<...
9580 98 01 00 0c 7f a3 eb 78 38 84 52 a0 38 a0 00 04 3b a0 00 00 48 01 0d 49 2f 83 00 00 40 9e 00 34 .......x8.R.8...;...H..I/...@..4
95a0 38 60 00 01 48 01 02 39 2f 83 00 01 7c 7d 1b 78 40 9e 00 20 38 60 00 06 48 01 02 85 3d 20 ff f5 8`..H..9/...|}.x@...8`..H...=...
95c0 1c 03 00 34 b0 69 90 50 7c 1e 02 14 90 1f 90 20 3d 20 ff f5 2f 9d 00 01 81 29 90 20 80 09 00 20 ...4.i.P|.......=.../....)......
95e0 3d 20 ff f5 90 09 90 00 41 9e 00 14 3c 60 ff f4 38 63 52 a8 4b ff f0 91 48 00 00 00 4b ff ed c9 =.......A...<`..8cR.K...H...K...
9600 48 00 12 e9 3c 60 ff f4 38 63 52 e0 4b ff f0 79 48 00 00 00 94 21 ff e0 7c 08 02 a6 90 01 00 24 H...<`..8cR.K..yH....!..|......\$
9620 bf a1 00 14 7c 9e 23 78 88 03 00 00 38 83 00 01 7c 83 23 78 2f 80 00 00 2f 00 00 3a 41 9e 00 0c ....|.#x....8...|.#x/.../..:A...
9640 40 9a ff e8 48 00 00 98 90 1e 00 00 38 60 00 00 48 00 00 78 38 84 00 01 89 64 00 00 2f 8b 00 00 @...H.......8`..H..x8....d../...
9660 41 9e 00 20 7c 09 58 ae 70 0a 00 04 40 82 ff e8 69 60 00 2c 20 00 00 00 7c 04 01 94 7c 04 03 78 A...|.X.p...@...i`.,....|...|..x
9680 3d 20 ff f5 38 a0 04 00 3b e9 91 b4 3b a0 00 00 7f e3 fb 78 48 01 0b 69 7f e3 fb 78 38 80 00 5c =...8...;...;......xH..i...x8..\
96a0 9b bf 03 ff 48 01 0c a5 2c 03 00 00 41 82 00 14 93 fe 00 00 9b a3 00 00 38 63 00 01 48 00 00 0c ....H...,...A...........8c..H...
96c0 90 7e 00 00 7f e3 fb 78 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 20 ff f4 .~.....x...\$....8!..|...N...=...
96e0 39 29 36 14 4b ff ff 74 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 88 03 00 00 3b e3 00 01 9)6.K..t.!..|...............;...
9700 7f e3 fb 78 2f 80 00 00 2f 00 00 3a 41 9e 00 20 40 9a ff e8 48 00 00 30 7f e3 fb 78 38 80 00 00 ...x/.../..:A...@...H..0...x8...
9720 38 a0 00 0a 48 01 08 f9 48 00 00 08 38 60 ff ff 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 8...H...H...8`..........8!..|...
9740 4e 80 00 20 7f e3 fb 78 38 80 00 2c 48 01 0b d1 2f 83 00 00 40 9e ff c4 4b ff ff d4 94 21 fb d0 N......x8..,H.../...@...K....!..
9760 7c 08 02 a6 90 01 04 34 bf 81 04 20 7c 7f 1b 78 3c 60 ff f4 38 63 52 04 7c 9e 23 78 48 00 3e 1d |......4....|..x<`..8cR.|.#xH.>.
9780 38 81 00 08 7c 7c 1b 78 7f e3 fb 78 4b ff fe 89 7c 7d 1b 78 7f e3 fb 78 4b ff ff 51 2f 83 ff ff 8...||.x...xK...|}.x...xK..Q/...
97a0 41 9e 00 20 3d 20 ff f5 38 00 04 00 39 29 91 b4 39 60 00 00 39 29 04 00 7c 09 03 a6 48 00 00 84 A...=...8...9)..9`..9)..|...H...
97c0 3d 20 ff f5 38 00 04 00 39 29 91 b4 39 60 00 00 39 29 04 00 7c 09 03 a6 48 00 00 10 7c 09 59 ae =...8...9)..9`..9)..|...H...|.Y.
97e0 39 6b 00 01 42 40 00 18 7c 1f 58 ae 2f 80 00 00 2f 00 00 3a 41 9e 00 08 40 9a ff e4 3c c0 ff f5 9k..B@..|.X./.../..:A...@...<...
9800 38 00 00 00 80 e1 00 08 38 c6 91 b4 3c a0 ff f4 7d 26 5a 14 38 a5 53 ac 38 c6 04 00 7f a8 eb 78 8.......8...<...}&Z.8.S.8......x
9820 38 61 00 0c 38 80 04 00 98 09 04 00 48 01 1b 59 48 00 00 5c 7c 09 59 ae 39 6b 00 01 42 40 00 18 8a..8.......H..YH..\|.Y.9k..B@..
9840 7c 1f 58 ae 2f 80 00 00 2f 00 00 3a 41 9e 00 08 40 9a ff e4 3c c0 ff f5 38 00 00 00 81 01 00 08 |.X./.../..:A...@...<...8.......
9860 38 c6 91 b4 3c a0 ff f4 7d 66 5a 14 7c 67 1b 78 38 a5 53 b8 38 c6 04 00 7f a9 eb 78 38 61 00 0c 8...<...}fZ.|g.x8.S.8......x8a..
9880 98 0b 04 00 38 80 04 00 48 01 1a fd 7f e3 fb 78 48 01 0b 01 3c 80 ff f4 38 a1 00 0c 38 84 53 c4 ....8...H......xH...<...8...8.S.
98a0 38 c3 00 01 7f 83 e3 78 48 00 3f 25 2f 9e 00 00 41 9e 00 24 7f c3 f3 78 48 01 0a d9 3c 80 ff f4 8......xH.?%/...A..\$...xH...<...
98c0 7f c5 f3 78 38 84 53 d0 38 c3 00 01 7f 83 e3 78 48 00 3e fd 80 01 04 34 bb 81 04 20 38 21 04 30 ...x8.S.8......xH.>....4....8!.0
98e0 7c 08 03 a6 4e 80 00 20 94 21 ff 80 7c 08 02 a6 90 01 00 84 be 41 00 48 7c 93 23 78 7c 74 1b 78 |...N....!..|........A.H|.#x|t.x
9900 48 01 05 99 2f 83 ff ff 7c 7c 1b 78 41 9e 01 38 48 00 5d 11 7c 79 1b 79 41 80 01 2c 7f 83 e3 78 H.../...||.xA..8H.].|y.yA..,...x
9920 7f 24 cb 78 38 a1 00 08 48 00 5b f5 7c 76 1b 79 41 82 01 14 3d 20 ff f4 82 a1 00 20 7e df b3 78 .\$.x8...H.[.|v.yA...=.......~..x
9940 3a 49 53 dc 7f 3b cb 78 3b 40 00 00 48 00 00 a8 80 1f 00 14 83 df 00 10 7f 9e 00 40 40 9d 00 08 :IS..;.x;@..H..............@@...
9960 7c 1e 03 78 80 df 00 04 7f 83 e3 78 38 a0 00 00 7c d9 32 14 48 00 ff b1 2f 9e 00 00 82 ff 00 04 |..x.......x8...|.2.H.../.......
9980 83 1f 00 10 41 9e 00 4c 80 7f 00 08 80 9f 00 14 38 a0 00 00 48 00 94 75 2f 83 ff ff 40 9e 00 0c ....A..L........8...H..u/...@...
99a0 7e 43 93 78 4b ff ed e1 83 bf 00 08 7f 83 e3 78 7f c5 f3 78 7f a4 eb 78 48 00 ff f1 7f 83 f0 00 ~C.xK..........x...x...xH.......
99c0 40 9e 00 84 7f a3 eb 78 7c 9d f2 14 4b ff 8c 85 7c 18 ba 14 7f 69 db 78 7c 00 ca 14 7f 9b 00 40 @......x|...K...|....i.x|......@
99e0 40 9c 00 08 7c 09 03 78 7d 3b 4b 78 3b 5a 00 01 3b ff 00 20 a0 01 00 34 7f 9a 00 00 41 9c ff 54 @...|..x};Kx;Z..;......4....A..T
9a00 7e c3 b3 78 4b ff ec 3d 2f 9b 00 00 41 9c 00 38 7f 83 e3 78 48 00 fe a5 7e 83 a3 78 7e 64 9b 78 ~..xK..=/...A..8...xH...~..x~d.x
9a20 4b ff fd 3d 48 00 33 1d 38 60 00 00 7e a5 ab 78 38 80 00 00 4b ff 8a 61 3c 60 ff f4 38 63 53 ec K..=H.3.8`..~..x8...K..a<`..8cS.
9a40 4b ff ed 45 80 01 00 84 ba 41 00 48 38 21 00 80 7c 08 03 a6 4e 80 00 20 94 21 f7 20 3d 20 ff f5 K..E.....A.H8!..|...N....!..=...
9a60 7c 08 02 a6 39 29 91 b4 39 60 00 00 90 01 08 e4 38 00 04 00 39 29 04 00 7c 09 03 a6 bd c1 08 98 |...9)..9`......8...9)..|.......
9a80 7c 77 1b 78 7c 90 23 78 7c bf 2b 78 48 00 00 10 7c 09 59 ae 39 6b 00 01 42 40 00 18 7c 17 58 ae |w.x|.#x|.+xH...|.Y.9k..B@..|.X.
9aa0 2f 80 00 00 2f 00 00 3a 41 9e 00 08 40 9a ff e4 3f a0 ff f5 38 00 00 00 3b bd 91 b4 7e e3 bb 78 /.../..:A...@...?...8...;...~..x
9ac0 7d 3d 5a 14 98 09 04 00 4b ff fc 21 38 81 00 08 7c 75 1b 78 7e e3 bb 78 4b ff fb 3d 2f 95 ff ff }=Z.....K..!8...|u.x~..xK..=/...
9ae0 38 dd 04 00 7c 73 1b 78 38 61 00 8c 40 9e 00 1c 3c a0 ff f4 7f e7 fb 78 38 a5 54 0c 38 80 04 00 8...|s.x8a..@...<......x8.T.8...
9b00 48 01 18 85 48 00 00 1c 3c a0 ff f4 7f e8 fb 78 38 a5 54 14 38 80 04 00 7e a7 ab 78 48 01 18 69 H...H...<......x8.T.8...~..xH..i
9b20 3b a1 04 8c 3c 80 ff f4 38 84 54 20 38 a1 00 8c 7f a3 eb 78 3f e0 ff f5 48 01 17 f1 7f a3 eb 78 ;...<...8.T.8......x?...H......x
9b40 48 00 44 15 3c 60 ff f4 38 63 54 28 48 00 44 09 81 3f 90 18 3d 60 ff f5 3b cb 9c 88 55 20 10 3a H.D.<`..8cT(H.D..?..=`..;...U..:
9b60 39 29 ff ff 91 3f 90 18 7e de 00 2e 2f 96 00 00 41 9e 03 70 7e c3 b3 78 4b ff ea e9 7c 7c 1b 79 9)...?..~.../...A..p~..xK...||.y
9b80 41 82 03 60 3c 60 ff f4 3b 40 00 00 38 63 54 34 3b 60 00 00 48 00 43 c1 81 3f 90 18 3b 00 00 00 A..`<`..;@..8cT4;`..H.C..?..;...
9ba0 3b a0 00 00 3a 80 00 00 3b 20 00 00 55 20 10 3a 39 29 ff ff 3d e0 ff f4 91 3f 90 18 3d 20 ff f4 ;...:...;...U..:9)..=....?..=...
9bc0 39 c9 6f 74 3d 20 ff f5 7e 5e 00 2e 39 29 91 b4 3b c0 00 00 3a 29 04 00 48 00 02 f8 7f f9 90 ae 9.ot=...~^..9)..;...:)..H.......
9be0 2f 9f 00 3c 40 9e 00 14 3b 40 00 01 3b 60 00 00 3b 00 00 00 48 00 02 d8 2f 9f 00 3e 40 9e 00 b8 /..<@...;@..;`..;...H.../..>@...
9c00 39 21 00 08 38 00 00 00 7d 29 da 14 3b e1 00 0c 7f e3 fb 78 98 09 00 04 3d 20 ff f4 80 89 53 88 9!..8...})..;......x....=.....S.
9c20 48 01 0b 61 2f 83 00 00 40 9e 00 10 3b 40 00 00 3a 80 00 01 48 00 02 98 2f 94 00 01 40 9e 02 8c H..a/...@...;@..:...H.../...@...
9c40 3d 20 ff f4 7f e3 fb 78 80 89 53 8c 48 01 0b 35 2f 83 00 00 40 9e 00 14 3b 40 00 00 3b 00 00 01 =......x..S.H..5/...@...;@..;...
9c60 3b a0 00 00 48 00 02 68 7f e3 fb 78 38 8f 54 58 48 01 0b 11 2c 03 00 00 40 82 00 20 7c 7c e9 ae ;...H..h...x8.TXH...,...@...||..
9c80 7e 04 83 78 7e e3 bb 78 4b ff fa d5 7f 83 e3 78 48 00 42 c5 48 00 02 44 3c 80 ff f4 7f e3 fb 78 ~..x~..xK......xH.B.H..D<......x
9ca0 38 84 54 68 48 01 0a dd 2f 83 00 00 40 9e 02 1c 48 00 02 28 2f 9a 00 00 41 9e 00 0c 2b 9b 00 7f 8.ThH.../...@...H..(/...A...+...
9cc0 40 9d 01 dc 2f 98 00 00 41 9e 00 18 2f 9f 00 26 40 9e 00 10 3b 60 00 00 3b c0 00 01 48 00 01 f0 @.../...A.../..&@...;`..;...H...
9ce0 2f 9e 00 00 41 9e 01 c8 2f 9f 00 3b 40 9e 01 a8 39 21 00 08 38 00 00 00 7d 29 da 14 3b c1 00 0c /...A.../..;@...9!..8...})..;...
9d00 7f c3 f3 78 98 09 00 04 3d 20 ff f4 80 89 53 90 48 01 0a 71 38 00 00 3c 2f 83 00 00 41 9e 00 20 ...x....=.....S.H..q8..</...A...
9d20 3d 20 ff f4 7f c3 f3 78 80 89 53 94 48 01 0a 55 2f 83 00 00 40 9e 00 18 38 00 00 3e 7c 1c e9 ae =......x..S.H..U/...@...8..>|...
9d40 3b c0 00 00 3b bd 00 01 48 00 01 84 3d 20 ff f4 7f c3 f3 78 80 89 53 98 48 01 0a 29 2f 83 00 00 ;...;...H...=......x..S.H..)/...
9d60 40 9e 00 1c 7c 7c ea 14 7e 24 8b 78 48 01 04 75 7e 23 8b 78 48 01 06 1d 48 00 00 e0 3d 20 ff f4 @...||..~\$.xH..u~#.xH...H...=...
9d80 7f c3 f3 78 80 89 53 9c 48 01 09 f9 2c 03 00 00 40 82 00 38 2f 95 ff ff 41 9e 00 18 7c 7c ea 14 ...x..S.H...,...@..8/...A...||..
9da0 7d c4 73 78 7e a5 ab 78 48 01 15 81 48 00 00 08 7c 7c e9 ae 7f 83 e3 78 3b c0 00 00 48 01 05 d5 }.sx~..xH...H...||.....x;...H...
9dc0 7c 7d 1b 78 48 00 01 08 3d 20 ff f4 7f c3 f3 78 80 89 53 a0 48 01 09 ad 2f 83 00 00 40 9e 00 20 |}.xH...=......x..S.H.../...@...
9de0 80 81 00 08 7c 7c ea 14 3b c0 00 00 48 01 03 f5 80 61 00 08 48 01 05 9d 48 00 00 64 3d 20 ff f4 ....||..;...H....a..H...H..d=...
9e00 7f c3 f3 78 80 89 53 a4 48 01 09 79 2f 83 00 00 40 9e 00 1c 7c 7c ea 14 7e 64 9b 78 48 01 03 c5 ...x..S.H..y/...@...||..~d.xH...
9e20 7e 63 9b 78 48 01 05 6d 48 00 00 30 3d 20 ff f4 7f c3 f3 78 80 89 53 a8 48 01 09 49 2f 83 00 00 ~c.xH..mH..0=......x..S.H..I/...
9e40 40 9e 00 24 7c 7c ea 14 7e e4 bb 78 48 01 03 95 7e e3 bb 78 48 01 05 3d 3b c0 00 00 7f bd 1a 14 @..\$||..~..xH...~..xH..=;.......
9e60 48 00 00 6c 38 00 00 26 38 7d 00 01 7c 1c e9 ae 7f c4 f3 78 7c 7c 1a 14 3b c0 00 00 48 01 03 65 H..l8..&8}..|......x||..;...H..e
9e80 7d 3b ea 14 39 29 00 01 3b a9 00 01 7f fc 49 ae 48 00 00 3c 2b 9b 00 7f 41 9d 00 14 7d 21 da 14 };..9)..;.....I.H..<+...A...}!..
9ea0 3b 7b 00 01 9b e9 00 0c 48 00 00 24 2f 98 00 00 41 9e 00 1c 7f 9d b0 00 40 9c 00 14 7f fc e9 ae ;{......H..\$/...A.......@.......
9ec0 3b bd 00 01 48 00 00 08 3b 40 00 00 3b 39 00 01 7f 99 b0 00 41 9c fd 08 7f 83 e3 78 4b ff e7 65 ;...H...;@..;9......A......xK..e
9ee0 80 01 08 e4 b9 c1 08 98 38 21 08 e0 7c 08 03 a6 4e 80 00 20 94 21 ff d0 38 60 00 0c 7c 08 02 a6 ........8!..|...N....!..8`..|...
9f00 90 01 00 34 bf 01 00 10 48 00 f9 35 3c 80 ff f5 7c 7f 1b 78 38 84 91 b4 3c 60 ff f4 38 84 08 00 ...4....H..5<...|..x8...<`..8...
9f20 38 63 54 ac 48 00 2f a1 2f 9f 00 6d 40 9e 00 c4 38 60 00 08 48 00 f8 a9 7c 7e 1b 79 41 82 01 74 8cT.H././..m@...8`..H...|~.yA..t
9f40 38 60 00 07 48 00 f8 99 7c 79 1b 78 38 60 00 09 48 00 f8 8d 7c 7f 1b 78 38 60 00 0a 48 00 f8 81 8`..H...|y.x8`..H...|..x8`..H...
9f60 7c 7a 1b 78 38 60 00 0b 48 00 f8 75 7f c5 f3 78 7f 24 cb 78 7f 46 d3 78 7c 7b 1b 78 3c 60 ff f4 |z.x8`..H..u...x.\$.x.F.x|{.x<`..
9f80 38 63 54 bc 7f 67 db 78 4b ff e6 fd 2f 9f 00 00 41 9e 00 50 3c 60 ff f4 7f e4 fb 78 38 63 55 0c 8cT..g.xK.../...A..P<`.....x8cU.
9fa0 4b ff e6 e5 3c 60 ff f4 38 63 52 04 48 00 35 ed 7c 7c 1b 78 7f e3 fb 78 48 01 08 29 7c 7d 1b 78 K...<`..8cR.H.5.||.x...xH..)|}.x
9fc0 7f e3 fb 78 48 01 03 cd 3c 80 ff f4 7f a5 eb 78 38 84 53 d0 38 c3 00 01 7f 83 e3 78 48 00 37 f1 ...xH...<......x8.S.8......xH.7.
9fe0 7f 43 d3 78 7f 64 db 78 7f 25 cb 78 48 00 00 c0 2f 9f 00 63 40 9e 00 bc 3c 60 ff f4 38 63 55 2c .C.x.d.x.%.xH.../..c@...<`..8cU,
a000 48 00 fe 99 2f 83 ff ff 7c 7c 1b 78 41 9e 00 a4 3c 00 00 3f 3b a0 00 00 60 1f 40 00 7f a5 fe 70 H.../...||.xA...<..?;...`.@....p
a020 7f a6 eb 78 7f 83 e3 78 48 00 f8 fd 7f e4 fb 78 38 a0 02 00 2f 83 ff ff 7f 83 e3 78 41 9e 00 14 ...x...xH......x8.../......xA...
a040 48 00 f9 69 7f bd 1a 14 7f ff 1a 14 4b ff ff d0 7f 83 e3 78 48 00 f8 65 2f 9d 00 00 41 9e 00 54 H..i........K......xH..e/...A..T
a060 3c 60 ff f4 3c 80 ff f4 38 63 55 2c 38 84 55 38 4b ff f6 ed 3c 60 00 3f 7f a4 eb 78 60 63 40 00 <`..<...8cU,8.U8K...<`.?...x`c@.
a080 38 a0 00 00 48 00 8d 85 2f 83 ff ff 40 9e 00 10 3c 60 ff f4 38 63 53 dc 4b ff e6 ed 3c a0 00 3f 8...H.../...@...<`..8cS.K...<..?
a0a0 38 60 00 00 60 a5 40 00 38 80 00 00 4b ff 83 e9 48 00 2d 91 38 80 00 20 7c 7c 1b 78 48 01 02 61 8`..`.@.8...K...H.-.8...||.xH..a
a0c0 7c 7d 1b 79 41 82 00 10 38 00 00 00 98 1d 00 00 3b bd 00 01 2f 9c 00 00 40 9e 01 34 3c 60 ff f4 |}.yA...8.......;.../...@..4<`..
a0e0 3f e0 ff f5 38 63 55 40 48 00 34 3d 3d 20 ff f4 3b 09 55 4c 7f 03 c3 78 48 00 34 2d 3d 20 ff f5 ?...8cU@H.4==...;.UL...xH.4-=...
a100 3b c9 91 b4 3d 20 ff f4 3b 49 55 58 38 9e 08 04 7f 43 d3 78 48 00 2d b1 81 7f 90 18 3d 20 ff f4 ;...=...;IUX8....C.xH.-.....=...
a120 38 9e 08 08 3b 29 55 64 39 6b ff ff 7f 23 cb 78 91 7f 90 18 48 00 2d 91 81 3f 90 18 55 20 10 3a 8...;)Ud9k...#.x....H.-..?..U..:
a140 39 29 ff ff 91 3f 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e 2f 80 00 00 40 9e 00 88 48 00 2c e5 9)...?..=...9)..|.../...@...H.,.
a160 38 80 00 20 7c 7b 1b 78 48 01 01 b5 2c 03 00 00 41 82 00 10 9b 83 00 00 3b a3 00 01 48 00 00 50 8...|{.xH...,...A.......;...H..P
a180 3c 60 ff f4 38 63 55 7c 48 00 33 9d 7f 03 c3 78 48 00 33 95 38 9e 08 0c 7f 43 d3 78 48 00 2d 29 <`..8cU|H.3....xH.3.8....C.xH.-)
a1a0 81 3f 90 18 38 9e 08 10 7f 23 cb 78 39 29 ff ff 91 3f 90 18 48 00 2d 11 81 3f 90 18 39 29 ff ff .?..8....#.x9)...?..H.-..?..9)..
a1c0 91 3f 90 18 48 00 2c 7d 7c 7d 1b 78 7f 63 db 78 7f a4 eb 78 4b ff f7 15 7f 63 db 78 48 00 00 40 .?..H.,}|}.x.c.x...xK....c.xH..@
a1e0 38 60 00 0c 48 00 f6 59 2f 83 00 63 40 9e 00 10 3c 60 ff f4 38 63 55 90 48 00 00 0c 3c 60 ff f4 8`..H..Y/..c@...<`..8cU.H...<`..
a200 38 63 55 94 48 01 05 dd 48 00 00 14 7f 83 e3 78 7f a4 eb 78 4b ff f6 d5 7f 83 e3 78 3c a0 ff f4 8cU.H...H......x...xK......x<...
a220 7f a4 eb 78 38 a5 55 88 4b ff f8 31 3c 60 ff f4 38 63 55 98 4b ff e4 51 80 01 00 34 bb 01 00 10 ...x8.U.K..1<`..8cU.K..Q...4....
a240 38 21 00 30 7c 08 03 a6 4e 80 00 20 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 8!.0|...N...N....!..|......\$....
a260 7c 0d 42 e6 7d 6c 42 e6 7d 2d 42 e6 7c 00 48 00 40 82 ff f0 38 00 03 e8 3c c0 00 fd 7c 60 58 16 |.B.}lB.}-B.|.H.@...8...<...|`X.
a280 1d 29 03 e8 7c 80 59 d6 3d 60 ff f5 7c 69 1a 14 38 a0 00 00 60 c6 4b c0 81 2b 90 18 39 29 00 01 .)..|.Y.=`..|i..8...`.K..+..9)..
a2a0 55 3d 10 3a 91 2b 90 18 48 01 a3 11 80 01 00 24 3d 20 ff f5 39 29 9c 88 7c 08 03 a6 7c 89 e9 2e U=.:.+..H......\$=...9)..|...|...
a2c0 bb a1 00 14 38 21 00 20 4e 80 00 20 3d 60 ff f5 81 2b 90 18 39 29 ff fe 91 2b 90 18 4e 80 00 20 ....8!..N...=`...+..9)...+..N...
a2e0 3d 60 ff f5 81 2b 90 18 39 29 ff fe 91 2b 90 18 4e 80 00 20 3d 60 ff f5 81 2b 90 18 39 29 ff fe =`...+..9)...+..N...=`...+..9)..
a300 91 2b 90 18 4e 80 00 20 3d 60 ff f5 81 2b 90 18 39 29 ff fe 91 2b 90 18 4e 80 00 20 94 21 ff d0 .+..N...=`...+..9)...+..N....!..
a320 38 80 00 00 7c 08 02 a6 38 c0 00 01 39 00 00 02 90 01 00 34 bf a1 00 24 3f a0 ff f2 7c 7f 1b 78 8...|...8...9......4...\$?...|..x
a340 3b bd 52 54 38 60 00 00 7f a5 eb 78 38 fd 00 04 48 00 3a ed 38 bd 00 14 38 fd 00 18 38 60 00 01 ;.RT8`.....x8...H.:.8...8...8`..
a360 38 80 00 00 38 c0 00 01 39 00 00 02 48 00 3a d1 7c 25 0b 78 38 fd 00 28 38 60 00 01 38 80 00 00 8...8...9...H.:.|%.x8..(8`..8...
a380 38 c0 00 01 39 00 00 05 97 e5 00 08 48 00 3a b1 38 bd 00 50 38 fd 00 54 38 60 00 00 38 80 00 00 8...9.......H.:.8..P8..T8`..8...
a3a0 38 c0 00 01 39 00 00 02 48 00 3a 95 38 fd 00 68 38 bd 00 64 38 60 00 01 38 80 00 00 38 c0 00 01 8...9...H.:.8..h8..d8`..8...8...
a3c0 39 00 00 02 48 00 3a 79 3c 60 ff f4 38 63 52 04 48 00 31 c9 7c 7d 1b 79 41 82 00 50 7f e3 fb 78 9...H.:y<`..8cR.H.1.|}.yA..P...x
a3e0 48 00 31 45 3c 80 ff f5 3c 60 ff f4 38 84 99 c8 38 63 52 0c 48 00 2a d1 3d 40 ff f5 3d 20 ff f5 H.1E<...<`..8...8cR.H.*.=@..=...
a400 39 29 9c 88 3c 80 ff f4 7f a3 eb 78 38 84 55 d4 81 6a 90 18 55 60 10 3a 39 6b ff ff 91 6a 90 18 9)..<......x8.U..j..U`.:9k...j..
a420 7c a9 00 2e 48 00 34 51 80 01 00 34 bb a1 00 24 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 |...H.4Q...4...\$8!.0|...N....!..
a440 3d 00 ff f5 7c 08 02 a6 3d 40 ff f5 90 01 00 24 39 4a 9c 88 bf a1 00 14 3b e0 00 00 81 68 90 18 =...|...=@.....\$9J......;....h..
a460 39 2b ff ff 55 6b 10 3a 55 20 10 3a 39 29 ff ff 91 28 90 18 7f aa 58 2e 7f ca 00 2e 48 00 00 10 9+..Uk.:U..:9)...(....X.....H...
a480 7c 7f f0 ae 3b ff 00 01 48 00 04 31 7f 9f e8 00 41 9c ff f0 3d 60 ff f5 81 2b 90 18 39 29 00 01 |...;...H..1....A...=`...+..9)..
a4a0 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7f a9 01 2e 80 01 00 24 bb a1 00 14 38 21 00 20 U..:.+..=...9).........\$....8!..
a4c0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 00 ff f5 7c 08 02 a6 3d 60 ff f5 90 01 00 14 93 e1 00 0c |...N....!..=...|...=`..........
a4e0 39 6b 9c 88 81 28 90 18 55 20 10 3a 39 29 ff ff 55 2a 10 3a 7c 0b 00 2e 39 29 ff ff 91 28 90 18 9k...(..U..:9)..U*.:|...9)...(..
a500 2f 80 00 00 7f eb 50 2e 40 9d 00 1c 48 00 03 6d 2c 03 00 00 41 80 00 10 98 7f 00 00 39 40 00 01 /.....P.@...H..m,...A.......9@..
a520 48 00 00 08 39 40 00 00 3d 60 ff f5 83 e1 00 0c 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 H...9@..=`.......+..9)..U..:.+..
a540 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 =...9)..}I......8!..|...N....!..
a560 7c 08 02 a6 90 01 00 24 bf 81 00 10 3f 80 ff f5 3f a0 ff f5 3b bd 9c 88 81 3c 90 18 39 69 ff ff |......\$....?...?...;....<..9i..
a580 55 29 10 3a 39 4b ff ff 55 6b 10 3a 55 40 10 3a 7c bd 48 2e 39 4a ff ff 7c 9d 58 2e 91 5c 90 18 U).:9K..Uk.:U@.:|.H.9J..|.X..\..
a5a0 7c 7d 00 2e 48 00 88 65 81 3c 90 18 39 29 00 01 55 20 10 3a 91 3c 90 18 7c 7d 01 2e 80 01 00 24 |}..H..e.<..9)..U..:.<..|}.....\$
a5c0 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 20 ff f5 7c 08 02 a6 90 01 00 24 ....8!..|...N....!..=...|......\$
a5e0 bf c1 00 18 3f e0 ff f5 3b c9 9c 88 38 81 00 08 81 3f 90 18 55 20 10 3a 39 29 ff ff 91 3f 90 18 ....?...;...8....?..U..:9)...?..
a600 7c 7e 00 2e 48 00 7e b1 2f 83 ff ff 40 9e 00 20 81 3f 90 18 38 00 00 00 39 29 00 01 55 2b 10 3a |~..H.~./...@....?..8...9)..U+.:
a620 91 3f 90 18 7c 1e 59 2e 48 00 00 38 81 3f 90 18 39 29 00 01 39 69 00 01 55 29 10 3a 38 0b 00 01 .?..|.Y.H..8.?..9)..9i..U).:8...
a640 55 6b 10 3a 54 0a 10 3a 90 1f 90 18 7c 7e 49 2e 80 01 00 08 7c 1e 59 2e 38 00 ff ff 7c 1e 51 2e Uk.:T..:....|~I.....|.Y.8...|.Q.
a660 80 01 00 24 bb c1 00 18 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 00 ff f5 7c 08 02 a6 ...\$....8!..|...N....!..=...|...
a680 39 08 9c 88 90 01 00 24 bf a1 00 14 3f a0 ff f5 81 3d 90 18 39 69 ff ff 55 29 10 3a 39 4b ff ff 9......\$....?....=..9i..U).:9K..
a6a0 55 6b 10 3a 38 ea ff ff 55 4a 10 3a 54 e0 10 3a 7c c8 48 2e 7c a8 58 2e 38 e7 ff ff 90 fd 90 18 Uk.:8...UJ.:T..:|.H.|.X.8.......
a6c0 7c 88 50 2e 7c 68 00 2e 48 00 86 a9 2f 83 00 00 41 9e 00 18 3c 60 ff f4 38 63 55 d8 4b ff df a9 |.P.|h..H.../...A...<`..8cU.K...
a6e0 38 60 ff f3 48 00 2c cd 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 8`..H.,....\$....8!..|...N....!..
a700 3d 20 ff f5 7c 08 02 a6 90 01 00 14 bf c1 00 08 3f c0 ff f5 3b e9 9c 88 81 3e 90 18 39 69 ff ff =...|...........?...;....>..9i..
a720 55 29 10 3a 39 4b ff ff 55 6b 10 3a 55 40 10 3a 7c bf 48 2e 39 4a ff ff 7c 9f 58 2e 91 5e 90 18 U).:9K..Uk.:U@.:|.H.9J..|.X..^..
a740 7c 7f 00 2e 48 00 88 a9 2f 83 ff ff 40 9e 00 1c 3c 60 ff f4 38 63 55 ec 4b ff df 2d 38 60 ff f3 |...H.../...@...<`..8cU.K..-8`..
a760 48 00 2c 51 48 00 00 18 81 3e 90 18 39 29 00 01 55 20 10 3a 91 3e 90 18 7c 7f 01 2e 80 01 00 14 H.,QH....>..9)..U..:.>..|.......
a780 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 ....8!..|...N....!..=...|.......
a7a0 bf c1 00 08 3f c0 ff f5 3b e9 9c 88 81 3e 90 18 39 69 ff ff 55 29 10 3a 39 4b ff ff 55 6b 10 3a ....?...;....>..9i..U).:9K..Uk.:
a7c0 55 40 10 3a 7c bf 48 2e 39 4a ff ff 7c 9f 58 2e 91 5e 90 18 7c 7f 00 2e 48 00 83 85 2f 83 ff ff U@.:|.H.9J..|.X..^..|...H.../...
a7e0 40 9e 00 1c 3c 60 ff f4 38 63 56 00 4b ff de 99 38 60 ff f3 48 00 2b bd 48 00 00 18 81 3e 90 18 @...<`..8cV.K...8`..H.+.H....>..
a800 39 29 00 01 55 20 10 3a 91 3e 90 18 7c 7f 01 2e 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 9)..U..:.>..|...........8!..|...
a820 4e 80 00 20 4e 80 00 20 3d 20 ff f5 80 09 99 cc 2f 80 00 00 40 9e 00 0c 38 00 00 01 90 09 99 cc N...N...=......./...@...8.......
a840 38 60 00 00 4e 80 00 20 94 21 ff f0 38 60 00 00 7c 08 02 a6 90 01 00 14 48 00 e7 c5 31 23 ff ff 8`..N....!..8`..|.......H...1#..
a860 7c 09 19 10 7c 03 03 78 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 60 00 00 |...|..x....8!..|...N....!..8`..
a880 7c 08 02 a6 90 01 00 14 48 00 e7 95 38 00 00 00 2f 83 00 00 41 9e 00 10 38 60 00 00 48 00 e7 8d |.......H...8.../...A...8`..H...
a8a0 7c 60 1b 78 7c 03 03 78 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 |`.x|..x....8!..|...N....!..|...
a8c0 90 01 00 24 bf a1 00 14 7c 7d 1b 78 48 00 e8 51 80 01 00 24 7f a3 eb 78 bb a1 00 14 7c 08 03 a6 ...\$....|}.xH..Q...\$...x....|...
a8e0 38 21 00 20 4e 80 00 20 94 21 ff e0 3c 60 00 08 7c 08 02 a6 90 01 00 24 bf 81 00 10 4b ff dd 65 8!..N....!..<`..|......\$....K..e
a900 3d 20 ff f5 3c 80 00 01 60 84 7d 20 3f e0 ff f5 3f 80 ff f5 90 69 90 04 3c 60 ff f2 38 63 52 cc =...<...`.}.?...?....i..<`..8cR.
a920 48 00 02 dd 3c 60 ff f1 38 63 8c 38 48 00 2a bd 81 7f 90 18 3d 20 ff f5 3b a9 9c 88 3d 20 ff f5 H...<`..8c.8H.*.....=...;...=...
a940 39 6b 00 01 3b c9 99 d0 55 60 10 3a 7f c4 f3 78 91 7f 90 18 7c 7d 01 2e 3c 60 ff f4 38 63 56 9c 9k..;...U`.:...x....|}..<`..8cV.
a960 48 00 25 65 3c 60 ff f4 38 63 56 b0 48 00 03 c1 2f 83 00 00 90 7c 90 14 41 9e 00 5c 3c 60 00 04 H.%e<`..8cV.H.../....|..A..\<`..
a980 4b ff dc e1 2f 83 00 00 7c 68 1b 78 90 7e 00 04 40 be 00 10 3c 60 ff f4 38 63 56 c0 4b ff dd c9 K.../...|h.x.~..@...<`..8cV.K...
a9a0 81 3f 90 18 80 7c 90 14 3d 68 00 04 39 29 00 01 38 09 00 01 55 29 10 3a 54 0a 10 3a 90 1f 90 18 .?...|..=h..9)..8...U).:T..:....
a9c0 7d 1d 49 2e 7d 7d 51 2e 48 00 04 b9 80 7e 00 04 4b ff dc 71 3d 20 ff f5 80 69 90 04 4b ff dc 65 }.I.}}Q.H....~..K..q=....i..K..e
a9e0 80 01 00 24 bb 81 00 10 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 ...\$....8`..8!..|...N....!..=...
aa00 7c 08 02 a6 90 01 00 14 93 e1 00 0c 80 c9 90 14 3d 20 ff f5 81 69 90 04 7f 8b 30 40 41 9d 00 20 |...............=....i....0@A...
aa20 3d 20 ff f5 80 09 90 08 7c 0b 02 14 7f 86 00 40 41 9d 00 0c 83 e6 00 00 48 00 00 0c 3c 00 de ad =.......|......@A.......H...<...
aa40 60 1f be ef 7c 64 1b 78 3c 60 ff f4 38 63 56 ec 4b ff dc 35 3d 20 ff f5 3c 60 ff f4 38 63 57 14 `...|d.x<`..8cV.K..5=...<`..8cW.
aa60 80 89 90 04 3d 20 ff f5 80 e9 90 14 3d 20 ff f5 7d 04 38 50 80 a9 90 08 7c a6 2b 78 7c a4 2a 14 ....=.......=...}.8P....|.+x|.*.
aa80 4b ff dc 05 3d 20 ff f5 3c 60 ff f4 7f e6 fb 78 38 63 57 48 80 89 90 18 3d 20 ff f5 80 a9 90 1c K...=...<`.....x8cWH....=.......
aaa0 4b ff db e5 80 01 00 14 83 e1 00 0c 38 60 ff ff 38 21 00 10 7c 08 03 a6 4e 80 00 20 3d 20 ff f5 K...........8`..8!..|...N...=...
aac0 80 09 90 04 7c 60 18 50 7d 20 1a 14 38 63 ff ff 89 69 ff fe 38 63 ff ff 39 29 ff ff 2f 8b 00 00 ....|`.P}...8c...i..8c..9)../...
aae0 41 9e ff f0 38 63 00 80 7c 6b 18 50 7c 60 1a 14 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c A...8c..|k.P|`..N....!..|.......
ab00 90 01 00 14 7c 7f 1b 78 3c 60 ff f4 38 63 57 74 4b ff db 75 88 9f 00 08 3c 60 ff f4 38 63 57 8c ....|..x<`..8cWtK..u....<`..8cW.
ab20 4b ff db 65 88 9f 00 09 3c 60 ff f4 38 63 57 a0 4b ff db 55 88 1f 00 0a 2f 80 00 00 40 9e 00 10 K..e....<`..8cW.K..U..../...@...
ab40 3d 20 ff f4 38 89 57 b4 48 00 00 0c 3d 20 ff f4 38 89 57 bc 3c 60 ff f4 38 63 57 c0 4b ff db 29 =...8.W.H...=...8.W.<`..8cW.K..)
ab60 88 1f 00 0b 2f 80 00 00 40 9e 00 10 3d 20 ff f4 38 89 57 d4 48 00 00 0c 3d 20 ff f4 38 89 57 d8 ..../...@...=...8.W.H...=...8.W.
ab80 3c 60 ff f4 38 63 57 dc 4b ff da fd 88 1f 00 0c 2f 80 00 00 40 9e 00 10 3d 20 ff f4 38 89 57 d4 <`..8cW.K......./...@...=...8.W.
aba0 48 00 00 0c 3d 20 ff f4 38 89 57 d8 3c 60 ff f4 38 63 57 f0 4b ff da d1 80 9f 00 10 3c 60 ff f4 H...=...8.W.<`..8cW.K.......<`..
abc0 38 63 58 04 4b ff da c1 80 9f 00 14 3c 60 ff f4 38 63 58 1c 4b ff da b1 80 9f 00 18 3c 60 ff f4 8cX.K.......<`..8cX.K.......<`..
abe0 38 63 58 34 4b ff da a1 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 8cX4K...........8!..|...N....!..
ac00 2b 84 00 1c 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 9d 23 78 7c 7f 1b 78 40 9d 00 fc 3c 60 ff f4 +...|......\$.a..|.#x|..x@...<`..
ac20 7f e4 fb 78 38 63 58 48 38 a0 00 08 48 00 f6 b1 2f 83 00 00 40 9e 00 e0 7d 7f ea 14 7f e9 fb 78 ...x8cXH8...H.../...@...}......x
ac40 38 80 00 00 48 00 00 10 80 09 00 00 39 29 00 04 7c 84 02 14 7f 89 58 40 41 9c ff f0 2f 84 00 00 8...H.......9)..|.....X@A.../...
ac60 41 9e 00 14 3c 60 ff f4 38 63 58 54 4b ff da 19 48 00 00 a4 3f 60 ff f5 80 1f 00 14 3f a0 ff f5 A...<`..8cXTK...H...?`......?...
ac80 3b 9f 00 1c 7c 05 03 78 7f 84 e3 78 80 7b 90 04 90 1d 90 08 48 00 f9 55 80 1d 90 08 80 7b 90 04 ;...|..x...x.{......H..U.....{..
aca0 3b bd 90 08 39 60 00 00 38 e0 00 01 7f 9c 02 14 48 00 00 20 7c 1c 40 2e 7d 49 00 39 41 82 00 10 ;...9`..8.......H...|.@.}I.9A...
acc0 7c 03 58 2e 7c 03 02 14 7c 03 59 2e 39 6b 00 04 7d 60 16 70 7c 09 2e 70 7d 29 01 94 54 00 06 fe |.X.|...|.Y.9k..}`.p|..p})..T...
ace0 7c ea 00 30 80 1d 00 00 55 28 10 3a 7d 23 5a 14 7c 03 02 14 7f 89 00 40 41 9c ff bc 80 1f 00 18 |..0....U(.:}#Z.|......@A.......
ad00 3d 20 ff f5 7c 03 02 14 38 60 ff ff 90 09 90 0c 48 00 00 08 38 60 00 00 80 01 00 24 bb 61 00 0c =...|...8`......H...8`.....\$.a..
ad20 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 bf c1 00 08 8!..|...N....!..=...|...........
ad40 7c 7e 1b 78 81 29 90 0c 2f 89 00 00 41 9e 00 bc 83 e9 00 00 48 00 f6 3d 3d 20 ff f5 81 09 90 04 |~.x.)../...A.......H..==.......
ad60 7d 05 40 f8 38 c8 00 01 48 00 00 98 7d 3f 2a 14 7d 68 4a 14 8d 4b ff ff 39 29 ff ff 2f 8a 00 00 }.@.8...H...}?*.}hJ..K..9)../...
ad80 41 9e ff f4 38 09 00 80 7c 0a 00 50 7c e8 02 14 7c 06 38 50 7d 68 02 14 8d 2b 00 01 71 20 00 80 A...8...|..P|...|.8P}h...+..q...
ada0 41 82 ff f8 38 09 ff 80 39 40 00 00 7f 83 00 00 48 00 00 28 41 99 00 08 39 6b 00 20 7d 27 50 ae A...8...9@......H..(A...9k..}'P.
adc0 39 4a 00 01 38 09 ff bf 2b 80 00 19 41 9d 00 08 39 29 00 20 7f 8b 48 00 40 9e 00 24 7c 1e 50 ae 9J..8...+...A...9)....H.@..\$|.P.
ade0 7c 0b 03 78 2f 80 00 00 39 2b ff bf 2b 09 00 19 40 9e ff c4 38 7f 00 04 48 00 00 14 83 ff 00 00 |..x/...9+..+...@...8...H.......
ae00 2f 9f 00 00 40 9e ff 68 38 60 00 00 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 /...@..h8`..........8!..|...N...
ae20 3d 40 ff f5 3d 00 ff f5 81 2a 90 1c 81 68 90 14 39 29 00 01 55 20 10 3a 91 2a 90 1c 3d 20 ff f5 =@..=....*...h..9)..U..:.*..=...
ae40 39 29 a4 88 7d 69 01 2e 80 0b 00 00 90 08 90 14 4e 80 00 20 3d 60 ff f5 81 2b 90 1c 55 20 10 3a 9)..}i..........N...=`...+..U..:
ae60 39 29 ff ff 91 2b 90 1c 3d 20 ff f5 39 29 a4 88 7c 09 00 2e 3d 20 ff f5 90 09 90 14 4e 80 00 20 9)...+..=...9)..|...=.......N...
ae80 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 80 03 00 00 2f 80 00 01 41 9e 00 14 3d 20 ff f5 .!..|......\$.a....../...A...=...
aea0 39 29 80 04 90 69 00 04 7d 23 4b 78 3d 20 ff f5 80 09 90 1c 2f 80 00 00 40 9c 00 0c 38 00 00 00 9)...i..}#Kx=......./...@...8...
aec0 90 09 90 1c 3d 60 ff f5 3d 40 ff f5 3d 20 ff f5 3c c0 ff f5 39 29 a4 88 3b 6b 90 1c 83 eb 90 1c ....=`..=@..=...<...9)..;k......
aee0 80 0a 90 14 3b 86 90 10 3b ca 90 14 90 6a 90 14 38 ff 00 01 54 e8 10 3a 90 eb 90 1c 7c 09 41 2e ....;...;....j..8...T..:....|.A.
af00 38 00 00 01 3d 20 ff f4 90 06 90 10 3b a9 cf ec 48 00 00 28 81 3e 00 00 38 09 00 04 90 1e 00 00 8...=.......;...H..(.>..8.......
af20 81 29 00 04 80 09 00 00 54 00 10 3a 7c 1d 00 2e 7c 09 03 a6 4e 80 04 21 80 fb 00 00 7f 87 f8 00 .)......T..:|...|...N..!........
af40 40 9d 00 10 80 1c 00 00 2f 80 00 00 40 9e ff c8 7c e0 fa 78 bb 61 00 0c 31 20 ff ff 7c 69 01 10 @......./...@...|..x.a..1...|i..
af60 80 01 00 24 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 20 ff f5 3c e0 ff f5 81 49 90 14 81 67 90 18 ...\$8!..|...N...=...<....I...g..
af80 38 0a 00 04 39 6b 00 01 90 09 90 14 3d 20 ff f5 55 68 10 3a 39 29 9c 88 80 0a 00 04 91 67 90 18 8...9k......=...Uh.:9).......g..
afa0 7c 09 41 2e 4e 80 00 20 3d 20 ff f5 3d 00 ff f5 81 29 90 14 81 68 90 18 39 6b 00 01 55 6a 10 3a |.A.N...=...=....)...h..9k..Uj.:
afc0 81 29 00 00 80 09 00 04 3d 20 ff f5 91 68 90 18 39 29 9c 88 7c 09 51 2e 4e 80 00 20 3d 20 ff f5 .)......=....h..9)..|.Q.N...=...
afe0 3d 40 ff f5 81 69 90 14 81 2a 90 18 39 29 00 01 55 20 10 3a 81 6b 00 00 91 2a 90 18 3d 20 ff f5 =@...i...*..9)..U..:.k...*..=...
b000 39 29 9c 88 39 6b 00 04 7d 69 01 2e 4e 80 00 20 3d 20 ff f5 81 69 90 14 39 4b 00 04 91 49 90 14 9)..9k..}i..N...=....i..9K...I..
b020 80 0b 00 04 7c 00 52 14 90 09 90 14 4e 80 00 20 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c e0 ff f5 ....|.R.....N...=@..=...9)..<...
b040 81 6a 90 18 81 07 90 14 55 60 10 3a 39 6b ff ff 91 6a 90 18 7c 09 00 2e 39 28 00 04 91 27 90 14 .j......U`.:9k...j..|...9(...'..
b060 2f 80 00 00 4c 9e 00 20 80 08 00 04 7c 00 4a 14 90 07 90 14 4e 80 00 20 3c 80 ff f5 3c 60 ff f5 /...L.......|.J.....N...<...<`..
b080 3d 20 ff f5 3c a0 ff f5 39 29 9c 88 3d 60 ff f5 81 44 90 18 81 03 90 1c 39 6b 80 04 55 40 10 3a =...<...9)..=`...D......9k..U@.:
b0a0 39 08 00 01 39 4a ff ff 55 07 10 3a 7c c9 00 2e 80 05 90 14 3d 20 ff f5 39 29 a4 88 91 44 90 18 9...9J..U..:|.......=...9)...D..
b0c0 91 65 90 14 91 03 90 1c 90 cb 00 04 7c 09 39 2e 4e 80 00 20 94 21 ff f0 3d 60 ff f5 7c 08 02 a6 .e..........|.9.N....!..=`..|...
b0e0 90 01 00 14 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e .....+..U..:9)...+..=...9)..|...
b100 7c 09 03 a6 4e 80 04 21 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 3d 60 ff f5 81 2b 90 18 |...N..!....8!..|...N...=`...+..
b120 39 29 ff ff 91 2b 90 18 4e 80 00 20 94 21 ff e0 3d 60 ff f5 3d 40 ff f5 39 6b 9c 88 39 4a 80 04 9)...+..N....!..=`..=@..9k..9J..
b140 bf 41 00 08 3f 40 ff f5 3f 80 ff f5 3f 60 ff f5 83 ba 90 14 81 1c 90 18 80 fb 90 1c 39 08 00 01 .A..?@..?...?`..............9...
b160 38 e7 00 01 38 08 00 01 81 3d 00 00 54 00 10 3a 54 e5 10 3a 38 c9 00 08 55 04 10 3a 80 69 00 04 8...8....=..T..:T..:8...U..:.i..
b180 3d 20 ff f5 91 1c 90 18 39 29 a4 88 7c cb 21 2e 91 5a 90 14 90 fb 90 1c 7c 6b 01 2e 90 6a 00 04 =.......9)..|.!..Z......|k...j..
b1a0 7f a9 29 2e bb 41 00 08 38 21 00 20 4e 80 00 20 3d 40 ff f5 3d 00 ff f5 81 2a 90 1c 81 68 90 14 ..)..A..8!..N...=@..=....*...h..
b1c0 39 29 00 01 55 20 10 3a 91 2a 90 1c 3d 20 ff f5 39 29 a4 88 7d 69 01 2e 80 0b 00 00 90 08 90 14 9)..U..:.*..=...9)..}i..........
b1e0 4e 80 00 20 3c 80 ff f5 3c 60 ff f5 3d 60 ff f5 3d 20 ff f5 39 6b 9c 88 39 29 a4 88 81 04 90 18 N...<...<`..=`..=...9k..9)......
b200 81 43 90 1c 38 e8 ff ff 39 4a 00 01 38 aa 00 01 54 e0 10 3a 55 08 10 3a 54 a6 10 3a 55 4a 10 3a .C..8...9J..8...T..:U..:T..:UJ.:
b220 7c 0b 00 2e 7d 6b 40 2e 38 e7 ff ff 90 a3 90 1c 90 e4 90 18 7c 09 51 2e 7d 69 31 2e 4e 80 00 20 |...}k@.8...........|.Q.}i1.N...
b240 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 3c c0 ff f5 81 28 90 18 80 e6 90 14 39 49 ff ff 55 29 10 3a =...=`..9k..<....(......9I..U).:
b260 55 40 10 3a 39 4a ff ff 7c 8b 48 2e 39 27 00 04 91 48 90 18 7c ab 00 2e 91 26 90 14 7f 84 28 00 U@.:9J..|.H.9'...H..|....&....(.
b280 40 9e 00 14 80 07 00 04 7c 00 4a 14 90 06 90 14 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b a4 88 @.......|.J.....N...=...=`..9k..
b2a0 81 28 90 1c 39 29 00 01 38 09 00 01 55 29 10 3a 54 0a 10 3a 90 08 90 1c 7c ab 49 2e 7c 8b 51 2e .(..9)..8...U).:T..:....|.I.|.Q.
b2c0 4e 80 00 20 94 21 ff f0 3d 20 ff f5 38 a9 a4 88 3d 80 ff f5 93 e1 00 0c 3f e0 ff f5 80 cc 90 14 N....!..=...8...=.......?.......
b2e0 38 e6 00 04 90 ec 90 14 81 5f 90 1c 39 2a ff ff 55 43 10 3a 55 24 10 3a 39 29 ff ff 7d 65 18 2e 8........_..9*..UC.:U\$.:9)..}e..
b300 91 3f 90 1c 7d 05 20 2e 39 6b 00 01 7f 8b 40 00 40 9c 00 18 80 06 00 04 7d 65 19 2e 91 5f 90 1c .?..}...9k....@.@.......}e..._..
b320 7c 00 3a 14 90 0c 90 14 83 e1 00 0c 38 21 00 10 4e 80 00 20 94 21 ff e0 3c a0 ff f5 3c c0 ff f5 |.:.........8!..N....!..<...<...
b340 3d 40 ff f5 39 4a a4 88 3d 20 ff f5 3c e0 ff f5 39 29 9c 88 bf a1 00 14 83 e5 90 1c 81 66 90 18 =@..9J..=...<...9)...........f..
b360 83 a7 90 14 57 e0 10 3a 55 68 10 3a 39 9f ff ff 39 6b ff ff 7c 0a 00 2e 3b dd 00 04 91 66 90 18 ....W..:Uh.:9...9k..|...;....f..
b380 7d 29 40 2e 55 88 10 3a 7c 04 03 78 38 0c ff ff 93 c7 90 14 2f 89 00 00 7c 64 4a 14 90 05 90 1c })@.U..:|..x8......./...|dJ.....
b3a0 7d 0a 40 2e 7c 69 1b 78 40 9c 00 0c 7c 89 23 78 7c 64 1b 78 7c 80 20 f8 7d 24 48 50 7c 00 42 14 }.@.|i.x@...|.#x|d.x|...}\$HP|.B.
b3c0 7f 80 48 40 41 9c 00 34 3d 20 ff f5 55 8b 10 3a 39 29 a4 88 57 ea 10 3a 80 1d 00 04 7d 09 59 2e ..H@A..4=...U..:9)..W..:....}.Y.
b3e0 7c 69 51 2e 3d 20 ff f5 7c 00 f2 14 90 09 90 14 3d 20 ff f5 93 e9 90 1c bb a1 00 14 38 21 00 20 |iQ.=...|.......=...........8!..
b400 4e 80 00 20 3d 60 ff f5 81 2b 90 18 39 29 ff fe 91 2b 90 18 4e 80 00 20 3d 60 ff f5 81 2b 90 18 N...=`...+..9)...+..N...=`...+..
b420 39 29 ff fe 91 2b 90 18 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 00 01 9)...+..N...=...=`..9k...(..8...
b440 55 29 10 3a 54 0a 10 3a 90 08 90 18 7c 0b 48 2e 7c 0b 51 2e 4e 80 00 20 3c e0 ff f5 3d 40 ff f5 U).:T..:....|.H.|.Q.N...<...=@..
b460 39 4a 9c 88 81 67 90 18 38 0b ff ff 39 2b 00 01 54 00 10 3a 55 28 10 3a 55 6b 10 3a 7c 0a 00 2e 9J...g..8...9+..T..:U(.:Uk.:|...
b480 39 29 00 01 7c 0a 41 2e 91 27 90 18 55 28 10 3a 7c 0a 58 2e 7c 0a 41 2e 4e 80 00 20 3d 00 ff f5 9)..|.A..'..U(.:|.X.|.A.N...=...
b4a0 3d 20 ff f5 39 49 9c 88 81 28 90 18 55 20 10 3a 7d 6a 00 2e 2f 8b 00 00 4d 9e 00 20 38 09 00 01 =...9I...(..U..:}j../...M...8...
b4c0 54 09 10 3a 90 08 90 18 7d 6a 49 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 T..:....}jI.N...=...=`..9k...(..
b4e0 38 09 ff ff 39 29 00 01 54 00 10 3a 55 2a 10 3a 91 28 90 18 7c 0b 00 2e 7c 0b 51 2e 4e 80 00 20 8...9)..T..:U*.:.(..|...|.Q.N...
b500 3c c0 ff f5 3d 40 ff f5 39 4a 9c 88 81 26 90 18 39 69 00 01 38 09 ff fd 39 29 ff fe 38 eb 00 01 <...=@..9J...&..9i..8...9)..8...
b520 55 29 10 3a 54 00 10 3a 54 e8 10 3a 55 6b 10 3a 7d 2a 48 2e 7c 0a 00 2e 90 e6 90 18 7c 0a 59 2e U).:T..:T..:Uk.:}*H.|.......|.Y.
b540 7d 2a 41 2e 4e 80 00 20 3d 00 ff f5 3d 20 ff f5 39 29 9c 88 81 68 90 18 55 67 10 3a 38 0b ff ff }*A.N...=...=...9)...h..Ug.:8...
b560 90 08 90 18 7d 49 38 2e 7f 80 50 00 4d 9c 00 20 7c 0a 00 50 91 68 90 18 54 00 10 3a 7c 09 00 2e ....}I8...P.M...|..P.h..T..:|...
b580 7c 09 39 2e 4e 80 00 20 3d 60 ff f5 81 2b 90 18 39 29 ff ff 91 2b 90 18 4e 80 00 20 3d 60 ff f5 |.9.N...=`...+..9)...+..N...=`..
b5a0 81 2b 90 18 39 29 ff fe 91 2b 90 18 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 .+..9)...+..N...=...=`..9k...(..
b5c0 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7c 0b 48 2e 7c 0b 51 2e 4e 80 00 20 3d 60 ff f5 8...U).:T..:....|.H.|.Q.N...=`..
b5e0 3d 20 ff f5 38 c9 9c 88 80 eb 90 18 54 e0 10 3a 39 07 ff ff 91 0b 90 18 7c 06 00 2e 7f 88 00 00 =...8.......T..:9.......|.......
b600 4d 9c 00 20 7d 20 40 50 55 2b 10 3a 38 09 00 01 7f 89 40 00 7d 29 40 50 54 00 10 3a 39 29 00 01 M...}.@PU+.:8.....@.})@PT..:9)..
b620 7d 46 02 14 7d 66 58 2e 7d 29 03 a6 41 9d 00 10 6c e0 80 00 2f 80 00 01 40 9e 00 1c 38 00 00 01 }F..}fX.})..A...l.../...@...8...
b640 7c 09 03 a6 48 00 00 10 80 0a 00 00 90 0a ff fc 39 4a 00 04 42 00 ff f4 3d 20 ff f5 55 00 10 3a |...H...........9J..B...=...U..:
b660 39 29 9c 88 7d 69 01 2e 4e 80 00 20 3d 60 ff f5 3d 20 ff f5 39 29 9c 88 81 4b 90 18 39 6a ff ff 9)..}i..N...=`..=...9)...K..9j..
b680 55 4a 10 3a 38 0b ff ff 55 6b 10 3a 54 00 10 3a 7c e9 50 2e 7d 09 58 2e 7c c9 00 2e 7d 09 01 2e UJ.:8...Uk.:T..:|.P.}.X.|...}...
b6a0 7c e9 59 2e 7c c9 51 2e 4e 80 00 20 3d 60 ff f5 3d 20 ff f5 39 29 9c 88 81 0b 90 18 39 48 ff ff |.Y.|.Q.N...=`..=...9)......9H..
b6c0 55 08 10 3a 39 6a ff ff 55 4a 10 3a 55 6b 10 3a 7c 09 40 2e 7c c9 50 2e 7c e9 58 2e 7c 09 59 2e U..:9j..UJ.:Uk.:|.@.|.P.|.X.|.Y.
b6e0 7c e9 51 2e 7c c9 41 2e 4e 80 00 20 3d 20 ff f5 3d 40 ff f5 39 4a 9c 88 81 69 90 18 38 0b ff ff |.Q.|.A.N...=...=@..9J...i..8...
b700 55 6b 10 3a 54 00 10 3a 7d 2a 58 2e 7d 0a 00 2e 7d 2a 01 2e 7d 0a 59 2e 4e 80 00 20 3d 60 ff f5 Uk.:T..:}*X.}...}*..}.Y.N...=`..
b720 3d 20 ff f5 39 29 9c 88 80 eb 90 18 39 07 ff ff 54 e7 10 3a 39 48 ff ff 55 08 10 3a 39 6a ff ff =...9)......9...T..:9H..U..:9j..
b740 55 4a 10 3a 55 6b 10 3a 7c c9 38 2e 7c 09 40 2e 7c a9 50 2e 7c 89 58 2e 7c 09 59 2e 7c c9 51 2e UJ.:Uk.:|.8.|.@.|.P.|.X.|.Y.|.Q.
b760 7c 89 41 2e 7c a9 39 2e 4e 80 00 20 3c e0 ff f5 3c c0 ff f5 3d 20 ff f5 39 29 9c 88 81 67 90 18 |.A.|.9.N...<...<...=...9)...g..
b780 81 46 90 1c 55 60 10 3a 39 4a 00 01 39 6b ff ff 55 48 10 3a 7c 09 00 2e 3d 20 ff f5 91 67 90 18 .F..U`.:9J..9k..UH.:|...=....g..
b7a0 39 29 a4 88 91 46 90 1c 7c 09 41 2e 4e 80 00 20 3c e0 ff f5 3c c0 ff f5 3d 20 ff f5 39 29 a4 88 9)...F..|.A.N...<...<...=...9)..
b7c0 81 67 90 1c 81 46 90 18 55 60 10 3a 39 4a 00 01 39 6b ff ff 55 48 10 3a 7c 09 00 2e 3d 20 ff f5 .g...F..U`.:9J..9k..UH.:|...=...
b7e0 91 67 90 1c 39 29 9c 88 91 46 90 18 7c 09 41 2e 4e 80 00 20 3d 20 ff f5 3d 40 ff f5 80 09 90 1c .g..9)...F..|.A.N...=...=@......
b800 81 6a 90 18 3d 20 ff f5 39 29 a4 88 54 00 10 3a 39 6b 00 01 55 68 10 3a 7c 09 00 2e 3d 20 ff f5 .j..=...9)..T..:9k..Uh.:|...=...
b820 91 6a 90 18 39 29 9c 88 7c 09 41 2e 4e 80 00 20 3d 20 ff f5 81 69 90 18 38 0b 00 01 90 09 90 18 .j..9)..|.A.N...=....i..8.......
b840 3d 20 ff f5 54 0a 10 3a 39 29 9c 88 7d 69 51 2e 4e 80 00 20 3d 60 ff f5 3d 20 ff f5 39 29 9c 88 =...T..:9)..}iQ.N...=`..=...9)..
b860 80 0b 90 18 54 00 10 3a 7c 09 00 2e 90 0b 90 18 4e 80 00 20 3d 40 ff f5 3d 60 ff f5 81 2a 90 18 ....T..:|.......N...=@..=`...*..
b880 80 0b 90 1c 39 29 00 01 55 28 10 3a 91 2a 90 18 3d 20 ff f5 39 29 9c 88 7c 09 41 2e 4e 80 00 20 ....9)..U(.:.*..=...9)..|.A.N...
b8a0 3d 60 ff f5 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e =`...+..U..:9)...+..=...9)..|...
b8c0 3d 20 ff f5 90 09 90 1c 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff =.......N...=...=`..9k...(..8...
b8e0 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 4a 14 7c 0b 51 2e 4e 80 00 20 U).:T..:....}+H.|.P.|.J.|.Q.N...
b900 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 =...=`..9k...(..8...U).:T..:....
b920 7d 2b 48 2e 7c 0b 50 2e 7c 09 00 50 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 }+H.|.P.|..P|.Q.N...=...=`..9k..
b940 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 49 d6 .(..8...U).:T..:....}+H.|.P.|.I.
b960 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a |.Q.N...=...=`..9k...(..8...U).:
b980 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 49 d6 7c 0b 51 2e 4e 80 00 20 94 21 ff c0 T..:....}+H.|.P.|.I.|.Q.N....!..
b9a0 7c 08 02 a6 90 01 00 44 be 81 00 10 3e 80 ff f5 3f a0 ff f5 3b bd 9c 88 3a c0 00 00 7e c5 b3 78 |......D....>...?...;...:...~..x
b9c0 83 34 90 18 3b 79 ff ff 57 35 10 3a 3b 9b ff ff 57 7b 10 3a 57 9c 10 3a 7f 1d a8 2e 7f 5d d8 2e .4..;y..W5.:;...W{.:W..:.....]..
b9e0 7e fd e0 2e 7f 06 c3 78 7f 43 d3 78 7e e4 bb 78 48 01 8d 15 7f 43 d3 78 7e c5 b3 78 7f 06 c3 78 ~......x.C.x~..xH....C.x~..x...x
ba00 7c 9d e1 2e 7e e4 bb 78 48 01 8b b1 80 01 00 44 7c 08 03 a6 7c 9d d9 2e 7c 7d a9 2e ba 81 00 10 |...~..xH......D|...|...|}......
ba20 38 21 00 40 4e 80 00 20 3d 00 ff f5 3d 20 ff f5 39 29 9c 88 81 48 90 18 55 4b 10 3a 7c 09 58 2e 8!.@N...=...=...9)...H..UK.:|.X.
ba40 2f 80 00 00 4c 9c 00 20 7c 00 00 d0 7c 09 59 2e 4e 80 00 20 3d 40 ff f5 3d 60 ff f5 39 6b 9c 88 /...L...|...|.Y.N...=@..=`..9k..
ba60 81 2a 90 18 55 29 10 3a 7c 0b 48 2e 7c 00 00 d0 7c 0b 49 2e 4e 80 00 20 3d 20 ff f5 3d 60 ff f5 .*..U).:|.H.|...|.I.N...=...=`..
ba80 39 6b 9c 88 81 29 90 18 39 49 ff ff 55 29 10 3a 55 40 10 3a 7d 2b 48 2e 7d 6b 00 2e 7f 8b 48 00 9k...)..9I..U).:U@.:}+H.}k....H.
baa0 40 9c 00 08 7d 2b 4b 78 3d 20 ff f5 55 40 10 3a 39 29 9c 88 7d 69 01 2e 3d 20 ff f5 91 49 90 18 @...}+Kx=...U@.:9)..}i..=....I..
bac0 4e 80 00 20 3d 20 ff f5 3d 60 ff f5 39 6b 9c 88 81 29 90 18 39 49 ff ff 55 29 10 3a 55 40 10 3a N...=...=`..9k...)..9I..U).:U@.:
bae0 7d 2b 48 2e 7d 6b 00 2e 7f 8b 48 00 40 9d 00 08 7d 2b 4b 78 3d 20 ff f5 55 40 10 3a 39 29 9c 88 }+H.}k....H.@...}+Kx=...U@.:9)..
bb00 7d 69 01 2e 3d 20 ff f5 91 49 90 18 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 }i..=....I..N...=...=`..9k...(..
bb20 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 48 30 7c 0b 51 2e 8...U).:T..:....}+H.|.P.|.H0|.Q.
bb40 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a N...=...=`..9k...(..8...U).:T..:
bb60 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 4c 30 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 ....}+H.|.P.|.L0|.Q.N...=...=`..
bb80 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 9k...(..8...U).:T..:....}+H.|.P.
bba0 7c 00 4e 30 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff |.N0|.Q.N...=...=`..9k...(..8...
bbc0 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 48 38 7c 0b 51 2e 4e 80 00 20 U).:T..:....}+H.|.P.|.H8|.Q.N...
bbe0 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 =...=`..9k...(..8...U).:T..:....
bc00 7d 2b 48 2e 7c 0b 50 2e 7c 00 4b 78 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 }+H.|.P.|.Kx|.Q.N...=...=`..9k..
bc20 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7d 2b 48 2e 7c 0b 50 2e 7c 00 4a 78 .(..8...U).:T..:....}+H.|.P.|.Jx
bc40 7c 0b 51 2e 4e 80 00 20 3d 40 ff f5 3d 60 ff f5 39 6b 9c 88 81 2a 90 18 55 29 10 3a 7c 0b 48 2e |.Q.N...=@..=`..9k...*..U).:|.H.
bc60 7c 00 00 f8 7c 0b 49 2e 4e 80 00 20 3c 60 ff f5 3d 00 ff f5 39 08 9c 88 80 c3 90 18 38 e6 ff ff |...|.I.N...<`..=...9.......8...
bc80 54 c6 10 3a 38 a7 ff ff 54 e7 10 3a 38 05 ff ff 54 a4 10 3a 54 00 10 3a 7d 28 30 2e 7d 48 38 2e T..:8...T..:8...T..:T..:}(0.}H8.
bca0 7d 68 20 2e 90 a3 90 18 7d 88 00 2e 7d 4a 60 14 7d 29 59 14 7d 48 01 2e 7d 28 21 2e 4e 80 00 20 }h......}...}J`.})Y.}H..}(!.N...
bcc0 3c 60 ff f5 3d 00 ff f5 39 08 9c 88 80 c3 90 18 38 e6 ff ff 54 c6 10 3a 38 a7 ff ff 54 e7 10 3a <`..=...9.......8...T..:8...T..:
bce0 38 05 ff ff 54 a4 10 3a 54 00 10 3a 7d 28 30 2e 7d 48 38 2e 7d 68 20 2e 90 a3 90 18 7d 88 00 2e 8...T..:T..:}(0.}H8.}h......}...
bd00 7d 4a 60 10 7d 29 59 10 7d 48 01 2e 7d 28 21 2e 4e 80 00 20 3d 20 ff f5 3c e0 ff f5 38 e7 9c 88 }J`.})Y.}H..}(!.N...=...<...8...
bd20 81 09 90 18 39 68 ff ff 55 08 10 3a 55 6b 10 3a 7c 07 40 2e 7d 27 58 2e 7c a9 00 96 7c c9 01 d6 ....9h..U..:Uk.:|.@.}'X.|...|...
bd40 7c c7 59 2e 7c a7 41 2e 4e 80 00 20 3d 20 ff f5 3c e0 ff f5 38 e7 9c 88 81 09 90 18 39 68 ff ff |.Y.|.A.N...=...<...8.......9h..
bd60 55 08 10 3a 55 6b 10 3a 7c 07 40 2e 7d 27 58 2e 7c a9 00 16 7c c9 01 d6 7c c7 59 2e 7c a7 41 2e U..:Uk.:|.@.}'X.|...|...|.Y.|.A.
bd80 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 81 47 90 18 38 0a ff ff 55 48 10 3a 90 07 90 18 N...<...=`..9k...G..8...UH.:....
bda0 7d 2b 40 2e 80 09 00 00 91 47 90 18 7c 0b 41 2e 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 }+@......G..|.A.N...<...=`..9k..
bdc0 81 47 90 18 38 0a ff ff 55 48 10 3a 90 07 90 18 7d 2b 40 2e 88 09 00 00 91 47 90 18 7c 0b 41 2e .G..8...UH.:....}+@......G..|.A.
bde0 4e 80 00 20 3d 20 ff f5 3d 60 ff f5 39 6b 9c 88 80 09 90 18 54 00 10 3a 7d 2b 00 2e a1 29 00 00 N...=...=`..9k......T..:}+...)..
be00 7d 2b 01 2e 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 81 47 90 18 38 0a ff ff 55 48 10 3a }+..N...<...=`..9k...G..8...UH.:
be20 90 07 90 18 7d 2b 40 2e 80 09 00 00 91 47 90 18 7c 0b 41 2e 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 ....}+@......G..|.A.N...<...=`..
be40 39 6b 9c 88 81 27 90 18 55 20 10 3a 39 29 ff ff 55 2a 10 3a 7d 0b 00 2e 39 29 ff ff 91 27 90 18 9k...'..U..:9)..U*.:}...9)...'..
be60 7c 0b 50 2e 90 08 00 00 4e 80 00 20 3d 00 ff f5 3d 40 ff f5 39 4a 9c 88 81 28 90 18 39 69 ff ff |.P.....N...=...=@..9J...(..9i..
be80 55 29 10 3a 38 0b ff ff 55 6b 10 3a 90 08 90 18 7d 0a 48 2e 7d 2a 58 2e 80 08 00 00 7c 00 4a 14 U).:8...Uk.:....}.H.}*X.....|.J.
bea0 90 08 00 00 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 81 27 90 18 55 20 10 3a 39 29 ff ff ....N...<...=`..9k...'..U..:9)..
bec0 55 2a 10 3a 7d 0b 00 2e 39 29 ff ff 91 27 90 18 7c 0b 50 2e 98 08 00 00 4e 80 00 20 3c e0 ff f5 U*.:}...9)...'..|.P.....N...<...
bee0 3d 60 ff f5 39 6b 9c 88 81 27 90 18 55 20 10 3a 39 29 ff ff 55 2a 10 3a 7d 0b 00 2e 39 29 ff ff =`..9k...'..U..:9)..U*.:}...9)..
bf00 91 27 90 18 7c 0b 50 2e b0 08 00 00 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 81 27 90 18 .'..|.P.....N...<...=`..9k...'..
bf20 55 20 10 3a 39 29 ff ff 55 2a 10 3a 7d 0b 00 2e 39 29 ff ff 91 27 90 18 7c 0b 50 2e 90 08 00 00 U..:9)..U*.:}...9)...'..|.P.....
bf40 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a N...=...=`..9k...(..8...U).:T..:
bf60 90 08 90 18 7c 0b 48 2e 7d 2b 50 2e 7c 00 4a 78 30 00 ff ff 7c 00 01 10 7c 0b 51 2e 4e 80 00 20 ....|.H.}+P.|.Jx0...|...|.Q.N...
bf80 3d 40 ff f5 3d 60 ff f5 39 6b 9c 88 81 2a 90 18 38 09 ff ff 55 29 10 3a 54 08 10 3a 90 0a 90 18 =@..=`..9k...*..8...U).:T..:....
bfa0 7d 2b 48 2e 7c 0b 40 2e 7f 89 00 00 7c 00 00 26 54 00 ef fe 7c 00 00 d0 7c 0b 41 2e 4e 80 00 20 }+H.|.@.....|..&T...|...|.A.N...
bfc0 3d 40 ff f5 3d 60 ff f5 39 6b 9c 88 81 2a 90 18 38 09 ff ff 55 29 10 3a 54 08 10 3a 90 0a 90 18 =@..=`..9k...*..8...U).:T..:....
bfe0 7d 2b 48 2e 7c 0b 40 2e 7f 89 00 00 7c 00 00 26 54 00 f7 fe 7c 00 00 d0 7c 0b 41 2e 4e 80 00 20 }+H.|.@.....|..&T...|...|.A.N...
c000 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 =...=`..9k...(..8...U).:T..:....
c020 7c 0b 48 2e 7d 2b 50 2e 7c 09 00 10 7c 00 01 10 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 |.H.}+P.|...|...|.Q.N...=...=`..
c040 39 6b 9c 88 81 28 90 18 38 09 ff ff 55 29 10 3a 54 0a 10 3a 90 08 90 18 7c 0b 48 2e 7d 2b 50 2e 9k...(..8...U).:T..:....|.H.}+P.
c060 7c 00 48 10 7c 00 01 10 7c 0b 51 2e 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 81 28 90 18 |.H.|...|.Q.N...=...=`..9k...(..
c080 39 49 00 01 55 29 10 3a 55 40 10 3a 7d 2b 4a 14 91 48 90 18 7d 2b 01 2e 4e 80 00 20 3d 00 ff f5 9I..U).:U@.:}+J..H..}+..N...=...
c0a0 3d 60 ff f5 39 6b 9c 88 81 48 90 18 38 0a ff ff 55 47 10 3a 90 08 90 18 7d 2b 38 2e 88 09 00 00 =`..9k...H..8...UG.:....}+8.....
c0c0 89 29 00 01 91 48 90 18 54 00 40 2e 7d 29 03 78 7d 2b 39 2e 4e 80 00 20 3c e0 ff f5 3d 40 ff f5 .)...H..T.@.}).x}+9.N...<...=@..
c0e0 39 4a 9c 88 81 27 90 18 39 69 ff ff 55 29 10 3a 55 60 10 3a 39 6b ff ff 7d 0a 48 2e 91 67 90 18 9J...'..9i..U).:U`.:9k..}.H..g..
c100 7c 0a 00 2e 54 00 04 3e 54 09 c2 3e 98 08 00 01 99 28 00 00 4e 80 00 20 3c c0 ff f5 3d 00 ff f5 |...T..>T..>.....(..N...<...=...
c120 39 08 9c 88 80 e6 90 18 38 07 ff ff 54 e5 10 3a 90 06 90 18 7d 28 28 2e 89 49 00 00 88 09 00 02 9.......8...T..:....}((..I......
c140 89 69 00 01 89 29 00 03 55 4a 40 2e 7d 6b 53 78 54 00 40 2e 7c 00 4b 78 55 6b 80 1e 7c 00 5b 78 .i...)..UJ@.}kSxT.@.|.KxUk..|.[x
c160 90 e6 90 18 7c 08 29 2e 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 81 27 90 18 55 20 10 3a ....|.).N...<...=`..9k...'..U..:
c180 39 29 ff ff 55 28 10 3a 7d 4b 00 2e 39 29 ff ff 91 27 90 18 7c 0b 40 2e 54 09 06 3e 54 0b 46 3e 9)..U(.:}K..9)...'..|.@.T..>T.F>
c1a0 54 00 84 3e 99 2a 00 03 99 2a 00 02 98 0a 00 01 99 6a 00 00 4e 80 00 20 3d 20 ff f5 3d 00 ff f5 T..>.*...*.......j..N...=...=...
c1c0 80 09 90 04 81 68 90 18 3d 20 ff f5 39 6b 00 01 81 29 90 08 55 6a 10 3a 91 68 90 18 7c 00 4a 14 .....h..=...9k...)..Uj.:.h..|.J.
c1e0 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 3d 00 ff f5 3d 20 ff f5 81 68 90 18 81 49 90 04 =...9)..|.Q.N...=...=....h...I..
c200 3d 20 ff f5 39 29 9c 88 55 60 10 3a 39 6b ff ff 91 68 90 18 7c 09 00 2e 3d 20 ff f5 7c 0a 00 50 =...9)..U`.:9k...h..|...=...|..P
c220 90 09 90 08 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 3d 20 ff f5 81 48 90 18 80 09 90 00 ....N...=...=`..9k..=....H......
c240 55 46 10 3a 38 ea ff ff 90 e8 90 18 7d 2b 30 2e 7d 29 02 14 88 09 00 00 7c 00 06 ac 7c 0b 31 2e UF.:8.......}+0.})......|...|.1.
c260 91 48 90 18 4e 80 00 20 3c e0 ff f5 3d 60 ff f5 39 6b 9c 88 3d 20 ff f5 81 07 90 18 80 09 90 00 .H..N...<...=`..9k..=...........
c280 55 0a 10 3a 7d 2b 50 2e 7d 29 02 14 7d 20 4e 2c 7c 00 06 ac 7d 2b 51 2e 4e 80 00 20 3d 00 ff f5 U..:}+P.})..}.N,|...}+Q.N...=...
c2a0 3d 60 ff f5 39 6b 9c 88 3d 20 ff f5 81 48 90 18 80 09 90 00 55 46 10 3a 38 ea ff ff 90 e8 90 18 =`..9k..=....H......UF.:8.......
c2c0 7d 2b 30 2e 7d 29 02 14 7d 20 4c 2c 7c 00 06 ac 7d 2b 31 2e 91 48 90 18 4e 80 00 20 3d 00 ff f5 }+0.})..}.L,|...}+1..H..N...=...
c2e0 3d 40 ff f5 39 4a 9c 88 81 68 90 18 39 2b ff ff 55 6b 10 3a 55 20 10 3a 39 29 ff ff 91 28 90 18 =@..9J...h..9+..Uk.:U..:9)...(..
c300 3d 20 ff f5 7d 0a 00 2e 7c 0a 58 2e 81 29 90 00 7c 08 49 ae 7c 00 06 ac 4e 80 00 20 3c a0 ff f5 =...}...|.X..)..|.I.|...N...<...
c320 3d 00 ff f5 39 08 9c 88 3d 20 ff f5 81 45 90 18 80 c9 90 00 39 6a ff ff 55 4a 10 3a 55 60 10 3a =...9...=....E......9j..UJ.:U`.:
c340 39 6b ff ff 91 65 90 18 7d 28 50 2e 7c e8 00 2e 7c 07 32 14 7d 20 07 2c 7c 00 06 ac 4e 80 00 20 9k...e..}(P.|...|.2.}..,|...N...
c360 3c a0 ff f5 3d 00 ff f5 39 08 9c 88 3d 20 ff f5 81 45 90 18 80 c9 90 00 39 6a ff ff 55 4a 10 3a <...=...9...=....E......9j..UJ.:
c380 55 60 10 3a 39 6b ff ff 91 65 90 18 7d 28 50 2e 7c e8 00 2e 7c 07 32 14 7d 20 05 2c 7c 00 06 ac U`.:9k...e..}(P.|...|.2.}..,|...
c3a0 4e 80 00 20 3d 20 ff f5 3d 40 ff f5 80 09 90 1c 81 6a 90 18 3d 20 ff f5 39 29 a4 88 54 00 10 3a N...=...=@.......j..=...9)..T..:
c3c0 39 6b 00 01 55 68 10 3a 7c 09 00 2e 3d 20 ff f5 91 6a 90 18 39 29 9c 88 7c 09 41 2e 4e 80 00 20 9k..Uh.:|...=....j..9)..|.A.N...
c3e0 3d 20 ff f5 3c e0 ff f5 81 69 90 1c 81 47 90 18 3d 20 ff f5 39 29 a4 88 39 6b ff fe 39 4a 00 01 =...<....i...G..=...9)..9k..9J..
c400 55 6b 10 3a 55 48 10 3a 91 47 90 18 7c 09 58 2e 3d 20 ff f5 39 29 9c 88 7c 09 41 2e 4e 80 00 20 Uk.:UH.:.G..|.X.=...9)..|.A.N...
c420 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b ff e4 1d 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a .!..|.......K...=`...+..9)..U..:
c440 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .+..=...9)..|i......8!..|...N...
c460 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b ff e3 dd 2f 83 00 00 41 9e ff f8 4b ff e4 01 3d 60 ff f5 .!..|.......K.../...A...K...=`..
c480 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 .+..9)..U..:.+..=...9)..|i......
c4a0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 60 ff f5 7c 08 02 a6 90 01 00 14 81 2b 90 18 8!..|...N....!..=`..|........+..
c4c0 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 4b ff e3 e1 80 01 00 14 U..:9)...+..=...9)..|i..K.......
c4e0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c e0 ff f5 7c 08 02 a6 3d 40 ff f5 90 01 00 14 8!..|...N....!..<...|...=@......
c500 39 4a 9c 88 81 27 90 18 39 69 ff ff 55 29 10 3a 39 0b ff ff 55 6b 10 3a 55 00 10 3a 7c 8a 48 2e 9J...'..9i..U).:9...Uk.:U..:|.H.
c520 39 08 ff ff 7c aa 58 2e 91 07 90 18 7c 6a 00 2e 48 00 e0 6d 80 01 00 14 38 21 00 10 7c 08 03 a6 9...|.X.....|j..H..m....8!..|...
c540 4e 80 00 20 94 21 ff f0 3c e0 ff f5 7c 08 02 a6 3d 40 ff f5 90 01 00 14 39 4a 9c 88 81 67 90 18 N....!..<...|...=@......9J...g..
c560 39 2b ff ff 55 6b 10 3a 39 09 ff ff 55 29 10 3a 55 00 10 3a 7c aa 58 2e 39 08 ff ff 7c 6a 48 2e 9+..Uk.:9...U).:U..:|.X.9...|jH.
c580 91 07 90 18 7c 8a 00 2e 48 00 e0 85 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 ....|...H.......8!..|...N....!..
c5a0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 3f e0 ff f5 80 1f 99 d8 2f 80 00 00 40 9e 00 18 3c 60 ff f4 |...........?......./...@...<`..
c5c0 38 63 58 70 4b ff e7 69 38 63 00 04 90 7f 99 d8 3d 20 ff f5 38 60 00 00 81 29 99 d8 81 29 00 00 8cXpK..i8c......=...8`...)...)..
c5e0 2f 89 00 00 41 9e 00 08 80 69 00 00 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 /...A....i..........8!..|...N...
c600 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 3f a0 ff f5 81 3d 90 14 83 e9 00 00 4b ff ff 81 .!..|......\$....?....=......K...
c620 3d 60 ff f5 81 5d 90 14 2c 03 00 00 81 2b 90 1c 39 29 00 01 55 20 10 3a 91 2b 90 1c 3d 20 ff f5 =`...]..,....+..9)..U..:.+..=...
c640 39 29 a4 88 7d 49 01 2e 39 3f 00 0c 41 82 00 0c 80 1f 00 04 7d 23 02 14 38 09 ff fc 3d 20 ff f5 9)..}I..9?..A.......}#..8...=...
c660 bb a1 00 14 90 09 90 14 80 01 00 24 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 ...........\$8!..|...N....!..=...
c680 7c 08 02 a6 90 01 00 14 93 e1 00 0c 81 29 90 14 83 e9 00 00 4b ff ff 09 2c 03 00 00 39 5f 00 0c |............)......K...,...9_..
c6a0 41 82 00 0c 80 1f 00 04 7d 43 02 14 3d 60 ff f5 83 e1 00 0c 81 2b 90 18 39 29 00 01 55 20 10 3a A.......}C..=`.......+..9)..U..:
c6c0 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .+..=...9)..}I......8!..|...N...
c6e0 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 93 e1 00 0c 81 29 90 14 83 e9 00 00 4b ff fe a1 .!..=...|............)......K...
c700 2c 03 00 00 39 5f 00 0c 41 82 00 0c 80 1f 00 04 7d 43 02 14 3d 60 ff f5 81 4a 00 00 83 e1 00 0c ,...9_..A.......}C..=`...J......
c720 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 80 01 00 14 .+..9)..U..:.+..=...9)..}I......
c740 38 21 00 10 7c 08 03 a6 4e 80 00 20 3c c0 ff f5 3d 20 ff f5 38 e9 9c 88 81 26 90 18 39 09 ff ff 8!..|...N...<...=...8....&..9...
c760 55 29 10 3a 55 0a 10 3a 38 08 ff ff 7d 27 48 2e 90 06 90 18 7d 67 50 2e 91 23 00 00 3d 20 ff f5 U).:U..:8...}'H.....}gP..#..=...
c780 91 63 00 04 80 09 99 e0 7f 8b 00 40 41 9c 00 0c 38 00 ff ff 48 00 00 08 38 00 00 00 7c 07 51 2e .c.........@A...8...H...8...|.Q.
c7a0 91 06 90 18 4e 80 00 20 3c a0 ff f5 3d 60 ff f5 39 6b 9c 88 3d 00 ff f5 39 48 99 dc 81 25 90 18 ....N...<...=`..9k..=...9H...%..
c7c0 80 88 99 dc 55 20 10 3a 39 29 ff ff 81 0a 00 04 39 40 00 00 55 27 10 3a 7c cb 00 2e 39 29 ff ff ....U..:9)......9@..U'.:|...9)..
c7e0 91 25 90 18 2f 86 00 00 38 c6 00 01 7c eb 38 2e 7c c9 03 a6 40 bc 00 20 38 00 00 01 7c 09 03 a6 .%../...8...|.8.|...@...8...|...
c800 48 00 00 14 7c 04 48 ae 7c 0a 39 ae 91 63 00 04 39 4a 00 01 81 23 00 04 7f 89 40 40 39 69 00 01 H...|.H.|.9..c..9J...#....@@9i..
c820 40 9c 00 08 42 00 ff e0 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 @...B...=`...+..9)..U..:.+..=...
c840 39 29 9c 88 7d 49 01 2e 4e 80 00 20 3c a0 ff f5 3d 60 ff f5 39 6b 9c 88 3d 00 ff f5 39 48 99 dc 9)..}I..N...<...=`..9k..=...9H..
c860 81 25 90 18 80 88 99 dc 55 20 10 3a 39 29 ff ff 81 0a 00 04 39 40 00 00 55 27 10 3a 7c cb 00 2e .%......U..:9)......9@..U'.:|...
c880 39 29 ff ff 91 25 90 18 2f 86 00 00 38 c6 00 01 7c eb 38 2e 7c c9 03 a6 40 bc 00 20 38 00 00 01 9)...%../...8...|.8.|...@...8...
c8a0 7c 09 03 a6 48 00 00 14 7c 0a 38 ae 39 4a 00 01 7c 04 49 ae 91 63 00 04 81 23 00 04 7f 89 40 40 |...H...|.8.9J..|.I..c...#....@@
c8c0 39 69 00 01 40 9c 00 08 42 00 ff e0 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 9i..@...B...=`...+..9)..U..:.+..
c8e0 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 4e 80 00 20 3d 40 ff f5 3d 60 ff f5 81 2a 90 18 80 0b 99 e0 =...9)..}I..N...=@..=`...*......
c900 39 29 00 01 55 28 10 3a 91 2a 90 18 3d 20 ff f5 39 29 9c 88 7c 09 41 2e 4e 80 00 20 94 21 ff f0 9)..U(.:.*..=...9)..|.A.N....!..
c920 3d 20 ff f5 7c 08 02 a6 39 69 99 dc 90 01 00 14 81 43 00 00 81 09 99 dc 81 6b 00 04 2f 8a 00 00 =...|...9i.......C.......k../...
c940 40 9e 00 10 91 03 00 00 38 60 00 01 48 00 00 58 88 0a 00 02 89 2a 00 03 54 00 40 2e 7c 00 4b 78 @.......8`..H..X.....*..T.@.|.Kx
c960 54 00 20 37 40 82 00 18 3c 60 ff f4 38 63 58 78 4b ff bd 15 38 60 ff ff 48 00 00 2c 7c 0a 02 14 T..7@...<`..8cXxK...8`..H..,|...
c980 7d 28 5a 14 7f 80 48 40 90 03 00 00 38 60 00 01 41 9c 00 14 7c 09 4a 78 7d 29 00 34 55 29 d9 7e }(Z...H@....8`..A...|.Jx}).4U).~
c9a0 38 69 ff ff 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 85 23 78 7c 08 02 a6 8i......8!..|...N....!..|.#x|...
c9c0 90 01 00 24 bf a1 00 14 7c 7f 1b 78 7c 9d 23 78 38 80 00 00 7f bd 26 70 7f bd 01 94 48 00 db c1 ...\$....|..x|.#x8.....&p....H...
c9e0 3d 20 ff f4 39 7f 00 04 39 29 58 98 7f aa 46 70 7c a9 64 aa 7c ab 65 aa 99 5f 00 02 9b bf 00 03 =...9...9)X...Fp|.d.|.e.._......
ca00 38 00 00 7f 39 20 00 7f 98 1f 00 00 38 00 00 0e 39 60 00 02 7c 09 03 a6 7c 1f 58 ae 39 6b 00 01 8...9.......8...9`..|...|.X.9k..
ca20 7d 29 02 14 2f 89 00 ff 38 09 ff 01 40 9d 00 08 54 09 06 3e 42 00 ff e4 99 3f 00 01 80 01 00 24 })../...8...@...T..>B....?.....\$
ca40 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff b0 7c 08 02 a6 90 01 00 54 38 00 00 00 ....8!..|...N....!..|......T8...
ca60 be 61 00 1c 3f 80 ff f5 3b e0 00 00 3b bc 99 dc 3a 61 00 08 7f be eb 78 3b 3d 00 10 90 1d 00 0c .a..?...;...;...:a.....x;=......
ca80 90 1d 00 08 48 00 c0 21 90 7d 00 04 4b ff bb d5 90 7c 99 dc 48 00 c0 35 3c 60 ff f4 3c 80 ff f1 ....H..!.}..K....|..H..5<`..<...
caa0 38 63 58 a8 38 84 cc ac 48 00 11 3d 3d 20 ff f5 3b 49 90 18 3d 20 ff f5 3b 69 9c 88 3d 20 ff f4 8cX.8...H..==...;I..=...;i..=...
cac0 3a 89 58 b8 3d 20 ff f4 3a a9 58 cc 3d 20 ff f4 3a e9 58 f8 3d 20 ff f4 3a c9 58 f0 3d 20 ff f4 :.X.=...:.X.=...:.X.=...:.X.=...
cae0 3b 09 59 08 48 00 00 08 3b ff 00 01 38 00 00 00 90 01 00 08 48 00 00 ac 81 41 00 08 38 00 00 0e ;.Y.H...;...8.......H....A..8...
cb00 39 60 00 02 7c 09 03 a6 89 0a 00 00 7d 09 43 78 7c 0a 58 ae 39 6b 00 01 7d 29 02 14 2f 89 00 ff 9`..|.......}.Cx|.X.9k..})../...
cb20 38 09 ff 01 40 9d 00 08 54 09 06 3e 42 00 ff e4 88 0a 00 01 7f 89 00 00 40 9e 00 88 2f 88 00 70 8...@...T..>B...........@.../..p
cb40 40 9e 00 60 91 5e 00 08 2f 9f 00 00 89 2a 00 02 88 0a 00 03 55 29 40 2e 7d 29 03 78 55 29 20 36 @..`.^../....*......U)@.}).xU).6
cb60 39 09 ff f0 91 1e 00 0c 40 9e 00 34 81 3a 00 00 39 4a 00 10 7e 83 a3 78 7f 24 cb 78 39 29 00 01 9.......@..4.:..9J..~..x.\$.x9)..
cb80 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1a 00 00 7d 5b 49 2e 7d 1b 59 2e 48 00 03 2d 3b ff 00 01 8...U).:T..:....}[I.}.Y.H..-;...
cba0 7e 63 9b 78 4b ff fd 79 2f 83 00 00 41 9d ff 4c 40 9e 00 10 80 1e 00 08 2f 80 00 00 40 9e 01 28 ~c.xK..y/...A..L@......./...@..(
cbc0 7e a3 ab 78 7c 3d 0b 78 4b ff ba bd 80 7e 00 00 80 9e 00 04 4b ff fd e1 38 00 00 00 94 1d 00 0c ~..x|=.xK....~......K...8.......
cbe0 48 00 00 d4 81 41 00 0c 88 0a 00 00 2f 80 00 7f 40 9e 00 c4 88 0a 00 02 89 2a 00 03 3b a0 0c 10 H....A....../...@........*..;...
cc00 54 00 40 2e 7c 00 4b 78 54 1c 20 36 2f 9c 0c 0f 41 9d 00 08 7f 9d e3 78 39 6a 00 04 39 20 00 00 T.@.|.KxT..6/...A......x9j..9...
cc20 38 00 00 70 91 2a 00 04 7e c4 b3 78 98 0a 00 00 38 a0 00 0c 91 2b 00 08 91 2b 00 04 80 61 00 0c 8..p.*..~..x....8....+...+...a..
cc40 38 63 00 04 48 00 d5 b9 80 61 00 0c 7f a0 46 70 7c 00 26 70 7c 00 01 94 7f a9 26 70 7d 29 01 94 8c..H....a....Fp|.&p|.....&p})..
cc60 39 60 00 02 98 03 00 02 99 23 00 03 38 00 00 0e 89 23 00 00 7c 09 03 a6 7c 03 58 ae 39 6b 00 01 9`.......#..8....#..|...|.X.9k..
cc80 7d 29 02 14 2f 89 00 ff 38 09 ff 01 40 9d 00 08 54 09 06 3e 42 00 ff e4 7f 9c e8 00 99 23 00 01 })../...8...@...T..>B........#..
cca0 40 9d 00 2c 7c 9d e0 50 7c 63 ea 14 4b ff fd 09 48 00 00 1c 7f a3 eb 78 4b ff fc 65 2f 83 00 00 @..,|..P|c..K...H......xK..e/...
ccc0 41 9d ff 24 7e e3 bb 78 4b ff b9 bd 2f 9f 00 00 40 9e fe 18 7f 03 c3 78 38 9e 00 14 48 00 01 e9 A..\$~..xK.../...@......x8...H...
cce0 4b ff fe 08 80 01 00 54 ba 61 00 1c 38 21 00 50 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 K......T.a..8!.P|...N....!..|...
cd00 90 01 00 24 bf a1 00 14 7c 7d 1b 78 4b ff fd 45 3c c0 ff f4 7f a5 eb 78 38 c6 d1 6c 38 60 00 01 ...\$....|}.xK..E<......x8..l8`..
cd20 38 80 00 08 38 e0 00 04 48 00 10 9d 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 8...8...H......\$....8!..|...N...
cd40 94 21 ff e0 3c c0 ff f5 7c 08 02 a6 3d 40 ff f5 3c 60 ff f4 90 01 00 24 39 4a 9c 88 38 63 59 18 .!..<...|...=@..<`.....\$9J..8cY.
cd60 bf a1 00 14 3f a0 ff f5 38 9d 99 dc 81 66 90 18 39 6b 00 01 81 24 00 08 80 04 00 0c 38 84 00 18 ....?...8....f..9k...\$......8...
cd80 39 0b 00 01 55 6b 10 3a 55 07 10 3a 39 29 00 10 91 06 90 18 7d 2a 59 2e 7c 0a 39 2e 48 00 01 29 9...Uk.:U..:9)......}*Y.|.9.H..)
cda0 80 7d 99 dc 48 00 bd 99 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 .}..H......\$....8!..|...N....!..
cdc0 7c 08 02 a6 90 01 00 14 48 00 28 d9 48 00 33 dd 48 00 39 65 48 00 42 75 48 00 49 e5 48 00 50 95 |.......H.(.H.3.H.9eH.BuH.I.H.P.
cde0 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 00 ff f5 7c 08 02 a6 3d 40 ff f5 ....8!..|...N....!..=...|...=@..
ce00 90 01 00 14 39 4a 9c 88 81 68 90 18 39 2b ff ff 55 6b 10 3a 55 20 10 3a 39 29 ff ff 7d 6a 58 2e ....9J...h..9+..Uk.:U..:9)..}jX.
ce20 91 28 90 18 7c 6a 00 2e 7d 69 03 a6 4e 80 04 21 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .(..|j..}i..N..!....8!..|...N...
ce40 94 21 ff e0 3d 00 ff f5 7c 08 02 a6 3d 60 ff f5 90 01 00 24 39 6b 9c 88 bf a1 00 14 3b c0 00 00 .!..=...|...=`.....\$9k......;...
ce60 81 28 90 18 55 20 10 3a 39 29 ff ff 55 2a 10 3a 7f eb 00 2e 39 29 ff ff 91 28 90 18 2f 9f 00 00 .(..U..:9)..U*.:....9)...(../...
ce80 7f ab 50 2e 41 9e 00 28 38 7f 00 01 4b ff b7 d5 7c 7e 1b 79 41 82 00 18 7f a4 eb 78 7f e5 fb 78 ..P.A..(8...K...|~.yA......x...x
cea0 48 00 d7 49 38 00 00 00 7c 1e f9 ae 80 01 00 24 7f c3 f3 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 H..I8...|......\$...x....8!..|...
cec0 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 9f 23 78 80 04 00 00 2f 80 00 00 N....!..|...........|.#x..../...
cee0 40 9e 00 0c 4b ff de 49 90 7f 00 00 80 7f 00 00 38 00 ff ff 2f 83 00 00 41 9e 00 0c 4b ff df 85 @...K..I........8.../...A...K...
cf00 38 00 00 00 7c 03 03 78 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 8...|..x........8!..|...N....!..
cf20 3c 60 ff f4 7c 08 02 a6 3c 80 ff f5 38 63 59 34 38 84 99 f8 90 01 00 14 4b ff ff 8d 3d 60 ff f5 <`..|...<...8cY48.......K...=`..
cf40 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 80 01 00 14 .+..U..:9)...+..=...9)..|i......
cf60 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 6b 1b 79 7c 08 02 a6 90 01 00 24 bf 81 00 10 8!..|...N....!..|k.y|......\$....
cf80 40 82 00 18 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4b ff ff 88 3f a0 ff f5 3f 80 ff f5 @......\$....8!..|...K...?...?...
cfa0 3b 9c 9c 88 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 81 3d 90 18 38 63 59 48 38 84 00 04 39 29 00 01 ;...<...<`..8....=..8cYH8...9)..
cfc0 55 20 10 3a 91 3d 90 18 7d 7c 01 2e 4b ff fe f9 81 3d 90 18 55 20 10 3a 39 29 ff ff 91 3d 90 18 U..:.=..}|..K....=..U..:9)...=..
cfe0 7c 7c 00 2e 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c 80 ff f5 ||.....\$....8!..|...N....!..<...
d000 7c 08 02 a6 3c 60 ff f4 38 84 99 f8 38 63 59 58 38 84 00 08 90 01 00 14 4b ff fe ad 3d 60 ff f5 |...<`..8...8cYX8.......K...=`..
d020 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 80 01 00 14 .+..U..:9)...+..=...9)..|i......
d040 38 21 00 10 7c 08 03 a6 4e 80 00 20 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 59 68 38 84 00 0c 8!..|...N...<...<`..8...8cYh8...
d060 4b ff fe 64 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c 80 ff f5 38 84 99 f8 81 6a 90 18 38 84 00 10 K..d=@..=...9)..<...8....j..8...
d080 39 6b 00 01 55 60 10 3a 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 38 63 59 74 4b ff fe 2c 94 21 ff d0 9k..U`.:.j..|i..<`..8cYtK..,.!..
d0a0 7c 08 02 a6 90 01 00 34 be e1 00 0c 7c 7d 1b 78 4b ff ff 49 3d 00 ff f5 3d 40 ff f5 3d 60 ff f5 |......4....|}.xK..I=...=@..=`..
d0c0 39 4a 9c 88 39 6b 99 f8 81 28 90 18 7c 7c 1b 78 3b c8 90 18 7d 5b 53 78 3b 2b 00 18 39 29 00 01 9J..9k...(..||.x;...}[Sx;+..9)..
d0e0 3b 4b 00 14 55 20 10 3a 91 28 90 18 3d 20 ff f4 3a e9 78 b8 3d 20 ff f4 7c 6a 01 2e 3b 09 59 84 ;K..U..:.(..=...:.x.=...|j..;.Y.
d100 2f 9d 00 00 41 9e 00 10 7f 44 d3 78 7e e3 bb 78 4b ff fd b5 81 3e 00 00 3b bd 00 01 55 20 10 3a /...A....D.x~..xK....>..;...U..:
d120 39 29 ff ff 91 3e 00 00 7f fb 00 2e 2f 9f 00 00 7f e3 fb 78 41 9e 00 2c 4b ff ff 2d 81 3e 00 00 9)...>....../......xA..,K..-.>..
d140 7f 03 c3 78 7f 24 cb 78 39 29 00 01 55 20 10 3a 91 3e 00 00 7f fb 01 2e 4b ff fd 6d 4b ff ff a4 ...x.\$.x9)..U..:.>......K..mK...
d160 80 01 00 34 7f 83 e3 78 ba e1 00 0c 38 21 00 30 7c 08 03 a6 4b ff fe f0 94 21 ff f0 3c 80 ff f5 ...4...x....8!.0|...K....!..<...
d180 7c 08 02 a6 38 84 99 f8 3c 60 ff f4 38 84 00 1c 38 63 59 8c 90 01 00 14 4b ff fd 2d 80 01 00 14 |...8...<`..8...8cY.....K..-....
d1a0 38 21 00 10 7c 08 03 a6 4b ff fc 98 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c 80 ff f5 38 84 99 f8 8!..|...K...=@..=...9)..<...8...
d1c0 81 6a 90 18 38 84 00 20 39 6b 00 01 55 60 10 3a 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 38 63 59 94 .j..8...9k..U`.:.j..|i..<`..8cY.
d1e0 4b ff fc e4 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c 80 ff f5 38 84 99 f8 81 6a 90 18 38 84 00 24 K...=@..=...9)..<...8....j..8..\$
d200 39 6b 00 01 55 60 10 3a 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 38 63 59 a4 4b ff fc ac 3d 40 ff f5 9k..U`.:.j..|i..<`..8cY.K...=@..
d220 3d 20 ff f5 39 29 9c 88 3c 80 ff f5 38 84 99 f8 81 6a 90 18 38 84 00 28 39 6b 00 01 55 60 10 3a =...9)..<...8....j..8..(9k..U`.:
d240 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 38 63 59 b0 4b ff fc 74 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 .j..|i..<`..8cY.K..t=...=`..9k..
d260 81 28 90 18 39 29 00 01 39 49 00 01 55 29 10 3a 55 40 10 3a 91 48 90 18 7c 6b 49 2e 3c 60 ff f4 .(..9)..9I..U).:U@.:.H..|kI.<`..
d280 7c 8b 01 2e 3c 80 ff f5 38 63 59 bc 38 84 99 f8 38 84 00 2c 4b ff fc 30 94 21 ff f0 3c 80 ff f5 |...<...8cY.8...8..,K..0.!..<...
d2a0 7c 08 02 a6 3c 60 ff f4 38 84 99 f8 38 63 58 70 38 84 00 30 90 01 00 14 4b ff fc 0d 3d 60 ff f5 |...<`..8...8cXp8..0....K...=`..
d2c0 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 80 01 00 14 .+..U..:9)...+..=...9)..|i......
d2e0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c 80 ff f5 7c 08 02 a6 3c 60 ff f4 38 84 99 f8 8!..|...N....!..<...|...<`..8...
d300 38 63 59 cc 38 84 00 34 90 01 00 14 4b ff fb b9 3d 60 ff f5 81 2b 90 18 55 20 10 3a 39 29 ff ff 8cY.8..4....K...=`...+..U..:9)..
d320 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .+..=...9)..|i......8!..|...N...
d340 94 21 ff e0 3c 80 ff f5 7c 08 02 a6 38 84 99 f8 90 01 00 24 38 84 00 38 bf 81 00 10 3f a0 ff f5 .!..<...|...8......\$8..8....?...
d360 3f 80 ff f5 3b 9c 9c 88 81 3d 90 18 39 29 00 01 55 20 10 3a 91 3d 90 18 7c 7c 01 2e 3c 60 ff f4 ?...;....=..9)..U..:.=..||..<`..
d380 38 63 59 d8 4b ff fb 41 81 3d 90 18 55 20 10 3a 39 29 ff ff 91 3d 90 18 7c 7c 00 2e 80 01 00 24 8cY.K..A.=..U..:9)...=..||.....\$
d3a0 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c 80 ff f5 ....8!..|...N...=@..=...9)..<...
d3c0 38 84 99 f8 81 6a 90 18 38 84 00 3c 39 6b 00 01 55 60 10 3a 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 8....j..8..<9k..U`.:.j..|i..<`..
d3e0 38 63 59 e8 4b ff fa e0 94 21 ff e0 3c 80 ff f5 7c 08 02 a6 38 84 99 f8 90 01 00 24 38 84 00 40 8cY.K....!..<...|...8......\$8..@
d400 bf 81 00 10 3f a0 ff f5 3f 80 ff f5 3b 9c 9c 88 81 3d 90 18 39 29 00 01 55 20 10 3a 91 3d 90 18 ....?...?...;....=..9)..U..:.=..
d420 7c 7c 01 2e 3c 60 ff f4 38 63 59 f0 4b ff fa 99 81 3d 90 18 55 20 10 3a 39 29 ff ff 91 3d 90 18 ||..<`..8cY.K....=..U..:9)...=..
d440 7c 7c 00 2e 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 20 ff f5 ||.....\$....8!..|...N....!..=...
d460 7c 08 02 a6 90 01 00 24 bf 81 00 10 3b c9 99 f8 7c 7f 1b 78 7c 9d 23 78 7c bc 2b 78 80 1e 00 44 |......\$....;...|..x|.#x|.+x...D
d480 2f 80 00 00 40 9e 00 14 3c 60 ff f4 38 63 5a 00 4b ff d8 9d 90 7e 00 44 80 1d 00 00 2f 80 00 00 /...@...<`..8cZ.K....~.D..../...
d4a0 40 9e 00 10 7f e3 fb 78 4b ff d8 85 90 7d 00 00 80 9d 00 00 38 60 ff ff 2f 84 00 00 41 9e 00 54 @......xK....}......8`../...A..T
d4c0 3f e0 ff f5 3f a0 ff f5 3b bd 9c 88 3d 20 ff f5 81 7f 90 18 80 69 9a 3c 39 6b 00 01 55 60 10 3a ?...?...;...=........i.<9k..U`.:
d4e0 91 7f 90 18 7c 9d 01 2e 4b ff d9 99 81 3f 90 18 55 20 10 3a 38 a9 ff ff 90 bf 90 18 7c 7d 00 2e ....|...K....?..U..:8.......|}..
d500 2f 83 00 00 41 9e 00 0c 7c 1c 28 50 90 1f 90 18 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 /...A...|.(P.......\$....8!..|...
d520 4e 80 00 20 94 21 ff f0 3d 60 ff f5 7c 08 02 a6 2f 83 00 00 90 01 00 14 93 e1 00 0c 81 2b 90 18 N....!..=`..|.../............+..
d540 3b e9 00 01 3d 20 ff f5 57 ea 10 3a 39 29 9c 88 93 eb 90 18 7c 69 51 2e 39 40 00 00 41 9e 00 0c ;...=...W..:9)......|iQ.9@..A...
d560 48 00 ce 31 7c 6a 1b 78 39 7f 00 01 3d 20 ff f5 83 e1 00 0c 55 60 10 3a 39 29 9c 88 7d 49 01 2e H..1|j.x9...=.......U`.:9)..}I..
d580 80 01 00 14 3d 20 ff f5 38 21 00 10 7c 08 03 a6 91 69 90 18 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ....=...8!..|....i..N....!..|...
d5a0 90 01 00 14 4b ff ff 81 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 55 58 38 84 00 48 4b ff f9 09 ....K...<...<`..8...8cUX8..HK...
d5c0 3d 60 ff f5 3d 20 ff f5 39 49 9c 88 38 60 00 00 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 =`..=...9I..8`...+..U..:9)...+..
d5e0 7c 0a 00 2e 2f 80 00 00 41 9e 00 14 38 09 ff ff 90 0b 90 18 55 20 10 3a 7c 6a 00 2e 80 01 00 14 |.../...A...8.......U..:|j......
d600 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 4b ff ff 7d 8!..|...N....!..|......\$....K..}
d620 7c 7d 1b 78 4b ff fa 41 80 01 00 24 7f a3 eb 78 bb a1 00 14 7c 08 03 a6 38 21 00 20 4e 80 00 20 |}.xK..A...\$...x....|...8!..N...
d640 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c bf 2b 79 7c 7c 1b 78 7c 83 23 78 41 82 00 0c .!..|......\$....|.+y||.x|.#xA...
d660 38 00 ff ff 90 1f 00 00 3f c0 ff f5 4b ff fe b9 3d 20 ff f5 3b a9 9c 88 3c 80 ff f5 3c 60 ff f4 8.......?...K...=...;...<...<`..
d680 38 84 99 f8 81 7e 90 18 38 63 55 64 38 84 00 4c 39 6b 00 01 55 60 10 3a 91 7e 90 18 7f 9d 01 2e 8....~..8cUd8..L9k..U`.:.~......
d6a0 4b ff f8 25 81 3e 90 18 38 60 00 00 55 20 10 3a 39 29 ff ff 91 3e 90 18 7c 1d 00 2e 2f 80 00 00 K..%.>..8`..U..:9)...>..|.../...
d6c0 40 9e 00 44 55 20 10 3a 2f 9f 00 00 39 29 ff ff 91 3e 90 18 7d 3d 00 2e 41 9e 00 08 91 3f 00 00 @..DU..:/...9)...>..}=..A....?..
d6e0 3d 20 ff f5 81 69 90 18 38 0b ff ff 55 6b 10 3a 90 09 90 18 3d 20 ff f5 39 29 9c 88 7c 09 58 2e =....i..8...Uk.:....=...9)..|.X.
d700 7c 03 03 78 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 |..x...\$....8!..|...N....!..|...
d720 90 01 00 24 bf a1 00 14 7c 7f 1b 79 7c 9e 23 78 40 82 00 30 4b ff f7 e9 7c 7f 1b 78 48 00 00 24 ...\$....|..y|.#x@..0K...|..xH..\$
d740 4b ff ff 01 7c 64 1b 79 7f c3 f3 78 41 82 00 1c 48 00 cb 61 2f 83 00 00 40 9e 00 10 48 00 00 24 K...|d.y...xA...H..a/...@...H..\$
d760 3d 20 ff f4 3b a9 5a 08 7f e3 fb 78 4b ff f8 01 7f a4 eb 78 38 a0 00 00 7c 7f 1b 79 40 82 ff c4 =...;.Z....xK......x8...|..y@...
d780 80 01 00 24 7f e3 fb 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ...\$...x....8!..|...N....!..|...
d7a0 90 01 00 14 4b ff fe 9d 38 00 00 00 2c 03 00 00 41 82 00 08 80 03 00 00 7c 03 03 78 80 01 00 14 ....K...8...,...A.......|..x....
d7c0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 7f 1b 79 8!..|...N....!..|......\$....|..y
d7e0 7c 83 23 78 40 82 00 24 3c 60 ff f4 38 63 5a 14 4b ff ae 95 80 01 00 24 bb 81 00 10 38 21 00 20 |.#x@..\$<`..8cZ.K......\$....8!..
d800 7c 08 03 a6 4e 80 00 20 3f 80 ff f5 3f a0 ff f5 3b bd 9c 88 81 3c 90 18 39 29 00 01 38 09 00 01 |...N...?...?...;....<..9)..8...
d820 55 29 10 3a 54 0b 10 3a 90 1c 90 18 7c bd 49 2e 7c dd 59 2e 4b ff fc f1 81 3c 90 18 3c 80 ff f5 U).:T..:....|.I.|.Y.K....<..<...
d840 3c 60 ff f4 38 84 99 f8 38 63 5a 30 39 29 00 01 38 84 00 50 55 20 10 3a 91 3c 90 18 7f fd 01 2e <`..8...8cZ09)..8..PU..:.<......
d860 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4b ff f6 54 94 21 ff e0 38 c0 00 04 7c 08 02 a6 ...\$....8!..|...K..T.!..8...|...
d880 90 01 00 24 7c 29 0b 78 94 a9 00 08 7d 25 4b 78 4b ff ff 3d 80 01 00 24 38 21 00 20 7c 08 03 a6 ...\$|).x....}%KxK..=...\$8!..|...
d8a0 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 3f 80 ff f5 7c 9b 23 78 4b ff fc 69 N....!..|......\$.a..?...|.#xK..i
d8c0 3f a0 ff f5 3c 80 ff f5 3b bd 9c 88 3c 60 ff f4 81 3c 90 18 38 84 99 f8 38 63 5a 40 38 84 00 54 ?...<...;...<`...<..8...8cZ@8..T
d8e0 39 29 00 01 55 20 10 3a 91 3c 90 18 7f 7d 01 2e 4b ff f5 d5 81 3c 90 18 55 20 10 3a 39 29 ff ff 9)..U..:.<...}..K....<..U..:9)..
d900 91 3c 90 18 7c 7d 00 2e 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 .<..|}.....\$.a..8!..|...N....!..
d920 7c 08 02 a6 90 01 00 14 4b ff fb fd 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 52 0c 38 84 00 58 |.......K...<...<`..8...8cR.8..X
d940 4b ff f5 85 3d 60 ff f5 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 K...=`...+..U..:9)...+..=...9)..
d960 7c 69 00 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 |i......8!..|...N....!..|.......
d980 4b ff fb a5 80 01 00 14 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 5a 50 7c 08 03 a6 38 84 00 5c K.......<...<`..8...8cZP|...8..\
d9a0 38 21 00 10 4b ff f5 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 3f e0 ff f5 7c 9d 23 78 8!..K....!..|......\$....?...|.#x
d9c0 4b ff fb 65 3d 20 ff f5 3c 80 ff f5 3b c9 9c 88 3c 60 ff f4 81 7f 90 18 38 84 99 f8 38 63 5a 60 K..e=...<...;...<`......8...8cZ`
d9e0 38 84 00 60 39 6b 00 01 55 60 10 3a 91 7f 90 18 7f be 01 2e 4b ff f4 d1 81 3f 90 18 38 60 00 00 8..`9k..U`.:........K....?..8`..
da00 55 20 10 3a 39 29 ff ff 91 3f 90 18 7c 1e 00 2e 2f 80 00 00 41 9e 00 14 38 09 ff ff 90 1f 90 18 U..:9)...?..|.../...A...8.......
da20 55 20 10 3a 7c 7e 00 2e 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 U..:|~.....\$....8!..|...N....!..
da40 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 7c 83 23 78 4b ff f8 ed 80 01 00 24 7c 08 03 a6 |......\$....|}.x|.#xK......\$|...
da60 7c 64 1b 78 7f a3 eb 78 bb a1 00 14 38 21 00 20 4b ff ff 38 94 21 ff e0 7c 08 02 a6 90 01 00 24 |d.x...x....8!..K..8.!..|......\$
da80 bf a1 00 14 7c 7d 1b 78 4b ff f8 65 80 01 00 24 7c 08 03 a6 7c 64 1b 78 7f a3 eb 78 bb a1 00 14 ....|}.xK..e...\$|...|d.x...x....
daa0 38 21 00 20 4b ff ff 98 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 9f 23 78 7c 7e 1b 78 8!..K....!..|...........|.#x|~.x
dac0 80 04 00 00 2f 80 00 00 40 9e 00 18 4b ff f8 21 7c 64 1b 78 7f c3 f3 78 4b ff ff 65 90 7f 00 00 ..../...@...K..!|d.x...xK..e....
dae0 80 7f 00 00 38 00 ff ff 2f 83 00 00 41 9e 00 0c 4b ff d3 91 38 00 00 00 7c 03 03 78 80 01 00 14 ....8.../...A...K...8...|..x....
db00 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 ....8!..|...N....!..|...........
db20 7c 9f 23 78 7c 7e 1b 78 80 04 00 00 2f 80 00 00 40 9e 00 18 4b ff f7 65 7c 64 1b 78 7f c3 f3 78 |.#x|~.x..../...@...K..e|d.x...x
db40 4b ff fe fd 90 7f 00 00 80 7f 00 00 38 00 ff ff 2f 83 00 00 41 9e 00 0c 4b ff d3 29 38 00 00 00 K...........8.../...A...K..)8...
db60 7c 03 03 78 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c e0 ff f5 |..x........8!..|...N....!..<...
db80 7c 08 02 a6 3d 40 ff f5 90 01 00 14 39 4a 9c 88 81 27 90 18 39 29 00 01 39 69 00 01 55 29 10 3a |...=@......9J...'..9)..9i..U).:
dba0 38 0b 00 01 55 6b 10 3a 54 08 10 3a 7c 8a 49 2e 90 07 90 18 7c aa 59 2e 7c ca 41 2e 4b ff f9 69 8...Uk.:T..:|.I.....|.Y.|.A.K..i
dbc0 80 01 00 14 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 5a 6c 7c 08 03 a6 38 84 00 64 38 21 00 10 ....<...<`..8...8cZl|...8..d8!..
dbe0 4b ff f2 e4 3d 60 ff f5 94 21 ff f0 7c 08 02 a6 81 2b 90 18 90 01 00 14 39 29 00 01 55 20 10 3a K...=`...!..|....+......9)..U..:
dc00 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 89 01 2e 4b ff f9 15 80 01 00 14 3c 80 ff f5 3c 60 ff f4 .+..=...9)..|...K.......<...<`..
dc20 38 84 99 f8 38 63 5a 78 7c 08 03 a6 38 84 00 68 38 21 00 10 4b ff f2 90 94 21 ff d0 7c 08 02 a6 8...8cZx|...8..h8!..K....!..|...
dc40 7d 80 00 26 90 01 00 34 91 81 00 08 be e1 00 0c 7c be 2b 78 7c d9 33 78 7c 9f 23 78 7c 7a 1b 78 }..&...4........|.+x|.3x|.#x|z.x
dc60 83 a5 00 00 4b ff f3 95 7c 64 1b 78 7f a3 eb 78 4b ff fd 39 2f 83 00 00 40 9e 01 30 2f 9f 00 00 ....K...|d.x...xK..9/...@..0/...
dc80 3b 80 00 00 41 9e 00 50 3f a0 ff f5 3f 80 ff f5 3b 9c 9c 88 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 ;...A..P?...?...;...<...<`..8...
dca0 81 3d 90 18 38 63 5a 84 38 84 00 6c 39 29 00 01 55 20 10 3a 91 3d 90 18 7f fc 01 2e 4b ff f2 09 .=..8cZ.8..l9)..U..:.=......K...
dcc0 81 3d 90 18 38 09 ff ff 55 29 10 3a 90 1d 90 18 7f 9c 48 2e 3d 20 ff f1 2d 9f 00 00 3a e9 cd 5c .=..8...U).:......H.=...-...:..\
dce0 3d 20 ff f5 3b 69 90 18 3d 20 ff f5 3b 09 9c 88 3b e0 00 00 3b a0 00 00 2e 1c 00 00 48 00 00 7c =...;i..=...;...;...;.......H..|
dd00 7c 1e e8 2e 7f 84 e3 78 7e e6 bb 78 2f 80 00 00 7c 03 03 78 40 9e 00 3c 41 92 00 20 7f 83 e3 78 |......x~..x/...|..x@..<A......x
dd20 4b ff d1 61 81 3b 00 00 55 20 10 3a 39 29 ff ff 91 3b 00 00 7c 18 00 2e 7d 3e ea 14 7c 03 03 78 K..a.;..U..:9)...;..|...}>..|..x
dd40 81 29 00 04 7d 29 03 a6 4e 80 04 21 48 00 00 24 7d 3e ea 14 40 8e 00 14 80 89 00 04 7c 03 03 78 .)..})..N..!H..\$}>..@.......|..x
dd60 4b ff fe 85 48 00 00 0c 80 a9 00 04 4b ff fe 0d 3b ff 00 01 3b bd 00 08 7f 9f c8 00 41 9c ff 84 K...H.......K...;...;.......A...
dd80 73 40 00 01 41 82 00 24 80 01 00 34 81 81 00 08 38 60 00 00 ba e1 00 0c 38 21 00 30 7c 08 03 a6 s@..A..\$...4....8`......8!.0|...
dda0 7d 81 81 20 4b ff f2 f8 80 01 00 34 81 81 00 08 ba e1 00 0c 38 21 00 30 7c 08 03 a6 7d 81 81 20 }...K......4........8!.0|...}...
ddc0 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 01 00 10 7c bd 2b 78 7c f8 3b 78 7c db 33 78 N....!..|......4....|.+x|.;x|.3x
dde0 7c 99 23 78 7c 7c 1b 78 4b ff f2 11 7c 7a 1b 78 7f a3 eb 78 4b ff f7 31 3c 80 ff f5 3c 60 ff f4 |.#x||.xK...|z.x...xK..1<...<`..
de00 38 84 99 f8 38 63 5a 8c 38 84 00 70 4b ff f0 b9 7f 83 e3 78 7f 24 cb 78 7f 65 db 78 7f 06 c3 78 8...8cZ.8..pK......x.\$.x.e.x...x
de20 4b ff fe 19 80 01 00 34 7f 43 d3 78 bb 01 00 10 38 21 00 30 7c 08 03 a6 4b ff f2 2c 94 21 ff c0 K......4.C.x....8!.0|...K..,.!..
de40 7c 08 02 a6 90 01 00 44 be 61 00 0c 7c 78 1b 78 7c 99 23 78 7c b5 2b 78 7c d6 33 78 7c fa 3b 78 |......D.a..|x.x|.#x|.+x|.3x|.;x
de60 7d 1b 43 78 4b ff f1 95 3d 20 ff f4 3b a0 00 00 3a 69 5a 8c 3d 20 ff f5 39 29 99 f8 7c 77 1b 78 }.CxK...=...;...:iZ.=...9)..|w.x
de80 3a 89 00 74 48 00 00 b0 57 a0 10 3a 3b c0 00 00 7f f5 00 2e 3b 9f 00 01 88 1f 00 00 2f 80 00 54 :..tH...W..:;.......;......./..T
dea0 41 9e 00 20 48 00 00 34 4b ff f1 bd 7f 03 c3 78 7f 24 cb 78 7f 45 d3 78 7f 66 db 78 4b ff fd 7d A...H..4K......x.\$.x.E.x.f.xK..}
dec0 7f c3 f3 78 7f 84 e3 78 4b ff f8 51 7c 7e 1b 79 40 82 ff d8 48 00 00 5c 7f e3 fb 78 4b ff f7 31 ...x...xK..Q|~.y@...H..\...xK..1
dee0 2f 83 00 00 40 9e 00 38 88 1f 00 00 2f 80 00 2b 40 9e 00 40 3b ff 00 01 7f e3 fb 78 4b ff f7 11 /...@..8..../..+@..@;......xK...
df00 2f 83 00 00 40 9e 00 18 7f e3 fb 78 4b ff f6 19 7e 63 9b 78 7e 84 a3 78 4b ff ef ad 7f 03 c3 78 /...@......xK...~c.x~..xK......x
df20 7f 24 cb 78 7f 45 d3 78 7f 66 db 78 4b ff fd 0d 3b bd 00 01 7f 9d b0 00 41 9c ff 50 80 01 00 44 .\$.x.E.x.f.xK...;.......A..P...D
df40 7e e3 bb 78 ba 61 00 0c 38 21 00 40 7c 08 03 a6 4b ff f1 14 94 21 ff f0 7c 08 02 a6 90 01 00 14 ~..x.a..8!.@|...K....!..|.......
df60 4b ff f5 c5 80 01 00 14 3c 80 ff f5 3c 60 ff f4 38 84 99 f8 38 63 5a 98 7c 08 03 a6 38 84 00 78 K.......<...<`..8...8cZ.|...8..x
df80 38 a0 00 02 38 21 00 10 4b ff f4 d0 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7f 1b 78 8...8!..K....!..|......\$.a..|..x
dfa0 83 83 00 04 2f 9c 00 00 41 9c 02 88 80 03 00 08 2f 80 00 00 41 9c 02 7c 83 63 00 00 3c 60 ff f4 ..../...A......./...A..|.c..<`..
dfc0 38 63 5a a4 7f 64 db 78 48 00 c2 e9 2f 83 00 00 41 9e 00 1c 3c 60 ff f4 7f 64 db 78 38 63 5a b0 8cZ..d.xH.../...A...<`...d.x8cZ.
dfe0 48 00 c2 d1 2f 83 00 00 40 9e 01 0c 3d 20 ff f5 39 7c ff ff 55 6b 10 3a 7d 7f 5a 14 39 5f 00 08 H.../...@...=...9|..Uk.:}.Z.9_..
e000 83 c9 90 18 3d 20 ff f5 39 6b 00 0c 39 29 9c 88 38 1e 00 01 54 00 10 3a 7d 29 02 14 48 00 00 14 ....=...9k..9)..8...T..:})..H...
e020 80 0b 00 00 39 6b ff fc 90 09 00 00 39 29 00 04 7f 8b 50 00 40 9e ff ec 3f a0 ff f5 7c 1e e2 14 ....9k......9)....P.@...?...|...
e040 7f 63 db 78 90 1d 90 18 4b ff f4 dd 3c 60 ff f4 3c 80 ff f5 38 63 5a bc 38 84 9a 74 4b ff ee 69 .c.x....K...<`..<...8cZ.8..tK..i
e060 81 7d 90 18 3d 20 ff f5 39 29 9c 88 55 60 10 3a 7f 9e 58 00 7d 7e 58 50 39 6b 00 01 7d 49 02 14 .}..=...9)..U`.:..X.}~XP9k..}I..
e080 7d 69 03 a6 39 60 00 00 41 9d 00 10 6f c0 80 00 2f 80 ff ff 40 9e 00 3c 38 00 00 01 7c 09 03 a6 }i..9`..A...o.../...@..<8...|...
e0a0 48 00 00 30 81 3f 00 04 80 0a 00 00 39 4a ff fc 7d 2b 4a 14 2f 80 00 00 55 29 10 3a 7d 3f 4a 14 H..0.?......9J..}+J./...U).:}?J.
e0c0 39 6b 00 01 90 09 00 0c 40 9a 00 08 40 9e 00 18 80 1f 00 08 2f 0b 00 00 7f 8b 00 00 40 9c 00 08 9k......@...@......./.......@...
e0e0 42 00 ff c4 3d 20 ff f5 38 60 00 00 93 c9 90 18 48 00 01 44 3d 20 ff f5 39 60 00 00 57 88 10 3a B...=...8`......H..D=...9`..W..:
e100 83 a9 90 18 3d 20 ff f5 39 29 9c 88 38 1d 00 01 54 00 10 3a 7d 29 02 14 48 00 00 10 80 0a 00 0c ....=...9)..8...T..:})..H.......
e120 90 09 00 00 39 29 00 04 7f 8b 40 00 7d 5f 5a 14 39 6b 00 04 40 9e ff e8 3f c0 ff f5 7c 1d e2 14 ....9)....@.}_Z.9k..@...?...|...
e140 7f 63 db 78 90 1e 90 18 4b ff f3 dd 3c 80 ff f5 3c 60 ff f4 38 84 9a 74 38 63 5a d0 38 84 00 04 .c.x....K...<...<`..8..t8cZ.8...
e160 4b ff ed 65 81 7e 90 18 3d 20 ff f5 39 49 9c 88 55 60 10 3a 39 2b ff ff 91 3e 90 18 7c 0a 00 2e K..e.~..=...9I..U`.:9+...>..|...
e180 2f 80 00 00 40 9e 00 40 7d 2b 4b 78 55 20 10 3a 7d 3d 48 50 7f 9d 58 00 39 29 00 01 7d 0a 02 14 /...@..@}+KxU..:}=HP..X.9)..}...
e1a0 7d 29 03 a6 39 40 00 00 41 9d 00 10 6f a0 80 00 2f 80 ff ff 40 9e 00 5c 38 00 00 01 7c 09 03 a6 })..9@..A...o.../...@..\8...|...
e1c0 48 00 00 50 2f 80 ff ff 93 be 90 18 40 be 00 64 80 df 00 08 80 9f 00 00 3c 60 ff f4 80 bf 00 04 H..P/.......@..d........<`......
e1e0 38 63 5a e0 4b ff a4 a1 48 00 00 48 81 3f 00 04 80 08 00 00 39 6b ff ff 39 08 ff fc 7d 2a 4a 14 8cZ.K...H..H.?......9k..9...}*J.
e200 39 4a 00 01 55 29 10 3a 7d 3f 4a 14 90 09 00 0c 80 1f 00 08 7f 8a 00 00 40 9c 00 08 42 00 ff d0 9J..U).:}?J.............@...B...
e220 3d 20 ff f5 38 60 00 00 91 69 90 18 48 00 00 08 38 60 ff ff 80 01 00 24 bb 61 00 0c 38 21 00 20 =...8`...i..H...8`.....\$.a..8!..
e240 7c 08 03 a6 4e 80 00 20 2f 84 00 00 38 84 00 01 38 00 00 00 39 60 00 00 7c 89 03 a6 40 be 00 38 |...N.../...8...8...9`..|...@..8
e260 39 20 00 01 7d 29 03 a6 48 00 00 2c 7d 23 58 ae 39 6b 00 01 41 82 00 08 55 29 40 2e 7c 00 4a 14 9...})..H..,}#X.9k..A...U)@.|.J.
e280 2b 80 ff ff 54 09 84 3e 40 9d 00 0c 7c 09 02 14 54 00 04 3e 71 69 00 01 42 00 ff d4 54 03 06 3e +...T..>@...|...T..>qi..B...T..>
e2a0 54 00 c6 3e 54 63 40 2e 7c 63 00 f8 54 63 04 3e 4e 80 00 20 70 60 00 01 7c a5 28 f8 54 a3 04 3e T..>Tc@.|c..Tc.>N...p`..|.(.T..>
e2c0 41 82 00 10 54 69 44 2e 54 60 c2 3e 7d 23 03 78 7c 80 20 f8 54 00 04 3e 7c 63 02 14 2b 83 ff ff A...TiD.T`.>}#.x|...T..>|c..+...
e2e0 40 9d 00 0c 3d 23 ff ff 38 69 00 01 7c 63 18 f8 54 63 04 3e 4e 80 00 20 3d 20 ff f5 80 09 9a 7c @...=#..8i..|c..Tc.>N...=......|
e300 39 29 9a 7c 2f 80 00 00 40 9e 00 14 90 04 00 00 90 03 00 00 38 60 ff ff 4e 80 00 20 80 09 00 0c 9).|/...@...........8`..N.......
e320 90 03 00 00 38 60 00 00 80 09 00 10 90 04 00 00 4e 80 00 20 3d 00 ff f5 2c 03 00 00 39 28 9a 7c ....8`..........N...=...,...9(.|
e340 7c ab 2b 78 80 e9 00 08 80 c9 00 04 81 49 00 14 4d 80 00 20 2f 84 00 00 4d 9c 00 20 80 09 00 0c |.+x.........I..M.../...M.......
e360 7f 83 00 00 4c 9c 00 20 80 09 00 10 7f 84 00 00 4c 9c 00 20 80 08 9a 7c 2f 80 00 00 41 9e 00 58 ....L...........L......|/...A..X
e380 2f 85 00 00 41 9c 00 50 2f 85 00 ff 41 9d 00 48 2f 8a 00 08 41 9e 00 44 81 29 00 18 55 60 10 3a /...A..P/...A..H/...A..D.)..U`.:
e3a0 2f 8a 00 18 7c a9 00 2e 41 9e 00 30 2f 8a 00 20 41 9e 00 28 2f 8a 00 0f 40 9e 00 1c 54 a0 bc 6a /...|...A..0/...A..(/...@...T..j
e3c0 54 a9 d5 b4 7d 29 03 78 54 a0 ee fe 7d 25 03 78 48 00 00 08 38 a0 00 00 7c 04 39 d6 2f 8a 00 17 T...}).xT...}%.xH...8...|.9./...
e3e0 7c 80 32 14 40 9d 00 10 54 60 10 3a 7c a4 01 2e 4e 80 00 20 2f 8a 00 0e 40 9d 00 10 54 60 08 3c |.2.@...T`.:|...N.../...@...T`.<
e400 7c a4 03 2e 4e 80 00 20 7c a4 19 ae 4e 80 00 20 3d 20 ff f5 80 09 9a 7c 39 29 9a 7c 2f 80 00 00 |...N...|...N...=......|9).|/...
e420 4d 9e 00 20 2f 83 00 00 41 9c 01 40 2f 83 00 ff 41 9d 01 38 81 69 00 14 7c 6a 1b 78 2f 8b 00 08 M.../...A..@/...A..8.i..|j.x/...
e440 41 9e 01 2c 81 29 00 18 54 60 10 3a 2f 8b 00 18 7d 49 00 2e 41 9e 01 18 2f 8b 00 20 41 9e 01 10 A..,.)..T`.:/...}I..A.../...A...
e460 2f 8b 00 0f 40 9e 01 04 55 40 bc 6a 55 49 d5 b4 7d 29 03 78 55 40 ee fe 7d 2a 03 78 48 00 00 f0 /...@...U@.jUI..}).xU@..}*.xH...
e480 2f 85 00 00 4d 9c 00 20 3d 20 ff f5 39 69 9a 7c 7d 26 22 14 80 0b 00 0c 7f 89 00 00 4d 9d 00 20 /...M...=...9i.|}&".........M...
e4a0 80 0b 00 10 7d 27 2a 14 7f 89 00 00 4d 9d 00 20 80 0b 00 08 81 2b 00 04 54 88 10 3a 54 84 08 3c ....}'*.....M........+..T..:T..<
e4c0 7c 05 01 d6 7c a0 4a 14 7d 69 5b 78 48 00 00 8c 81 69 00 14 2f 8b 00 18 41 9e 00 0c 2f 8b 00 20 |...|.J.}i[xH....i../...A.../...
e4e0 40 9e 00 24 38 06 00 01 7d 65 42 14 7c 09 03 a6 48 00 00 0c 91 4b 00 00 39 6b 00 04 42 00 ff f8 @..\$8...}eB.|...H....K..9k..B...
e500 48 00 00 50 38 0b ff f1 2b 80 00 01 7c 05 22 14 41 9d 00 24 7c 0b 03 78 38 06 00 01 7c 09 03 a6 H..P8...+...|.".A..\$|..x8...|...
e520 48 00 00 0c b1 4b 00 00 39 6b 00 02 42 00 ff f8 48 00 00 20 7c 0b 03 78 38 06 00 01 7c 09 03 a6 H....K..9k..B...H...|..x8...|...
e540 48 00 00 0c 99 4b 00 00 39 6b 00 01 42 00 ff f8 80 09 00 08 7c a5 02 14 2f 87 00 00 38 e7 ff ff H....K..9k..B.......|.../...8...
e560 40 9e ff 70 4e 80 00 20 39 40 00 00 2f 84 00 00 40 9c ff 10 4e 80 00 20 3d 60 ff f5 39 6b 9a 7c @..pN...9@../...@...N...=`..9k.|
e580 81 2b 00 08 80 0b 00 10 81 6b 00 04 7c 63 49 d6 7d 29 01 d6 7d 23 48 50 7c 63 5a 14 7d 29 26 70 .+.......k..|cI.})..}#HP|cZ.})&p
e5a0 7d 29 01 94 2f 89 00 00 39 29 00 01 7d 29 03 a6 40 bc 00 38 38 00 00 01 7c 09 03 a6 48 00 00 2c })../...9)..})..@..88...|...H..,
e5c0 80 03 00 00 90 0b 00 00 80 03 00 04 90 0b 00 04 80 03 00 08 90 0b 00 08 80 03 00 0c 38 63 00 10 ............................8c..
e5e0 90 0b 00 0c 39 6b 00 10 42 00 ff d8 4e 80 00 20 3d 20 ff f5 38 c0 00 00 39 69 9a 7c 38 e0 00 00 ....9k..B...N...=...8...9i.|8...
e600 80 09 9a 7c 2f 80 00 00 41 9e 00 0c 80 eb 00 10 80 cb 00 0c 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 ...|/...A...........=...=`..9k..
e620 81 28 90 18 39 29 00 01 38 09 00 01 55 29 10 3a 54 0a 10 3a 90 08 90 18 7c cb 49 2e 7c eb 51 2e .(..9)..8...U).:T..:....|.I.|.Q.
e640 4e 80 00 20 94 21 ff e0 3d 20 ff f5 39 29 9c 88 bf 81 00 10 3f 80 ff f5 81 7c 90 18 39 4b ff ff N....!..=...9)......?....|..9K..
e660 55 6b 10 3a 39 0a ff ff 55 4a 10 3a 38 88 ff ff 55 08 10 3a 3b a4 ff ff 54 84 10 3a 57 a0 10 3a Uk.:9...UJ.:8...U..:;...T..:W..:
e680 7c e9 58 2e 7c c9 50 2e 3b bd ff ff 93 bc 90 18 7c a9 40 2e 7c 69 00 2e 7c 89 20 2e bb 81 00 10 |.X.|.P.;.......|.@.|i..|.......
e6a0 38 21 00 20 4b ff fd 6c 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 41 00 08 3f 60 ff f5 3f 80 ff f5 8!..K..l.!..|......\$.A..?`..?...
e6c0 3b 9c 9c 88 80 1b 90 18 54 00 10 3a 7f 5c 00 2e 4b ff e7 71 7c 7d 1b 78 48 00 06 dd 7f a3 eb 78 ;.......T..:.\..K..q|}.xH......x
e6e0 4b ff 9f 61 81 3b 90 18 39 29 00 01 55 20 10 3a 91 3b 90 18 7f 5c 01 2e 80 01 00 24 bb 41 00 08 K..a.;..9)..U..:.;...\.....\$.A..
e700 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 7c 85 23 78 90 01 00 14 8!..|...N....!..=...|...|.#x....
e720 80 09 9a 7c 39 29 9a 7c 2f 80 00 00 41 9e 00 30 2f 83 00 00 41 9c 00 28 2f 83 00 ff 41 9d 00 20 ...|9).|/...A..0/...A..(/...A...
e740 81 29 00 18 54 60 10 3a 54 86 06 3e 54 84 86 3e 7c a9 01 2e 54 a5 c6 3e 48 00 9e e9 80 01 00 14 .)..T`.:T..>T..>|...T..>H.......
e760 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff c0 3d 20 ff f4 7c 08 02 a6 90 01 00 44 be 41 00 08 8!..|...N....!..=...|......D.A..
e780 3a 49 5b 38 3d 20 ff f4 3e a0 ff f5 3a 69 5b 0c 3d 20 ff f4 3b d5 9a 7c 3a 89 5b 14 3d 20 ff f4 :I[8=...>...:i[.=...;..|:.[.=...
e7a0 3a c9 5b 1c 3d 20 ff f4 3a e9 5b 24 3d 20 ff f4 90 7e 00 04 90 fe 00 08 90 9e 00 0c 90 be 00 10 :.[.=...:.[\$=....~..............
e7c0 3b 09 5b 30 3b 3e 00 04 90 de 00 14 3b e0 00 00 3b 5e 00 0c 3b 7e 00 10 3b 9e 00 14 3b be 00 08 ;.[0;>......;...;^..;~..;...;...
e7e0 48 00 00 58 4b ff ef e9 7f e3 fb 78 7e 84 a3 78 7f 65 db 78 38 c0 00 04 4b ff ef d5 7f e3 fb 78 H..XK......x~..x.e.x8...K......x
e800 7e c4 b3 78 7f 85 e3 78 38 c0 00 04 4b ff ef c1 7f e3 fb 78 7e e4 bb 78 7f a5 eb 78 38 c0 00 04 ~..x...x8...K......x~..x...x8...
e820 4b ff ef ad 7f e3 fb 78 7f 04 c3 78 7f 25 cb 78 38 c0 00 04 4b ff ef 99 7f e3 fb 78 7e 44 93 78 K......x...x.%.x8...K......x~D.x
e840 4b ff ee d9 38 c0 00 04 7e 64 9b 78 7f 45 d3 78 7c 7f 1b 79 40 82 ff 90 38 00 00 01 38 60 04 00 K...8...~d.x.E.x|..y@...8...8`..
e860 90 15 9a 7c 4b ff 9d fd 80 1e 00 10 38 a0 00 00 3b e0 00 00 83 be 00 08 81 3e 00 04 90 7e 00 18 ...|K.......8...;........>...~..
e880 7f bd 01 d6 55 20 05 3e 3b bd 0f ff 7f bd 02 14 7d 23 4b 78 57 bd 00 26 7f a4 eb 78 48 00 42 c1 ....U..>;.......}#KxW..&...xH.B.
e8a0 80 7e 00 04 7f a4 eb 78 38 a0 00 00 48 00 47 41 80 7e 00 04 7f a5 eb 78 38 c0 ff ff 3b a0 00 00 .~.....x8...H.GA.~.....x8...;...
e8c0 7c 64 1b 78 48 00 44 ad 7f e3 fb 78 7f a4 eb 78 4b ff fe 3d 3d 3d 00 01 2f 9f 00 ff 3b a9 01 01 |d.xH.D....x...xK..===../...;...
e8e0 3b ff 00 01 40 9e ff e4 3c 80 00 ff 38 60 00 fe 60 84 ff cc 4b ff fe 19 3d 20 ff f5 38 60 00 fe ;...@...<...8`..`...K...=...8`..
e900 39 29 9a 7c 38 80 00 00 38 a0 00 00 80 e9 00 10 80 c9 00 0c 4b ff fa fd 3c a0 ff f4 38 60 00 01 9).|8...8...........K...<...8`..
e920 38 a5 d1 8c 38 80 00 00 38 c0 00 01 38 e5 00 04 39 00 00 05 4b ff f5 09 80 01 00 44 ba 41 00 08 8...8...8...8...9...K......D.A..
e940 38 21 00 40 7c 08 03 a6 4e 80 00 20 3c a0 ff f5 3d 40 ff f5 39 4a 9c 88 81 05 90 18 39 28 ff ff 8!.@|...N...<...=@..9J......9(..
e960 55 08 10 3a 39 69 ff ff 55 29 10 3a 38 eb ff ff 55 6b 10 3a 54 e6 10 3a 7c 0a 48 2e 7c 6a 40 2e U..:9i..U).:8...Uk.:T..:|.H.|j@.
e980 38 e7 ff ff 90 e5 90 18 7c 8a 58 2e 7d 2a 30 2e 54 00 06 3e 54 84 44 2e 7c 84 03 78 55 29 82 1e 8.......|.X.}*0.T..>T.D.|..xU)..
e9a0 7c 84 4b 78 4b ff fd 68 94 21 ff e0 3c e0 ff f5 7c 08 02 a6 3d 00 ff f5 90 01 00 24 39 08 9c 88 |.KxK..h.!..<...|...=......\$9...
e9c0 bf 81 00 10 3b c0 00 00 81 47 90 18 39 6a ff ff 55 4a 10 3a 39 2b ff ff 55 6b 10 3a 55 20 10 3a ....;....G..9j..UJ.:9+..Uk.:U..:
e9e0 39 29 ff ff 7f 88 50 2e 91 27 90 18 7f a8 58 2e 7c 08 00 2e 7c 1f 03 78 48 00 00 28 88 9f 00 00 9)....P..'....X.|...|..xH..(....
ea00 88 1f 00 01 89 3f 00 02 3b ff 00 03 54 00 40 2e 54 84 80 1e 7c 84 03 78 7c 84 4b 78 4b ff fc f1 .....?..;...T.@.T...|..x|.KxK...
ea20 7f 9e e0 00 7c 7e ea 14 3b de 00 01 41 9c ff d0 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 ....|~..;...A......\$....8!..|...
ea40 4e 80 00 20 94 21 ff c0 3d 20 ff f5 7c 08 02 a6 39 29 9a 98 90 01 00 44 be a1 00 14 80 09 00 14 N....!..=...|...9).....D........
ea60 7f 83 00 00 40 9e 00 24 80 09 00 18 7f 84 00 00 40 9e 00 18 80 09 00 20 7c 00 00 34 54 00 d9 7e ....@..\$........@.......|..4T..~
ea80 68 16 00 01 48 00 00 08 3a c0 00 00 3d 20 ff f5 39 29 9a 98 81 69 00 0c 7f 83 58 40 40 9c 00 f4 h...H...:...=...9)...i....X@@...
eaa0 80 09 00 10 39 40 00 20 7f 84 00 40 40 9c 00 d4 7d 64 59 d6 81 29 00 1c 7d 29 1a 14 7d 49 58 ae ....9@.....@@...}dY..)..})..}IX.
eac0 48 00 00 c0 1f 44 00 0a 3d 20 ff f4 55 40 18 38 39 29 d3 7c 54 7c 18 38 7f 69 02 14 3b a0 00 00 H....D..=...U@.89).|T|.8.i..;...
eae0 3a a0 00 01 3a fa 00 01 3b 1a 00 09 2f 9d 00 00 57 a0 07 7e 41 9e 00 10 21 20 00 00 7d 3b 01 94 :...:...;.../...W..~A...!...};..
eb00 7d 3b 4b 78 20 00 00 07 7e fe bb 78 7e b9 00 30 3b e0 00 00 7c 1b f8 ae 7f c4 f3 78 7f 83 e3 78 };Kx....~..x~..0;...|......x...x
eb20 3b de 00 01 7f 29 00 39 7c a0 00 26 54 a5 1f fe 7c a5 b2 78 7c a5 00 d0 54 a5 06 3c 4b ff f7 f9 ;....).9|..&T...|..x|...T..<K...
eb40 2f 9f 00 07 3b ff 00 01 40 9e ff cc 7f 83 e3 78 38 a0 00 fe 7f 44 d3 78 4b ff f7 dd 7f 83 e3 78 /...;...@......x8....D.xK......x
eb60 7f 04 c3 78 38 a0 00 fe 3b 9c 00 01 4b ff f7 c9 2f 9d 00 07 3b bd 00 01 40 9e ff 74 48 00 00 14 ...x8...;...K.../...;...@..tH...
eb80 3d 20 ff f5 80 09 9a a8 7f 84 00 40 41 9c ff 38 80 01 00 44 ba a1 00 14 38 21 00 40 7c 08 03 a6 =..........@A..8...D....8!.@|...
eba0 4e 80 00 20 94 21 ff e0 3d 20 ff f5 7c 08 02 a6 39 29 9a 98 90 01 00 24 bf a1 00 14 7c 7e 1b 78 N....!..=...|...9).....\$....|~.x
ebc0 80 09 00 10 7f 83 00 00 40 9c 00 34 2f 83 00 00 7d 3d 4b 78 3b e0 00 00 40 9c 00 0c 48 00 00 20 ........@..4/...}=Kx;...@...H...
ebe0 4b ff fe 65 80 1d 00 0c 7f e3 fb 78 7f c4 f3 78 7f 9f 00 00 3b ff 00 01 41 9c ff e8 80 01 00 24 K..e.......x...x....;...A......\$
ec00 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 60 00 0a 7c 08 02 a6 90 01 00 14 ....8!..|...N....!..8`..|.......
ec20 4b ff f9 59 3d 20 ff f5 38 e0 00 01 38 c9 9a 98 48 00 00 30 7d 47 01 d6 81 26 00 1c 7d 65 01 d6 K..Y=...8...8...H..0}G...&..}e..
ec40 7d 29 42 14 39 08 00 01 7c 09 50 ae 7c 09 59 ae 80 06 00 0c 7f 88 00 00 41 9c ff dc 38 e7 00 01 })B.9...|.P.|.Y.........A...8...
ec60 81 26 00 10 39 29 ff ff 7f 87 48 00 41 9c 00 18 3d 20 ff f5 39 40 00 00 39 09 9a 98 38 e0 00 20 .&..9)....H.A...=...9@..9...8...
ec80 48 00 00 2c 39 00 00 00 38 a7 ff ff 4b ff ff c4 81 28 00 10 81 68 00 1c 39 29 ff ff 7d 6b 52 14 H..,9...8...K....(...h..9)..}kR.
eca0 7d 29 01 d6 39 4a 00 01 7c eb 49 ae 80 08 00 0c 7f 8a 00 00 41 9c ff dc 80 01 00 14 80 68 00 10 })..9J..|.I.........A........h..
ecc0 38 21 00 10 7c 08 03 a6 38 63 ff ff 4b ff fe d8 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 8!..|...8c..K....!..|...........
ece0 3f e0 ff f5 39 3f 9a 98 80 1f 9a 98 2f 80 00 00 41 9e 00 14 80 69 00 1c 4b ff 99 49 38 00 00 00 ?...9?....../...A....i..K..I8...
ed00 90 1f 9a 98 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ............8!..|...N....!..|...
ed20 90 01 00 14 bf c1 00 08 3f c0 ff f5 3b fe 9a 98 38 7f 00 04 38 9f 00 08 4b ff f5 c1 38 00 ff ff ........?...;...8...8...K...8...
ed40 2f 83 00 00 41 9c 00 58 38 60 00 00 38 80 00 00 4b ff f9 bd 81 3f 00 08 38 00 00 0a 7d 29 03 d6 /...A..X8`..8...K....?..8...})..
ed60 80 1f 00 04 7c 00 1e 70 7c 00 01 94 91 3f 00 10 7c 69 01 d6 90 1f 00 0c 4b ff 98 e9 39 20 00 00 ....|..p|....?..|i......K...9...
ed80 38 00 00 01 91 3f 00 24 91 3f 00 18 90 7f 00 1c 91 3f 00 14 90 1e 9a 98 38 00 00 00 7c 03 03 78 8....?.\$.?.......?......8...|..x
eda0 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff c0 7c 08 02 a6 90 01 00 44 ........8!..|...N....!..|......D
edc0 be a1 00 14 7c 7a 1b 79 41 82 06 9c 3d 20 ff f5 80 09 9a 98 2f 80 00 00 40 9e 00 14 4b ff ff 3d ....|z.yA...=......./...@...K..=
ede0 38 00 ff ff 2f 83 00 00 40 9e 06 80 3d 20 ff f5 39 29 9a 98 80 09 00 20 2f 80 00 00 41 9e 06 04 8.../...@...=...9)....../...A...
ee00 38 00 00 00 80 89 00 18 80 69 00 14 90 09 00 20 4b ff fc 35 48 00 05 ec 38 0a ff f9 54 00 06 3e 8........i......K..5H...8...T..>
ee20 2b 80 00 14 41 9d 00 c0 54 00 10 3a 7c 18 00 2e 7c 00 c2 14 7c 09 03 a6 4e 80 04 20 3b c0 00 00 +...A...T..:|...|...|...N...;...
ee40 48 00 00 6c 81 3d 00 14 2f 89 00 00 41 9e 05 24 38 09 ff ff 90 1d 00 14 48 00 05 18 81 3f 00 14 H..l.=../...A..\$8.......H....?..
ee60 39 29 00 08 55 29 00 38 91 3f 00 14 48 00 05 04 81 3f 00 18 93 9f 00 14 39 29 00 01 48 00 02 a0 9)..U).8.?..H....?......9)..H...
ee80 7d 7e 01 d6 81 3f 00 1c 7d 29 52 14 39 4a 00 01 7f 69 59 ae 80 1f 00 0c 7f 8a 00 40 41 9c ff e4 }~...?..})R.9J...iY........@A...
eea0 7f c3 f3 78 3b de 00 01 4b ff fc fd 80 1f 00 10 7f 9e 00 40 40 9c 00 0c 39 40 00 00 4b ff ff d8 ...x;...K..........@@...9@..K...
eec0 93 9d 00 18 93 9d 00 14 48 00 04 a8 93 9f 00 14 48 00 04 a0 93 9f 00 24 48 00 04 98 93 3f 00 24 ........H.......H......\$H....?.\$
eee0 48 00 04 90 80 1f 00 24 2f 80 00 02 41 9e 00 48 2b 80 00 02 41 9d 00 10 2f 80 00 01 40 9e 04 34 H......\$/...A..H+...A.../...@..4
ef00 48 00 00 18 2f 80 00 03 41 9e 00 50 2f 80 00 04 40 9e 04 20 48 00 00 98 2f 8a 00 4d 93 9f 00 24 H.../...A..P/...@...H.../..M...\$
ef20 41 9e 03 68 2f 8a 00 5b 40 9e 04 48 92 bf 00 24 48 00 04 40 38 00 00 11 7e e9 bb 78 7c 09 03 a6 A..h/..[@..H...\$H..@8...~..x|...
ef40 48 00 00 0c 93 89 00 00 39 29 00 04 42 00 ff f8 93 9f 00 28 92 df 00 24 2f 8a 00 3b 40 9e 00 1c H.......9)..B......(...\$/..;@...
ef60 81 3f 00 28 2b 89 00 0e 41 9d 00 10 38 09 00 01 90 1f 00 28 48 00 03 fc 39 6a ff d0 55 60 06 3e .?.(+...A...8......(H...9j..U`.>
ef80 2b 80 00 09 41 9d 00 28 81 3f 00 28 39 29 00 08 55 29 10 3a 7d 3f 4a 14 80 09 00 0c 1c 00 00 0a +...A..(.?.(9)..U).:}?J.........
efa0 7c 0b 02 14 90 09 00 0c 48 00 03 c8 2f 8a 00 48 93 9f 00 24 41 9e 01 34 2b 8a 00 48 41 9d 00 3c |.......H.../..H...\$A..4+..HA..<
efc0 2f 8a 00 42 41 9e 00 90 2b 8a 00 42 41 9d 00 18 2f 8a 00 40 41 9e 02 bc 2f 8a 00 41 40 9e 03 94 /..BA...+..BA.../..@A.../..A@...
efe0 48 00 00 48 2f 8a 00 43 41 9e 00 a0 2f 8a 00 44 40 9e 03 80 48 00 00 c8 2f 8a 00 4b 41 9e 01 d0 H..H/..CA.../..D@...H.../..KA...
f000 2b 8a 00 4b 41 9d 00 10 2f 8a 00 4a 40 9e 03 64 48 00 01 14 2f 8a 00 4d 41 9e 02 64 2f 8a 00 66 +..KA.../..J@..dH.../..MA..d/..f
f020 40 9e 03 50 48 00 00 c4 80 1f 00 2c 2f 80 00 00 40 9e 00 08 93 3f 00 2c 81 3f 00 18 80 1f 00 2c @..PH......,/...@....?.,.?.....,
f040 7f 89 00 00 41 9e 03 2c 7c 00 48 50 90 1f 00 18 48 00 03 20 80 1f 00 2c 2f 80 00 00 40 9e 00 08 ....A..,|.HP....H......,/...@...
f060 93 3f 00 2c 81 7f 00 18 80 1f 00 2c 81 3f 00 10 7d 6b 02 14 39 29 ff ff 7f 8b 48 40 40 9c 02 f4 .?.,.......,.?..}k..9)....H@@...
f080 91 7f 00 18 48 00 02 ec 80 1f 00 2c 2f 80 00 00 40 9e 00 08 93 3f 00 2c 81 7f 00 14 80 1f 00 2c ....H......,/...@....?.,.......,
f0a0 81 3f 00 0c 7d 6b 02 14 39 29 ff ff 7f 8b 48 40 40 9c 02 c0 91 7f 00 14 48 00 02 b8 80 1f 00 2c .?..}k..9)....H@@.......H......,
f0c0 2f 80 00 00 40 9e 00 08 93 3f 00 2c 81 3f 00 14 80 1f 00 2c 7f 89 00 00 41 9e 02 98 7c 00 48 50 /...@....?.,.?.....,....A...|.HP
f0e0 90 1f 00 14 48 00 02 8c 81 3f 00 2c 2f 89 00 00 41 9e 00 0c 38 09 ff ff 90 1f 00 2c 81 3f 00 30 ....H....?.,/...A...8......,.?.0
f100 2f 89 00 00 41 9e 00 0c 38 09 ff ff 90 1f 00 30 80 1f 00 30 81 3f 00 2c 90 1f 00 14 91 3f 00 18 /...A...8......0...0.?.,.....?..
f120 48 00 02 50 80 1f 00 2c 2f 80 00 00 40 9e 02 44 80 1f 00 18 81 3f 00 10 7f 80 48 40 40 9c 02 34 H..P...,/...@..D.....?....H@@..4
f140 81 5f 00 14 80 1f 00 0c 7f 8a 00 40 41 9c 00 20 48 00 02 20 81 7f 00 18 81 3f 00 1c 7d 60 59 d6 ._.........@A...H........?..}`Y.
f160 7d 29 52 14 39 4a 00 01 7f 69 59 ae 80 1f 00 0c 7f 8a 00 40 41 9c ff e0 80 7d 00 18 4b ff fa 29 })R.9J...iY........@A....}..K..)
f180 81 3d 00 18 3b c9 00 01 48 00 00 30 7d 7e 01 d6 81 3f 00 1c 7d 29 52 14 39 4a 00 01 7f 69 59 ae .=..;...H..0}~...?..})R.9J...iY.
f1a0 80 1f 00 0c 7f 8a 00 40 41 9c ff e4 7f c3 f3 78 3b de 00 01 4b ff f9 f1 80 1f 00 10 7f 9e 00 40 .......@A......x;...K..........@
f1c0 40 9c 01 b0 39 40 00 00 4b ff ff d8 80 1f 00 2c 2f 80 00 01 41 9e 00 1c 2b 80 00 01 41 9c 00 1c @...9@..K......,/...A...+...A...
f1e0 2f 80 00 02 39 40 00 00 40 9e 01 88 48 00 00 80 39 40 00 00 48 00 00 50 81 5f 00 14 48 00 00 1c /...9@..@...H...9@..H..P._..H...
f200 81 7f 00 18 81 3f 00 1c 7d 60 59 d6 7d 29 52 14 39 4a 00 01 7f 69 59 ae 80 1f 00 0c 7f 8a 00 40 .....?..}`Y.})R.9J...iY........@
f220 41 9c ff e0 48 00 01 00 81 3f 00 0c 80 1f 00 18 81 7f 00 1c 7d 29 01 d6 7d 6b 52 14 39 4a 00 01 A...H....?..........})..}kR.9J..
f240 7f 6b 49 ae 80 1f 00 14 7f 8a 00 40 40 9d ff dc 48 00 00 d4 81 7f 00 18 81 3f 00 1c 7d 60 59 d6 .kI........@@...H........?..}`Y.
f260 7d 29 52 14 39 4a 00 01 7f 69 59 ae 80 1f 00 0c 7f 8a 00 40 40 9d ff e0 48 00 00 ac 80 1f 00 2c })R.9J...iY........@@...H......,
f280 2f 80 00 01 40 9e 00 ec 4b ff f9 89 48 00 00 e4 81 3f 00 14 80 1f 00 0c 81 1f 00 2c 7c 09 00 50 /...@...K...H....?.........,|..P
f2a0 7f 88 00 40 40 9d 00 0c 7c 08 03 78 48 00 00 0c 2f 88 00 00 41 9e 00 bc 7d 48 4a 14 48 00 00 24 ...@@...|..xH.../...A...}HJ.H..\$
f2c0 80 1f 00 18 81 7f 00 1c 7c 09 01 d6 7c 0a 02 14 39 4a 00 01 7d 28 00 50 7c 0b 00 ae 7c 0b 49 ae ........|...|...9J..}(.P|...|.I.
f2e0 81 3f 00 0c 38 09 ff ff 7f 8a 00 40 41 9c ff d4 81 5d 00 14 48 00 00 20 81 3f 00 0c 80 1f 00 18 .?..8......@A....]..H....?......
f300 81 7f 00 1c 7d 29 01 d6 7d 6b 52 14 39 4a 00 01 7f 6b 49 ae 80 1f 00 14 7c 08 02 14 7f 8a 00 40 ....})..}kR.9J...kI.....|......@
f320 41 9c ff d8 80 7d 00 18 4b ff f8 7d 48 00 00 44 80 7f 00 14 81 7f 00 0c 93 9f 00 24 80 9f 00 18 A....}..K..}H..D...........\$....
f340 38 03 00 01 7f 83 58 40 90 1f 00 14 40 9c 00 24 80 1f 00 10 7f 84 00 40 40 9c 00 18 7d 6b 21 d6 8.....X@....@..\$.......@@...}k!.
f360 81 3f 00 1c 7d 29 1a 14 7d 49 59 ae 4b ff f6 d9 80 1f 00 14 81 3f 00 0c 7f 80 48 00 41 9c 00 14 .?..})..}IY.K........?....H.A...
f380 81 3f 00 18 93 9f 00 14 39 29 00 01 91 3f 00 18 81 3f 00 18 80 1f 00 10 38 e0 00 00 7f 89 00 00 .?......9)...?...?......8.......
f3a0 40 9c 00 34 48 00 00 88 7d 46 01 d6 81 3f 00 1c 7d 67 01 d6 7d 29 42 14 39 08 00 01 7c 09 50 ae @..4H...}F...?..}g..})B.9...|.P.
f3c0 7c 09 59 ae 80 1f 00 0c 7f 88 00 40 41 9c ff dc 7c c7 33 78 81 3f 00 10 39 29 ff ff 7f 87 48 40 |.Y........@A...|.3x.?..9)....H@
f3e0 40 9c 00 10 39 00 00 00 38 c7 00 01 4b ff ff d8 91 3d 00 18 93 9d 00 14 4b ff f8 19 48 00 00 30 @...9...8...K....=......K...H..0
f400 3d 20 ff f5 3b 80 00 00 3b e9 9a 98 3d 20 ff f4 3b 09 d1 b8 3b 60 00 20 7f fd fb 78 3b 20 00 01 =...;...;...=...;...;`.....x;...
f420 3a ff 00 2c 3a c0 00 03 3a a0 00 02 89 5a 00 00 3b 5a 00 01 2f 8a 00 00 40 9e f9 e0 3d 20 ff f5 :..,:...:....Z..;Z../...@...=...
f440 39 29 9a 98 80 09 00 20 2f 80 00 01 41 9e 00 18 38 00 00 01 80 89 00 18 80 69 00 14 90 09 00 20 9)....../...A...8........i......
f460 4b ff f5 e5 38 00 00 00 7c 03 03 78 80 01 00 44 ba a1 00 14 38 21 00 40 7c 08 03 a6 4e 80 00 20 K...8...|..x...D....8!.@|...N...
f480 94 21 ff a0 7c 86 23 78 7c 08 02 a6 7c 85 fe 70 90 01 00 64 bf a1 00 54 7c 7d 1b 78 48 00 a4 89 .!..|.#x|...|..p...d...T|}.xH...
f4a0 38 81 00 08 7f a3 eb 78 38 a0 00 34 48 00 a4 fd 2f 83 00 34 41 9e 00 14 3c 60 ff f4 38 63 5b 7c 8......x8..4H.../..4A...<`..8c[|
f4c0 4b ff 91 c5 48 00 00 40 80 01 00 08 6c 09 7f 45 2f 89 4c 46 40 9e 00 30 80 01 00 0c 3d 20 01 02 K...H..@....l..E/.LF@..0....=...
f4e0 54 00 00 1e 7f 80 48 00 40 9e 00 1c 80 01 00 18 6c 00 00 02 68 03 00 14 7c 63 00 34 54 63 d9 7e T.....H.@.......l...h...|c.4Tc.~
f500 48 00 00 08 38 60 00 00 80 01 00 64 bb a1 00 54 38 21 00 60 7c 08 03 a6 4e 80 00 20 94 21 ff e0 H...8`.....d...T8!.`|...N....!..
f520 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c bb 2b 78 7c 7d 1b 78 7c 9c 23 78 4b ff ff 49 2f 83 00 00 |......\$.a..|.+x|}.x|.#xK..I/...
f540 40 9e 00 10 3c 60 ff f4 38 63 5b 9c 48 00 00 34 7f 85 fe 70 7f 86 e3 78 7f a3 eb 78 48 00 a3 c9 @...<`..8c[.H..4...p...x...xH...
f560 7f a3 eb 78 7f 64 db 78 38 a0 00 34 48 00 a4 3d 2f 83 00 34 41 9e 00 14 3c 60 ff f4 38 63 5b 7c ...x.d.x8..4H..=/..4A...<`..8c[|
f580 4b ff 91 05 48 00 00 80 a0 7b 00 2c 2b 83 00 20 40 9d 00 10 3c 60 ff f4 38 63 5b b0 4b ff ff e4 K...H....{.,+...@...<`..8c[.K...
f5a0 54 7e 28 34 7f c3 f3 78 4b ff 90 b9 7c 7f 1b 79 40 a2 00 14 3c 60 ff f4 38 63 5b e4 4b ff 90 c9 T~(4...xK...|..y@...<`..8c[.K...
f5c0 48 00 00 48 80 db 00 1c 38 a0 00 00 7f a3 eb 78 7c dc 32 14 48 00 a3 51 7f a3 eb 78 7f e4 fb 78 H..H....8......x|.2.H..Q...x...x
f5e0 7f c5 f3 78 48 00 a3 c5 7f 83 f0 00 41 9e 00 1c 3c 60 ff f4 38 63 5b f4 4b ff 90 8d 7f e3 fb 78 ...xH.......A...<`..8c[.K......x
f600 4b ff 90 41 3b e0 00 00 80 01 00 24 7f e3 fb 78 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 K..A;......\$...x.a..8!..|...N...
f620 94 21 ff e0 38 a0 ff ff 7c 08 02 a6 38 c0 ff ff 90 01 00 24 bf a1 00 14 7c 7d 1b 78 48 00 a2 e9 .!..8...|...8......\$....|}.xH...
f640 7f a3 eb 78 48 00 a3 fd 3c 00 00 01 7f 84 00 00 7c 9e 23 78 40 9d 00 08 3f c0 00 01 3b e0 00 00 ...xH...<.......|.#x@...?...;...
f660 48 00 00 14 4b ff fe 1d 2f 83 00 00 40 9e 00 1c 3b ff 01 00 7f 9f f0 00 7f e4 fb 78 7f a3 eb 78 H...K.../...@...;..........x...x
f680 41 9c ff e4 3b e0 ff ff 80 01 00 24 7f e3 fb 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 A...;......\$...x....8!..|...N...
f6a0 94 21 ff f0 3c a0 ff f4 7c 08 02 a6 38 a5 d2 0c 38 60 00 01 38 80 00 14 38 c0 00 01 90 01 00 14 .!..<...|...8...8`..8...8.......
f6c0 38 e5 00 04 39 00 00 03 4b ff e7 75 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 8...9...K..u....8!..|...N....!..
f6e0 3d 40 ff f5 7c 08 02 a6 3d 20 ff f5 3c 80 ff f5 90 01 00 14 39 29 9c 88 38 84 9b 04 81 6a 90 18 =@..|...=...<.......9)..8....j..
f700 39 6b 00 01 55 60 10 3a 91 6a 90 18 7c 69 01 2e 3c 60 ff f4 38 63 5c 0c 4b ff d7 ad 80 01 00 14 9k..U`.:.j..|i..<`..8c\.K.......
f720 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7e 1b 78 8!..|...N....!..|...........|~.x
f740 3b e0 00 00 48 00 00 0c 3b ff 00 01 4b ff ff 91 7c 1e f8 ae 2f 80 00 00 7c 03 03 78 40 9e ff ec ;...H...;...K...|.../...|..x@...
f760 80 01 00 14 7f e3 fb 78 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 .......x....8!..|...N....!..|...
f780 93 e1 00 0c 90 01 00 14 7c 7f 1b 79 40 80 00 0c 48 00 00 20 4b ff ff 49 2f 9f 00 00 38 60 00 0c ........|..y@...H...K..I/...8`..
f7a0 3b ff ff ff 40 9e ff f0 48 00 00 18 4b ff ff 31 2f 9f 00 00 38 60 00 08 3b ff 00 01 40 9e ff f0 ;...@...H...K..1/...8`..;...@...
f7c0 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 ........8!..|...N....!..|.......
f7e0 bf c1 00 08 7c 7e 1b 78 3b e0 00 00 48 00 00 08 4b ff fe ed 7f 9f f0 00 38 60 00 20 3b ff 00 01 ....|~.x;...H...K.......8`..;...
f800 41 9c ff f0 80 01 00 14 7c 7e 00 d0 bb c1 00 08 38 21 00 10 7c 08 03 a6 4b ff ff 60 94 21 ff e0 A.......|~......8!..|...K..`.!..
f820 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7e 1b 78 7c 9c 23 78 80 03 00 08 2f 80 00 00 41 9e 00 a8 |......\$.a..|~.x|.#x..../...A...
f840 7c 83 23 78 48 00 ab 4d 7c 7d 1b 79 41 82 00 98 3b 60 00 00 83 fe 00 08 7f e3 fb 78 48 00 ab 35 |.#xH..M|}.yA...;`.........xH..5
f860 80 1e 00 0c 38 80 00 0a 38 a3 00 01 7f e3 fb 78 7d 25 ea 14 7f 89 00 00 41 9c 00 38 48 00 aa cd ....8...8......x}%......A..8H...
f880 38 80 00 0a 2c 03 00 00 41 82 00 5c 9b 63 00 00 83 fe 00 08 7f e3 fb 78 48 00 aa b1 2c 03 00 00 8...,...A..\.c.........xH...,...
f8a0 40 82 00 08 38 7f ff ff 9b 63 00 01 4b ff ff a8 38 7d 00 01 7f e4 fb 78 7c 7f 1a 14 48 00 ad 51 @...8....c..K...8}.....x|...H..Q
f8c0 80 7e 00 08 7f 84 e3 78 7f a5 eb 78 48 00 ad 1d 81 3e 00 08 38 00 00 0a 38 60 00 01 7c 09 e9 ae .~.....x...xH....>..8...8`..|...
f8e0 48 00 00 08 38 60 00 00 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 H...8`.....\$.a..8!..|...N....!..
f900 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 7c 9f 23 78 83 c3 00 08 48 00 00 10 48 00 aa 01 |......\$....|}.x|.#x....H...H...
f920 30 03 ff ff 7f c3 01 94 2f 9f 00 00 7f c3 f3 78 38 80 00 0a 3b ff ff ff 2f 1e 00 00 41 9e 00 08 0......./......x8...;.../...A...
f940 40 9a ff dc 81 3d 00 00 38 00 00 00 2f 9e 00 00 98 09 00 00 41 9e 00 4c 81 3d 00 10 3b e0 00 00 @....=..8.../.......A..L.=..;...
f960 48 00 00 08 3b ff 00 01 7f 9f 48 00 41 9d 00 18 7c 1e f8 ae 2f 80 00 0a 2f 00 00 00 41 9e 00 08 H...;.....H.A...|.../.../...A...
f980 40 9a ff e4 80 7d 00 00 7f c4 f3 78 7f e5 fb 78 48 00 ac 59 81 3d 00 00 38 00 00 00 7c 09 f9 ae @....}.....x...xH..Y.=..8...|...
f9a0 80 01 00 24 7f c3 f3 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 ...\$...x....8!..|...N....!..|...
f9c0 90 01 00 24 bf a1 00 14 4b ff ff 35 7c 7f 1b 79 41 82 00 38 38 80 00 0a 48 00 a9 45 2c 03 00 00 ...\$....K..5|..yA..88...H..E,...
f9e0 41 82 00 28 3b a3 00 01 7f a3 eb 78 48 00 a9 a5 7f a4 eb 78 38 a3 00 01 7f e3 fb 78 48 00 ac 11 A..(;......xH......x8......xH...
fa00 38 60 00 00 48 00 00 08 38 60 00 01 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 8`..H...8`.....\$....8!..|...N...
fa20 94 21 ff b0 7c 08 02 a6 90 01 00 54 bd c1 00 08 7c 78 1b 78 3f a0 ff f5 3b bd 9b 04 3c 60 ff f4 .!..|......T....|x.x?...;...<`..
fa40 38 9d 00 04 38 63 5c 14 83 58 00 00 4b ff e0 c5 38 60 00 0a 3a c0 00 00 4b ff fc 85 3d 20 ff f4 8...8c\..X..K...8`..:...K...=...
fa60 3a e0 00 00 3a 29 5c 1c 3d 20 ff f4 3a 09 76 ec 3d 20 ff f5 3a a9 90 18 3d 20 ff f5 3a 89 9c 88 :...:)\.=...:.v.=...:...=...:...
fa80 3b e0 00 00 3b 60 00 00 3b c0 00 01 39 fd 00 08 3a 60 00 00 3a 5d 00 0c 39 dd 00 10 48 00 05 7c ;...;`..;...9...:`..:]..9...H..|
faa0 2f 9e 00 00 41 9e 00 24 7e 23 8b 78 7d e4 7b 78 4b ff d4 15 9a 7a 00 00 3a c0 00 00 3a e0 00 00 /...A..\$~#.x}.{xK....z..:...:...
fac0 3b e0 00 00 3b 60 00 00 7e 03 83 78 7e 44 93 78 4b ff d3 f5 81 35 00 00 55 20 10 3a 39 29 ff ff ;...;`..~..x~D.xK....5..U..:9)..
fae0 91 35 00 00 7f 34 00 2e 2f 99 00 0a 41 9e 01 88 41 9d 00 48 2f 99 00 04 41 9e 02 10 41 9d 00 1c .5...4../...A...A..H/...A...A...
fb00 2f 99 00 02 41 9e 02 a0 41 9d 01 d0 2f 99 00 01 40 9e 04 a4 48 00 02 6c 2f 99 00 06 41 9e 02 a4 /...A...A.../...@...H..l/...A...
fb20 41 9c 02 70 2f 99 00 08 41 9e 01 f4 2f 99 00 09 40 9e 04 84 48 00 00 58 2f 99 00 0e 41 9e 03 ac A..p/...A.../...@...H..X/...A...
fb40 41 9d 00 14 2f 99 00 0c 41 9e 03 6c 41 9d 01 28 48 00 02 88 2f 99 00 19 41 9e 00 28 41 9d 00 10 A.../...A..lA..(H.../...A..(A...
fb60 2f 99 00 10 40 9e 04 50 48 00 03 e4 2f 99 00 1b 41 9e 00 28 2f 99 00 7f 40 9e 04 3c 48 00 01 a0 /...@..PH.../...A..(/...@..<H...
fb80 7f da fa 14 3b a0 00 00 48 00 02 a4 7f da fa 14 3b a0 00 00 48 00 02 f0 7e 03 83 78 7e 44 93 78 ....;...H.......;...H...~..x~D.x
fba0 4b ff d3 25 81 35 00 00 55 20 10 3a 39 29 ff ff 91 35 00 00 7c 14 00 2e 2f 80 00 62 41 9e 00 14 K..%.5..U..:9)...5..|.../..bA...
fbc0 2f 80 00 66 7f ba fa 14 40 9e 03 ec 48 00 00 14 7f da fa 14 48 00 00 58 3b ff 00 01 4b ff fb 01 /..f....@...H.......H..X;...K...
fbe0 88 1d 00 00 38 60 00 20 3b bd 00 01 2f 80 00 20 41 9e ff e8 7f da fa 14 48 00 00 0c 3b ff 00 01 ....8`..;.../...A.......H...;...
fc00 4b ff fa dd 88 1e 00 00 3b de 00 01 2f 80 00 00 7c 03 03 78 2f 00 00 20 41 9e 03 9c 40 9a ff e0 K.......;.../...|..x/...A...@...
fc20 48 00 03 94 4b ff fb 55 3b ff ff ff 2f 9f 00 00 38 60 ff ff 40 9e 00 0c 7f da fa 14 48 00 00 1c H...K..U;.../...8`..@.......H...
fc40 8c 1e ff ff 2f 80 00 20 41 9e ff dc 4b ff ff ec 4b ff fb 29 3b ff ff ff 2f 9f 00 00 38 60 ff ff ..../...A...K...K..);.../...8`..
fc60 41 9e 03 54 8c 1e ff ff 2f 80 00 20 40 9e ff e4 48 00 03 44 2f 96 00 00 41 9e 00 10 7f 03 c3 78 A..T..../...@...H..D/...A......x
fc80 38 80 00 00 4b ff fd 35 80 98 00 00 7f 03 c3 78 3b c0 00 01 4b ff fb 89 7c 7a fa 14 4b ff fa 91 8...K..5.......x;...K...|z..K...
fca0 38 60 00 20 4b ff fa 39 7f 43 d3 78 4b ff e2 a9 81 35 00 00 7d c4 73 78 39 29 00 01 55 20 10 3a 8`..K..9.C.xK....5..}.sx9)..U..:
fcc0 91 35 00 00 3d 20 ff f4 7c 74 01 2e 80 69 5c 00 4b ff d1 f5 48 00 02 e4 3d 20 ff f4 3b c0 00 01 .5..=...|t...i\.K...H...=...;...
fce0 80 69 5c 04 4b ff fa 49 2f 96 00 00 38 00 00 00 41 9e 02 d8 7f 03 c3 78 38 80 00 00 4b ff fc bd .i\.K..I/...8...A......x8...K...
fd00 3b c0 00 01 48 00 02 b4 7f 9f d8 00 41 9e 02 a8 7c 7a f8 ae 3b ff 00 01 4b ff f9 c5 2f 9f 00 00 ;...H.......A...|z..;...K.../...
fd20 3b c0 00 00 38 00 00 01 41 9e 02 a0 7f 9a fa 14 38 60 ff ff 4b ff fa 45 7f 83 e3 78 3b bf ff ff ;...8...A.......8`..K..E...x;...
fd40 4b ff f9 ed 38 60 00 20 3b c0 00 00 4b ff f9 91 38 bb 00 01 7f 84 e3 78 7c bf 28 50 7c 7a ea 14 K...8`..;...K...8......x|.(P|z..
fd60 48 00 a8 ad 7f 63 d8 f8 3b 7b ff ff 7c 63 fa 14 7f bf eb 78 4b ff fa 05 38 00 00 01 48 00 02 4c H....c..;{..|c.....xK...8...H..L
fd80 7c 7f 00 d0 3b e0 00 00 4b ff f9 f1 48 00 00 2c 7c 7a fa 14 3b c0 00 00 4b ff f9 95 7f ff 1a 14 |...;...K...H..,|z..;...K.......
fda0 48 00 02 18 2f 9f 00 00 41 9e 02 0c 38 60 ff ff 3b ff ff ff 4b ff f9 c5 3b c0 00 00 48 00 02 5c H.../...A...8`..;...K...;...H..\
fdc0 7f 9f d8 00 40 9c 01 f0 7c 7a f8 ae 3b ff 00 01 4b ff f9 0d 4b ff ff e4 80 78 00 04 7c 9a fa 14 ....@...|z..;...K...K....x..|...
fde0 48 00 a4 01 7c 7f d8 50 7f fb fb 78 4b ff f9 e9 7e 7a f9 ae 48 00 01 c0 3b 7b 00 01 7c bf d8 50 H...|..P...xK...~z..H...;{..|..P
fe00 3b ff 00 01 48 00 a8 09 81 38 00 04 7f c3 f3 78 7c 09 e8 ae 3b bd 00 01 98 1e 00 00 7f 9e e3 78 ;...H....8.....x|...;..........x
fe20 4b ff f9 0d 20 63 00 01 4b ff f9 51 80 18 00 10 3b 9e 00 01 7f c4 f3 78 7f 83 e3 78 7f 9b 00 00 K....c..K..Q....;......x...x....
fe40 40 9c 01 74 81 38 00 04 7c 09 e8 ae 2f 80 00 00 40 9e ff a8 48 00 01 60 3b 7b 00 01 7c bf d8 50 @..t.8..|.../...@...H..`;{..|..P
fe60 3b ff 00 01 48 00 a7 a9 38 00 00 20 7f c3 f3 78 98 1e 00 00 7f 9e e3 78 4b ff f8 b5 20 63 00 01 ;...H...8......x.......xK....c..
fe80 4b ff f8 f9 80 18 00 10 3b 9e 00 01 2f 1d 00 00 7f c4 f3 78 7f 83 e3 78 7f 9b 00 00 73 e9 00 03 K.......;.../......x...x....s...
fea0 3b bd 00 01 40 9c 01 10 41 9a ff b0 40 82 ff ac 48 00 01 04 80 78 00 10 3b c0 00 00 7c 63 00 d0 ;...@...A...@...H....x..;...|c..
fec0 7c 7f 18 50 4b ff f8 b5 3d 20 ff f4 7e 23 8b 78 80 89 5c 08 4b ff cf f1 7f 43 d3 78 4b ff f8 51 |..PK...=...~#.x..\.K....C.xK..Q
fee0 7c 63 f8 50 48 00 01 30 2f 97 00 00 41 9e 00 c8 3a f7 ff ff 7f 03 c3 78 7e e4 bb 78 4b ff fa 01 |c.PH..0/...A...:......x~..xK...
ff00 7c 7f 00 d0 4b ff f8 75 7f 63 db 78 4b ff f8 c9 7f 43 d3 78 4b ff f8 19 7f 43 d3 78 48 00 a4 75 |...K..u.c.xK....C.xK....C.xH..u
ff20 2f 97 00 00 7c 7b 1b 78 40 9e 00 98 2f 96 00 00 41 9e 00 90 7f 03 c3 78 38 80 00 00 4b ff fa 7d /...|{.x@.../...A......x8...K..}
ff40 7f 7f db 78 3a c0 00 00 4b ff fe 70 2f 97 00 00 40 9e 00 20 80 98 00 00 7f 03 c3 78 4b ff f8 c1 ...x:...K..p/...@..........xK...
ff60 2f 83 00 00 41 9e 00 0c 3a c0 00 01 3a e0 00 01 7e e4 bb 78 7f 03 c3 78 4b ff f9 85 3b c0 00 00 /...A...:...:...~..x...xK...;...
ff80 30 03 ff ff 7e f7 01 94 7c 7f 00 d0 4b ff f7 ed 7f 63 db 78 4b ff f8 41 7f 43 d3 78 4b ff f7 91 0...~...|...K....c.xK..A.C.xK...
ffa0 7f 43 d3 78 48 00 a3 ed 7c 7b 1b 78 7c 7f 1b 78 48 00 00 68 3b c0 00 00 38 00 00 00 48 00 00 0c .C.xH...|{.x|..xH..h;...8...H...
ffc0 7f 7f db 78 4b ff fd f4 2b 99 00 1f 40 9d 00 4c 2f 80 00 00 40 9e 00 44 80 18 00 10 7f 9b 00 00 ...xK...+...@..L/...@..D........
ffe0 40 9c 00 38 7f ba fa 14 3b 9f 00 01 3b 7b 00 01 7f a4 eb 78 7c bf d8 50 7c 7a e2 14 48 00 a6 11 @..8....;...;{.....x|..P|z..H...
10000 7f 3a f9 ae 7f a3 eb 78 7f 9f e3 78 4b ff f7 21 20 63 00 01 4b ff f7 65 3d 20 ff f5 39 29 90 1c .:.....x...xK..!.c..K..e=...9)..
10020 80 09 00 00 2f 80 00 00 40 9e fa 78 80 01 00 54 b9 c1 00 08 38 21 00 50 7c 08 03 a6 4e 80 00 20 ..../...@..x...T....8!.P|...N...
10040 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 80 63 00 00 4b ff 85 e9 80 7d 00 04 .!..|......\$....|}.x.c..K....}..
10060 4b ff 85 e1 80 7d 00 08 4b ff 85 d9 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 K....}..K......\$....8!..|...N...
10080 94 21 ff e0 7c 08 02 a6 90 01 00 24 38 00 00 50 bf a1 00 14 7c 7d 1b 78 38 60 00 51 90 1d 00 10 .!..|......\$8..P....|}.x8`.Q....
100a0 4b ff 85 c1 81 3d 00 10 90 7d 00 00 38 69 00 01 4b ff 85 b1 38 00 00 28 90 1d 00 0c 90 7d 00 04 K....=...}..8i..K...8..(.....}..
100c0 38 60 00 28 4b ff 85 9d 3d 00 ff f5 38 00 00 00 3d 20 ff f5 39 29 9c 88 81 68 90 18 98 03 00 00 8`.(K...=...8...=...9)...h......
100e0 38 00 ff ff 90 7d 00 08 39 6b 00 01 55 6a 10 3a 91 68 90 18 7c 09 51 2e 80 01 00 24 bb a1 00 14 8....}..9k..Uj.:.h..|.Q....\$....
10100 38 21 00 20 7c 08 03 a6 4e 80 00 20 3c e0 ff f5 3d 20 ff f5 39 69 9c 88 81 27 90 18 55 20 10 3a 8!..|...N...<...=...9i...'..U..:
10120 39 49 ff ff 55 49 10 3a 7d 0b 00 2e 2f 88 ff ff 7c 0b 48 2e 40 9e 00 14 2f 80 ff ff 40 9e 00 0c 9I..UI.:}.../...|.H.@.../...@...
10140 91 47 90 18 4e 80 00 20 3d 20 ff f5 55 4b 10 3a 39 29 9c 88 90 03 00 04 91 03 00 00 38 00 00 00 .G..N...=...UK.:9)..........8...
10160 7c 09 59 2e 3d 20 ff f5 91 49 90 18 4e 80 00 20 3d 00 ff f5 3d 60 ff f5 80 03 00 04 39 6b 9c 88 |.Y.=....I..N...=...=`......9k..
10180 81 28 90 18 39 29 00 01 55 2a 10 3a 39 29 00 01 7c 0b 51 2e 55 2a 10 3a 80 03 00 00 91 28 90 18 .(..9)..U*.:9)..|.Q.U*.:.....(..
101a0 7c 0b 51 2e 4e 80 00 20 94 21 ff f0 3c a0 ff f4 7c 08 02 a6 38 a5 d2 28 38 60 00 00 38 80 00 1c |.Q.N....!..<...|...8..(8`..8...
101c0 38 c0 00 01 90 01 00 14 38 e5 00 04 39 00 00 06 4b ff dc 6d 80 01 00 14 38 21 00 10 7c 08 03 a6 8.......8...9...K..m....8!..|...
101e0 4e 80 00 20 94 21 ff 80 3d 00 ff f5 7c 08 02 a6 7d 80 00 26 90 01 00 84 3d 60 ff f5 39 6b 9c 88 N....!..=...|...}..&....=`..9k..
10200 91 81 00 4c be 81 00 50 7c b4 2b 79 7c 7a 1b 78 7c 97 23 78 81 48 90 18 39 2a ff ff 55 4a 10 3a ...L...P|.+y|z.x|.#x.H..9*..UJ.:
10220 55 20 10 3a 39 29 ff ff 91 28 90 18 7f 6b 50 2e 7f 2b 00 2e 81 23 00 04 80 03 00 00 41 82 02 64 U..:9)...(...kP..+...#......A..d
10240 38 80 00 00 38 a0 00 3c 83 1a 00 14 38 61 00 08 7c 1c 03 78 7d 3d 4b 78 48 00 a3 45 83 fa 00 14 8...8..<....8a..|..x}=KxH..E....
10260 7f 83 e3 78 7f a4 eb 78 7f 3e cb 78 7f e6 fb 78 7f e5 fe 70 48 01 44 91 80 1a 00 18 90 01 00 08 ...x...x.>.x...x...pH.D.........
10280 7c 83 23 79 90 81 00 10 41 82 00 2c 7c 63 f8 50 7f 83 d8 00 40 9d 00 08 7f 63 db 78 31 23 ff ff |.#y....A..,|c.P....@....c.x1#..
102a0 7c 09 19 10 90 61 00 14 7f 63 d8 50 90 01 00 0c 7f d9 1a 14 7f 05 fe 70 7f 06 c3 78 7f 83 e3 78 |....a...c.P...........p...x...x
102c0 7f a4 eb 78 2e 17 00 00 48 01 42 f1 80 1a 00 14 81 7a 00 18 3b e1 00 0c 3a e0 00 00 91 61 00 30 ...x....H.B......z..;...:....a.0
102e0 93 21 00 18 7d 3b 03 d6 93 c1 00 1c 7c 09 01 d6 91 21 00 20 90 01 00 28 7d 20 d8 50 7c 1e 02 14 .!..};......|....!.....(}..P|...
10300 31 49 ff ff 7d 6a 49 10 90 01 00 40 91 21 00 3c 3d 20 ff f5 91 61 00 34 3b 09 90 18 3d 20 ff f5 1I..}jI....@.!.<=....a.4;...=...
10320 7c 95 23 78 3a c9 9c 88 3b 60 00 00 80 ff 00 00 2f 87 00 00 41 9e 01 38 41 92 00 68 2f 97 00 01 |.#x:...;`....../...A..8A..h/...
10340 41 9e 00 60 81 38 00 00 81 1f ff fc 39 29 00 01 39 69 00 01 55 29 10 3a 38 0b 00 01 55 6b 10 3a A..`.8......9)..9i..U).:8...Uk.:
10360 54 0a 10 3a 7d 16 49 2e 90 18 00 00 7e b6 59 2e 7c f6 51 2e 80 7a 00 08 4b ff ce a5 81 38 00 00 T..:}.I.....~.Y.|.Q..z..K....8..
10380 80 7f 00 04 80 bf 00 08 80 1f ff fc 39 29 ff ff 80 9f 00 0c 91 38 00 00 7c 60 1a 14 48 00 a2 4d ............9).......8..|`..H..M
103a0 81 38 00 00 80 1f 00 00 7e 83 a3 78 80 ff ff fc 39 29 00 01 39 69 00 01 55 29 10 3a 39 4b 00 01 .8......~..x....9)..9i..U).:9K..
103c0 55 6b 10 3a 91 58 00 00 55 48 10 3a 7c f6 49 2e 7e b6 59 2e 7c 16 41 2e 4b ff ce 45 81 38 00 00 Uk.:.X..UH.:|.I.~.Y.|.A.K..E.8..
103e0 55 20 10 3a 39 29 ff ff 91 38 00 00 7f d6 00 2e 2f 9e 00 00 40 9c 00 10 2f 9b 00 00 41 9e 00 a4 U..:9)...8....../...@.../...A...
10400 48 00 00 7c 80 1f 00 00 3b 20 00 00 7f 9e 00 00 41 9e 00 24 80 1a 00 14 81 3f 00 08 7c 1e 01 d6 H..|....;.......A..\$.....?..|...
10420 7f 80 48 00 40 9d 00 08 7d 20 4b 78 90 1f 00 08 3b 20 00 01 40 92 00 24 2f 97 00 01 41 9e 00 1c ..H.@...}.Kx....;...@..\$/...A...
10440 80 1f ff fc 80 9f 00 04 80 7f 00 0c 80 bf 00 08 7c 80 22 14 48 00 a1 95 80 1f 00 08 2f 99 00 00 ................|.".H......./...
10460 7e b5 f2 14 7f 7b 02 14 40 9e 00 14 2f 97 00 02 3b ff 00 14 3a f7 00 01 40 9e fe b4 2f 9b 00 00 ~....{..@.../...;...:...@.../...
10480 40 9d 00 24 7f 6a db 78 7f 69 fe 70 7d 4a e8 14 7d 29 e1 14 91 5a 00 04 91 3a 00 00 48 00 00 08 @..\$.j.x.i.p}J..})...Z...:..H...
104a0 3b 60 ff ff 80 01 00 84 81 81 00 4c 7f 63 db 78 ba 81 00 50 38 21 00 80 7c 08 03 a6 7d 80 81 20 ;`.........L.c.x...P8!..|...}...
104c0 4e 80 00 20 94 21 ff f0 38 80 00 01 7c 08 02 a6 90 01 00 14 80 a3 00 0c 4b ff fd 0d 3d 60 ff f5 N....!..8...|...........K...=`..
104e0 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 .+..9)..U..:.+..=...9)..|i......
10500 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 80 00 00 7c 08 02 a6 90 01 00 14 80 a3 00 08 8!..|...N....!..8...|...........
10520 4b ff fc c5 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 K...=`...+..9)..U..:.+..=...9)..
10540 7c 69 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 |i......8!..|...N....!..|.......
10560 80 63 00 18 4b ff 80 dd 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 .c..K.......8!..|...N....!..|...
10580 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 3c 60 ff f4 38 63 5c 68 4b ff d4 e1 90 7f 00 08 3c 60 ff f4 ........|..x<`..8c\hK.......<`..
105a0 38 63 5c 74 4b ff d4 d1 81 5f 00 08 2f 8a 00 00 90 7f 00 0c 40 9e 00 28 3d 60 ff f5 81 2b 90 18 8c\tK...._../.......@..(=`...+..
105c0 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 48 00 00 b8 38 00 02 00 9)..U..:.+..=...9)..}I..H...8...
105e0 3c 60 ff f4 90 1f 00 14 90 1f 00 10 38 63 5c 84 4b ff d4 85 2f 83 00 00 41 9e 00 2c 4b ff cc 21 <`..........8c\.K.../...A..,K..!
10600 3d 60 ff f5 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e =`...+..U..:9)...+..=...9)..|...
10620 90 1f 00 14 3c 60 ff f4 38 63 5c 90 4b ff d4 49 2f 83 00 00 41 9e 00 2c 4b ff cb e5 3d 60 ff f5 ....<`..8c\.K..I/...A..,K...=`..
10640 81 2b 90 18 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e 90 1f 00 10 .+..U..:9)...+..=...9)..|.......
10660 80 7f 00 14 4b ff 7f fd 3d 60 ff f5 38 00 ff ff 90 7f 00 18 81 2b 90 18 39 29 00 01 55 2a 10 3a ....K...=`..8........+..9)..U*.:
10680 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 .+..=...9)..|.Q.........8!..|...
106a0 4e 80 00 20 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 ff ff 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 N...=`..8....+..9)..U*.:.+..=...
106c0 39 29 9c 88 7c 09 51 2e 4e 80 00 20 3c a0 ff f5 3d 00 ff f5 81 23 00 04 81 43 00 08 39 08 9c 88 9)..|.Q.N...<...=....#...C..9...
106e0 80 e5 90 18 38 07 ff ff 54 e6 10 3a 54 00 10 3a 7d 68 30 2e 7d 88 00 2e 7d 4a 60 14 7d 29 59 14 ....8...T..:T..:}h0.}...}J`.})Y.
10700 7d 48 01 2e 7d 28 31 2e 4e 80 00 20 3d 60 ff f5 81 43 00 14 81 2b 90 18 39 29 00 01 55 20 10 3a }H..}(1.N...=`...C...+..9)..U..:
10720 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 4e 80 00 20 94 21 ff f0 3c a0 ff f4 7c 08 02 a6 .+..=...9)..}I..N....!..<...|...
10740 38 a5 d2 5c 38 60 00 00 38 80 00 20 38 c0 00 01 90 01 00 14 38 e5 00 04 39 00 00 09 4b ff d6 e1 8..\8`..8...8.......8...9...K...
10760 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 ....8!..|...N....!..|......\$....
10780 7c 7d 1b 78 80 63 00 00 48 00 92 b9 81 7d 00 08 80 1d 00 04 2f 83 ff ff 40 9e 00 0c 2f 84 ff ff |}.x.c..H....}....../...@.../...
107a0 41 9e 00 14 7c 09 03 78 7d 6a 5b 78 7c 8a 20 10 7c 69 19 10 3d 00 ff f5 3d 60 ff f5 39 6b 9c 88 A...|..x}j[x|...|i..=...=`..9k..
107c0 bb a1 00 14 81 28 90 18 39 29 00 01 38 09 00 01 55 29 10 3a 54 0a 10 3a 90 08 90 18 80 01 00 24 .....(..9)..8...U).:T..:.......\$
107e0 38 21 00 20 7c 8b 49 2e 7c 08 03 a6 7c 6b 51 2e 4e 80 00 20 94 21 ff f0 3d 40 ff f5 7c 08 02 a6 8!..|.I.|...|kQ.N....!..=@..|...
10800 3d 60 ff f5 90 01 00 14 39 6b 9c 88 bf c1 00 08 7c 7f 1b 78 81 2a 90 18 80 63 00 04 80 ff 00 0c =`......9k......|..x.*...c......
10820 80 9f 00 08 55 20 10 3a 3b c9 ff ff 81 1f 00 10 57 c9 10 3a 7c ab 00 2e 38 1e ff ff 90 0a 90 18 ....U..:;.......W..:|...8.......
10840 2f 85 ff ff 7c cb 48 2e 40 9e 00 0c 2f 86 ff ff 41 9e 00 18 7c e0 43 79 7d 86 20 14 7d 65 19 14 /...|.H.@.../...A...|.Cy}...}e..
10860 40 82 00 20 48 00 00 5c 7c e0 43 79 39 60 ff ff 39 80 ff ff 41 82 00 4c 7d 88 20 14 7d 67 19 14 @...H..\|.Cy9`..9...A..L}...}g..
10880 7d 44 60 10 7d 23 59 10 7f 87 48 40 41 9d 00 34 7f 87 48 00 40 9e 00 0c 7f 88 50 40 41 9d 00 24 }D`.}#Y...H@A..4..H.@.....P@A..\$
108a0 3d 20 ff f5 57 cb 10 3a 39 29 9c 88 38 00 ff ff 7c 09 59 2e 3d 20 ff f5 93 c9 90 18 48 00 00 34 =...W..:9)..8...|.Y.=.......H..4
108c0 80 7f 00 00 7d 65 5b 78 7d 86 63 78 48 00 90 59 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a ....}e[x}.cxH..Y=`...+..9)..U..:
108e0 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 .+..=...9)..|i..........8!..|...
10900 4e 80 00 20 94 21 ff e0 3d 00 ff f5 7c 08 02 a6 3d 60 ff f5 90 01 00 24 39 6b 9c 88 bf a1 00 14 N....!..=...|...=`.....\$9k......
10920 7c 7f 1b 78 81 48 90 18 80 63 00 00 39 2a ff ff 55 4a 10 3a 55 20 10 3a 39 29 ff ff 7f cb 50 2e |..x.H...c..9*..UJ.:U..:9)....P.
10940 91 28 90 18 7f ab 00 2e 48 00 90 f9 81 7f 00 0c 81 9f 00 10 81 3f 00 04 80 1f 00 08 7d 6a 63 79 .(......H............?......}jcy
10960 41 82 00 40 7c 08 03 78 7d 27 4b 78 7d 48 60 10 7d 27 59 10 7f c0 fe 70 7c ca 20 14 7c a9 19 14 A..@|..x}'Kx}H`.}'Y....p|...|...
10980 7f 80 28 40 41 9d 00 14 7f 80 28 00 40 9e 00 14 7f 9e 30 40 40 9d 00 0c 7c 08 62 14 7f c4 00 50 ..(@A.....(.@.....0@@...|.b....P
109a0 80 7f 00 00 7f a4 eb 78 7f c5 f3 78 48 00 8f fd 3d 60 ff f5 bb a1 00 14 81 2b 90 18 39 29 00 01 .......x...xH...=`.......+..9)..
109c0 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 24 38 21 00 20 7c 08 03 a6 U..:.+..=...9)..|i.....\$8!..|...
109e0 4e 80 00 20 94 21 ff f0 3c 60 ff f4 7c 08 02 a6 38 63 5c c0 90 01 00 14 4b ff 7c 8d 3d 20 ff f5 N....!..<`..|...8c\.....K.|.=...
10a00 80 09 90 18 3d 20 ff f5 39 29 9c 88 54 0b 10 3a 38 00 00 00 7c 09 59 2e 80 01 00 14 38 21 00 10 ....=...9)..T..:8...|.Y.....8!..
10a20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 7f 1b 78 80 63 00 1c |...N....!..|...........|..x.c..
10a40 2f 83 00 00 41 9e 00 08 4b ff c7 65 80 7f 00 00 2f 83 00 00 41 9e 00 08 48 00 8e 61 80 01 00 14 /...A...K..e..../...A...H..a....
10a60 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 fd d0 7c 08 02 a6 90 01 02 34 bf 21 02 14 ....8!..|...N....!..|......4.!..
10a80 7c 7e 1b 78 4b ff c6 f5 7c 7c 1b 79 40 82 00 14 3c 60 ff f4 38 63 5b e0 48 00 9d 49 7c 7c 1b 78 |~.xK...||.y@...<`..8c[.H..I||.x
10aa0 4b ff c8 4d 48 00 93 35 2f 83 ff ff 7c 7f 1b 78 41 9e 02 b0 90 7e 00 00 89 7c 00 00 2f 8b 00 2d K..MH..5/...|..xA....~...|../..-
10ac0 41 9e 00 3c 3d 20 ff f4 39 29 36 14 7c 09 58 ae 70 09 00 04 40 82 00 28 38 0b ff 9f 54 00 06 3e A..<=...9)6.|.X.p...@..(8...T..>
10ae0 2b 80 00 07 41 9d 00 3c 88 1c 00 01 2f 80 00 2c 41 9e 00 0c 2f 80 00 00 40 9e 00 28 7f 83 e3 78 +...A..<..../..,A.../...@..(...x
10b00 38 80 00 2c 48 00 98 19 2f 83 00 00 3b 43 00 01 40 9e 00 20 3d 20 ff f4 3b 49 5b e0 48 00 00 14 8..,H.../...;C..@...=...;I[.H...
10b20 2f 8b 00 2c 3b 5c 00 01 41 9e 00 08 7f 9a e3 78 38 a0 00 00 38 c0 00 00 7f e3 fb 78 3b 21 00 08 /..,;\..A......x8...8......x;!..
10b40 48 00 8d e5 7f e3 fb 78 7f 24 cb 78 38 a0 02 00 48 00 8e 59 2f 83 02 00 7c 7b 1b 78 40 9e 02 04 H......x.\$.x8...H..Y/...|{.x@...
10b60 3f e0 ff f5 3d 20 ff f5 3b a9 9c 88 3c 60 ff f4 3c 80 ff f5 38 63 5c e0 81 3f 90 18 38 84 9b 1c ?...=...;...<`..<...8c\..?..8...
10b80 39 29 00 01 55 20 10 3a 91 3f 90 18 7f 3d 01 2e 4b ff cf 81 81 3f 90 18 55 20 10 3a 39 29 ff ff 9)..U..:.?...=..K....?..U..:9)..
10ba0 91 3f 90 18 7c 9d 00 2e 2f 84 00 00 41 9e 00 b8 7f 83 e3 78 4b ff cc f1 2f 83 00 00 7c 64 1b 78 .?..|.../...A......xK.../...|d.x
10bc0 90 7e 00 1c 41 9e 01 9c 3c 60 ff f4 38 63 5c f4 4b ff ce 6d 2f 83 00 00 41 9e 01 88 80 9e 00 1c .~..A...<`..8c\.K..m/...A.......
10be0 4b ff c6 75 81 3f 90 18 80 9e 00 1c 3c 60 ff f4 38 63 5c 84 55 20 10 3a 39 29 ff ff 55 27 10 3a K..u.?......<`..8c\.U..:9)..U'.:
10c00 7c 1d 00 2e 39 29 ff ff 90 1e 00 0c 55 2b 10 3a 39 29 ff ff 55 2a 10 3a 39 29 ff ff 55 28 10 3a |...9)......U+.:9)..U*.:9)..U(.:
10c20 39 29 ff ff 7c 1d 38 2e 90 1e 00 10 7c 1d 58 2e 90 1e 00 04 7c 1d 50 2e 90 1e 00 08 91 3f 90 18 9)..|.8.....|.X.....|.P......?..
10c40 7c 1d 40 2e 93 7e 00 14 90 1e 00 18 4b ff cd f1 2f 83 00 00 41 9e 00 60 80 9e 00 1c 4b ff c5 f9 |.@..~......K.../...A..`....K...
10c60 48 00 00 3c 38 00 ff ff 90 9e 00 1c 93 7e 00 14 3c 60 ff f4 90 1e 00 18 90 9e 00 10 38 63 5c 84 H..<8........~..<`..........8c\.
10c80 90 9e 00 0c 90 9e 00 08 90 9e 00 04 4b ff cd e9 2f 83 00 00 41 9e 00 20 4b ff c5 85 81 3f 90 18 ............K.../...A...K....?..
10ca0 55 20 10 3a 39 29 ff ff 91 3f 90 18 7c 1d 00 2e 90 1e 00 14 3f a0 ff f5 4b ff c5 e1 3d 20 ff f5 U..:9)...?..|.......?...K...=...
10cc0 3b 69 9c 88 3d 20 ff f5 3b 29 9b 1c 81 7d 90 18 38 99 00 04 39 6b 00 01 55 60 10 3a 91 7d 90 18 ;i..=...;)...}..8...9k..U`.:.}..
10ce0 7c 7b 01 2e 3c 60 ff f4 38 63 5d 00 4b ff ce 25 81 3d 90 18 55 20 10 3a 39 29 ff ff 91 3d 90 18 |{..<`..8c].K..%.=..U..:9)...=..
10d00 7f fb 00 2e 2f 9f 00 00 41 9e 00 34 7f 43 d3 78 4b ff c8 15 81 3d 90 18 3c 60 ff f4 38 99 00 08 ..../...A..4.C.xK....=..<`..8...
10d20 38 63 5d 10 39 29 00 01 55 20 10 3a 91 3d 90 18 7f fb 01 2e 4b ff c1 91 48 00 00 30 88 1a 00 00 8c].9)..U..:.=......K...H..0....
10d40 2f 80 00 00 41 9e 00 24 3c 80 ff f4 7f 43 d3 78 38 84 55 30 48 00 95 5d 2f 83 00 00 41 9e 00 0c /...A..\$<....C.x8.U0H..]/...A...
10d60 3b e0 00 00 48 00 00 08 3b e0 00 01 2f 9c 00 00 41 9e 00 0c 7f 83 e3 78 4b ff 78 c9 3d 20 ff f5 ;...H...;.../...A......xK.x.=...
10d80 2f 9f 00 00 3b 89 9c 88 3f a0 ff f5 40 9e 00 24 7f c3 f3 78 4b ff fc 95 81 3d 90 18 39 29 00 01 /...;...?...@..\$...xK....=..9)..
10da0 55 20 10 3a 91 3d 90 18 7f fc 01 2e 48 00 00 1c 81 3d 90 18 38 00 ff ff 39 29 00 01 55 2b 10 3a U..:.=......H....=..8...9)..U+.:
10dc0 91 3d 90 18 7c 1c 59 2e 80 01 02 34 bb 21 02 14 38 21 02 30 7c 08 03 a6 4e 80 00 20 94 21 ff f0 .=..|.Y....4.!..8!.0|...N....!..
10de0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7f 1b 78 81 23 00 00 7d 23 4b 78 81 29 00 14 7d 29 03 a6 |...........|..x.#..}#Kx.)..})..
10e00 4e 80 04 21 39 40 00 00 7c 7e 1b 79 41 82 00 30 80 7f 00 04 2f 83 00 00 41 9e 00 14 81 3f 00 00 N..!9@..|~.yA..0..../...A....?..
10e20 81 29 00 20 7d 29 03 a6 4e 80 04 21 38 00 00 00 93 df 00 04 39 40 ff ff 90 1f 00 10 3d 60 ff f5 .)..})..N..!8.......9@......=`..
10e40 bb c1 00 08 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e .....+..9)..U..:.+..=...9)..}I..
10e60 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 3d 60 ff f5 38 00 00 00 81 2b 90 18 39 29 ff ff ....8!..|...N...=`..8....+..9)..
10e80 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 80 03 00 04 38 c0 ff ff U*.:.+..=...9)..|.Q.N.......8...
10ea0 38 e0 ff ff 2f 80 00 00 41 9e 00 10 80 03 00 10 7c 07 03 78 7c 06 fe 70 3d 00 ff f5 3d 60 ff f5 8.../...A.......|..x|..p=...=`..
10ec0 39 6b 9c 88 81 28 90 18 39 29 00 01 38 09 00 01 55 29 10 3a 54 0a 10 3a 90 08 90 18 7c eb 49 2e 9k...(..9)..8...U).:T..:....|.I.
10ee0 7c cb 51 2e 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 bf c1 00 08 3b c9 9c 88 |.Q.N....!..=...|...........;...
10f00 3f e0 ff f5 80 63 00 00 80 03 00 30 2f 80 00 00 41 9e 00 24 7c 09 03 a6 4e 80 04 21 81 3f 90 18 ?....c.....0/...A..\$|...N..!.?..
10f20 39 29 00 01 55 20 10 3a 91 3f 90 18 7c 7e 01 2e 48 00 00 20 81 3f 90 18 39 29 00 01 55 20 10 3a 9)..U..:.?..|~..H....?..9)..U..:
10f40 91 3f 90 18 3d 20 ff f4 39 29 5d 44 7d 3e 01 2e 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 .?..=...9)]D}>..........8!..|...
10f60 4e 80 00 20 94 21 ff e0 3c e0 ff f5 7c 08 02 a6 3d 20 ff f5 90 01 00 24 39 29 9c 88 bf a1 00 14 N....!..<...|...=......\$9)......
10f80 7c 7f 1b 78 3b c0 00 00 81 67 90 18 81 43 00 04 55 68 10 3a 38 0b ff ff 2f 8a 00 00 90 07 90 18 |..x;....g...C..Uh.:8.../.......
10fa0 7f a9 40 2e 40 9e 00 10 7d 49 41 2e 91 67 90 18 48 00 00 5c 81 3f 00 00 80 7f 00 04 7c 9e ea 14 ..@.@...}IA..g..H..\.?......|...
10fc0 38 a0 02 00 81 29 00 24 7d 29 03 a6 4e 80 04 21 2f 83 02 00 40 9e 00 18 81 3f 00 10 3b de 02 00 8....).\$})..N..!/...@....?..;...
10fe0 39 29 02 00 91 3f 00 10 4b ff ff cc 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 9)...?..K...=`...+..9)..U..:.+..
11000 3d 20 ff f5 39 29 9c 88 7f c9 01 2e 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 =...9).........\$....8!..|...N...
11020 3d 60 ff f5 38 00 02 00 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 =`..8....+..9)..U*.:.+..=...9)..
11040 7c 09 51 2e 4e 80 00 20 94 21 ff f0 3c a0 ff f4 7c 08 02 a6 38 a5 d2 a8 38 60 00 00 38 80 00 14 |.Q.N....!..<...|...8...8`..8...
11060 38 c0 00 01 90 01 00 14 38 e5 00 04 39 00 00 0f 4b ff cd cd 80 01 00 14 38 21 00 10 7c 08 03 a6 8.......8...9...K.......8!..|...
11080 4e 80 00 20 94 21 ff f0 3c 60 ff f4 7c 08 02 a6 3c 80 ff f5 38 63 5d 50 38 84 9b 28 90 01 00 14 N....!..<`..|...<...8c]P8..(....
110a0 4b ff be 25 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 K..%....8!..|...N....!..|.......
110c0 93 e1 00 0c 7c 7f 1b 78 80 03 00 0c 2f 80 00 00 40 9e 00 10 38 60 00 40 4b ff 75 89 90 7f 00 0c ....|..x..../...@...8`.@K.u.....
110e0 80 7f 00 00 80 9f 00 0c 80 03 00 1c 2f 80 00 00 40 9e 00 10 98 04 00 00 80 7f 00 0c 48 00 00 10 ............/...@...........H...
11100 38 a0 00 40 7c 09 03 a6 4e 80 04 21 3d 60 ff f5 83 e1 00 0c 81 2b 90 18 39 29 00 01 55 20 10 3a 8..@|...N..!=`.......+..9)..U..:
11120 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .+..=...9)..|i......8!..|...N...
11140 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 7f 1b 78 81 43 00 04 2f 8a 00 00 40 9e 00 28 .!..|...........|..x.C../...@..(
11160 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e =`...+..9)..U..:.+..=...9)..}I..
11180 48 00 00 58 80 03 00 08 2f 80 00 00 40 9e 00 10 38 60 01 00 4b ff 74 cd 90 7f 00 08 81 3f 00 00 H..X..../...@...8`..K.t......?..
111a0 80 9f 00 08 38 a0 01 00 80 7f 00 04 81 29 00 2c 7d 29 03 a6 4e 80 04 21 3d 60 ff f5 81 2b 90 18 ....8........).,})..N..!=`...+..
111c0 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 83 e1 00 0c 9)..U..:.+..=...9)..|i..........
111e0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7f 1b 78 8!..|...N....!..|......\$....|..x
11200 4b ff bc 41 7c 7e 1b 79 41 82 00 60 81 3f 00 00 7f c4 f3 78 7d 23 4b 78 81 29 00 10 7d 29 03 a6 K..A|~.yA..`.?.....x}#Kx.)..})..
11220 4e 80 04 21 7c 7d 1b 78 7f c3 f3 78 4b ff 74 15 2f 9d 00 00 41 9e 00 34 80 7f 00 04 2f 83 00 00 N..!|}.x...xK.t./...A..4..../...
11240 41 9e 00 14 81 3f 00 00 81 29 00 20 7d 29 03 a6 4e 80 04 21 38 00 00 00 93 bf 00 04 39 40 ff ff A....?...)..})..N..!8.......9@..
11260 90 1f 00 10 48 00 00 08 39 40 00 00 3d 60 ff f5 bb a1 00 14 81 2b 90 18 39 29 00 01 55 20 10 3a ....H...9@..=`.......+..9)..U..:
11280 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 80 01 00 24 38 21 00 20 7c 08 03 a6 4e 80 00 20 .+..=...9)..}I.....\$8!..|...N...
112a0 94 21 ff f0 3d 00 ff f5 7c 08 02 a6 3d 60 ff f5 90 01 00 14 93 e1 00 0c 39 6b 9c 88 7c 7f 1b 78 .!..=...|...=`..........9k..|..x
112c0 80 63 00 04 81 48 90 18 39 2a ff ff 55 4a 10 3a 55 20 10 3a 2f 83 00 00 39 29 ff ff 91 28 90 18 .c...H..9*..UJ.:U..:/...9)...(..
112e0 7c ab 50 2e 7c 8b 00 2e 41 9e 00 34 2f 84 ff ff 38 a0 00 02 40 9e 00 0c 38 80 00 00 38 a0 00 03 |.P.|...A..4/...8...@...8...8...
11300 81 3f 00 00 81 29 00 28 7d 29 03 a6 4e 80 04 21 90 7f 00 10 7c 63 fe 70 48 00 00 14 81 3f 00 00 .?...).(})..N..!....|c.pH....?..
11320 7c 86 23 78 80 69 00 04 48 00 85 fd 3d 60 ff f5 83 e1 00 0c 81 2b 90 18 39 29 00 01 55 20 10 3a |.#x.i..H...=`.......+..9)..U..:
11340 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 .+..=...9)..|i......8!..|...N...
11360 94 21 ff f0 3d 00 ff f5 7c 08 02 a6 3d 60 ff f5 90 01 00 14 93 e1 00 0c 39 6b 9c 88 7c 7f 1b 78 .!..=...|...=`..........9k..|..x
11380 80 63 00 04 80 ff 00 00 81 48 90 18 2f 83 00 00 39 2a ff ff 55 4a 10 3a 55 20 10 3a 39 29 ff ff .c.......H../...9*..UJ.:U..:9)..
113a0 7c ab 50 2e 91 28 90 18 7c 8b 00 2e 41 9e 00 20 80 e7 00 24 7c e9 03 a6 4e 80 04 21 80 1f 00 10 |.P..(..|...A......\$|...N..!....
113c0 7c 00 1a 14 90 1f 00 10 48 00 00 0c 80 67 00 04 48 00 85 d9 3d 60 ff f5 83 e1 00 0c 81 2b 90 18 |.......H....g..H...=`.......+..
113e0 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 01 2e 80 01 00 14 38 21 00 10 9)..U..:.+..=...9)..|i......8!..
11400 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 80 03 00 0c |...N....!..|......\$....|}.x....
11420 7c 09 03 a6 4e 80 04 21 80 7d 00 04 48 00 84 8d 7f a3 eb 78 4b ff 72 0d 80 01 00 24 bb a1 00 14 |...N..!.}..H......xK.r....\$....
11440 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 7f 1b 78 8!..|...N....!..|...........|..x
11460 80 63 00 04 2f 83 00 00 41 9e 00 14 81 3f 00 00 81 29 00 20 7d 29 03 a6 4e 80 04 21 80 7f 00 00 .c../...A....?...)..})..N..!....
11480 4b ff ff 89 80 7f 00 08 2f 83 00 00 41 9e 00 08 4b ff 71 b1 80 7f 00 0c 2f 83 00 00 41 9e 00 08 K......./...A...K.q...../...A...
114a0 4b ff 71 a1 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 K.q.........8!..|...N....!..|...
114c0 90 01 00 24 bf a1 00 14 7c 7d 1b 78 38 60 00 34 4b ff 71 91 7c 7f 1b 78 7f a3 eb 78 48 00 88 fd ...\$....|}.x8`.4K.q.|..x...xH...
114e0 7f fe fb 78 38 03 00 01 7c 7d 1b 78 7c 00 00 34 54 00 d9 7f 40 82 00 38 7f e4 fb 78 48 01 25 c9 ...x8...|}.x|..4T...@..8...xH.%.
11500 7c 60 1b 79 41 82 00 28 7f a3 eb 78 7f e4 fb 78 48 01 00 21 7c 60 1b 79 41 82 00 14 7f a3 eb 78 |`.yA..(...x...xH..!|`.yA......x
11520 7f e4 fb 78 48 00 a2 7d 7c 60 1b 78 2f 80 00 00 93 bf 00 04 41 9e 00 20 2f 9d ff ff 41 9e 00 0c ...xH..}|`.x/.......A.../...A...
11540 7f a3 eb 78 48 00 83 75 7f e3 fb 78 3b c0 00 00 4b ff 70 f1 80 01 00 24 7f c3 f3 78 bb a1 00 14 ...xH..u...x;...K.p....\$...x....
11560 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 7c 1b 78 8!..|...N....!..|......\$....||.x
11580 4b ff bd 6d 4b ff ff 35 7c 7d 1b 79 40 82 00 28 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a K..mK..5|}.y@..(=`...+..9)..U..:
115a0 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7f a9 01 2e 48 00 00 a0 4b ff bb c5 7c 7f 1b 79 41 82 00 5c .+..=...9)......H...K...|..yA..\
115c0 80 1d 00 10 7f a3 eb 78 7f e4 fb 78 7c 09 03 a6 4e 80 04 21 2f 83 00 00 7c 7e 1b 78 90 7c 00 04 .......x...x|...N..!/...|~.x.|..
115e0 40 9e 00 38 7f e3 fb 78 4b ff 70 59 7f a3 eb 78 4b ff fe 19 3d 60 ff f5 81 2b 90 18 39 29 00 01 @..8...xK.pY...xK...=`...+..9)..
11600 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7f c9 01 2e 48 00 00 3c 2f 9f 00 00 93 bc 00 00 U..:.+..=...9)......H..</.......
11620 41 9e 00 0c 7f e3 fb 78 4b ff 70 19 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 55 2a 10 3a A......xK.p.=`..8....+..9)..U*.:
11640 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 .+..=...9)..|.Q....\$....8!..|...
11660 4e 80 00 20 94 21 ff f0 3d 60 ff f5 7c 08 02 a6 90 01 00 14 81 2b 90 18 55 20 10 3a 39 29 ff ff N....!..=`..|........+..U..:9)..
11680 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 69 00 2e 4b ff fe 29 39 40 00 00 2f 83 00 00 41 9e 00 0c .+..=...9)..|i..K..)9@../...A...
116a0 4b ff fd 69 39 40 ff ff 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 K..i9@..=`...+..9)..U..:.+..=...
116c0 39 29 9c 88 7d 49 01 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 3c e0 ff f5 3d 20 ff f5 9)..}I......8!..|...N...<...=...
116e0 39 09 9c 88 81 47 90 18 55 4b 10 3a 38 0a ff ff 90 07 90 18 7d 28 58 2e a8 09 00 00 2f 80 45 52 9....G..UK.:8.......}(X...../.ER
11700 41 9e 00 0c 38 00 00 00 48 00 00 08 38 00 ff ff 7c 08 59 2e 91 47 90 18 4e 80 00 20 94 21 ff e0 A...8...H...8...|.Y..G..N....!..
11720 3d 20 ff f5 80 a3 00 00 39 29 9c 88 80 c3 00 04 80 83 00 08 38 00 ff ff bf 41 00 08 83 a3 00 0c =.......9)..........8....A......
11740 3f 40 ff f5 81 7a 90 18 39 6b 00 01 39 4b 00 01 55 6b 10 3a 39 0a 00 01 55 4a 10 3a 38 e8 00 01 ?@...z..9k..9K..Uk.:9...UJ.:8...
11760 55 08 10 3a 3b 87 00 01 54 e7 10 3a 57 9b 10 3a 7c 09 59 2e 93 9a 90 18 7c c9 51 2e 7c a9 41 2e U..:;...T..:W..:|.Y.....|.Q.|.A.
11780 7f a9 39 2e 7c 89 d9 2e bb 41 00 08 38 21 00 20 4e 80 00 20 3d 60 ff f5 81 43 00 10 81 2b 90 18 ..9.|....A..8!..N...=`...C...+..
117a0 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 4e 80 00 20 94 21 ff f0 9)..U..:.+..=...9)..}I..N....!..
117c0 3c a0 ff f4 7c 08 02 a6 38 a5 d3 24 38 60 00 01 38 80 00 18 38 c0 00 01 90 01 00 14 38 e5 00 04 <...|...8..\$8`..8...8.......8...
117e0 39 00 00 05 4b ff c6 59 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c 60 ff f4 9...K..Y....8!..|...N....!..<`..
11800 7c 08 02 a6 3c 80 ff f5 38 63 5d c4 38 84 9b 2c 90 01 00 14 4b ff b6 b1 80 01 00 14 38 21 00 10 |...<...8c].8..,....K.......8!..
11820 7c 08 03 a6 4e 80 00 20 94 21 fb b0 7c 08 02 a6 90 01 04 54 bd c1 04 08 7c 78 1b 78 4b ff b9 3d |...N....!..|......T....|x.xK..=
11840 3b 80 00 00 3a 20 00 00 7c 7f 1b 78 3c 60 ff f4 38 63 59 2c 4b ff c2 21 7c 73 1b 78 3c 60 ff f4 ;...:...|..x<`..8cY,K..!|s.x<`..
11860 38 63 56 8c 4b ff c2 11 2f 9f 00 00 7c 72 1b 78 41 9e 00 74 7f e3 fb 78 38 80 00 00 38 a0 00 0a 8cV.K.../...|r.xA..t...x8...8...
11880 48 00 87 9d 88 1f 00 00 2f 80 00 00 7c 7c 1b 78 41 9e 00 0c 2f 80 00 2c 40 9e 00 08 3b 80 ff ff H......./...||.xA.../..,@...;...
118a0 7f e3 fb 78 48 00 00 08 7d 23 4b 78 88 03 00 00 39 23 00 01 2f 80 00 00 2f 00 00 2c 41 9e 00 0c ...xH...}#Kx....9#../.../..,A...
118c0 40 9a ff e8 48 00 04 a8 3c 80 ff f4 38 84 55 30 48 00 89 e1 7c 71 00 34 7f e3 fb 78 56 31 d9 7e @...H...<...8.U0H...|q.4...xV1.~
118e0 4b ff 6d 61 3f c0 ff f5 3d 20 ff f5 3b a9 9c 88 3b 40 00 00 7e 63 9b 78 81 3e 90 18 39 29 00 01 K.ma?...=...;...;@..~c.x.>..9)..
11900 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1e 90 18 7f 5d 49 2e 7f 5d 59 2e 4b ff b9 05 81 3e 90 18 8...U).:T..:.....]I..]Y.K....>..
11920 38 01 00 08 7e 43 93 78 39 69 00 01 55 29 10 3a 55 6a 10 3a 91 7e 90 18 7c 1d 49 2e 38 00 02 00 8...~C.x9i..U).:Uj.:.~..|.I.8...
11940 7c 1d 51 2e 4b ff b8 d9 81 3e 90 18 55 2b 10 3a 38 09 ff ff 90 1e 90 18 7f fd 58 2e 2f 9f 02 00 |.Q.K....>..U+.:8.........X./...
11960 40 9e 03 cc ab 61 00 0a 2f 9b 02 00 41 9e 00 60 39 29 00 01 7e 63 9b 78 55 20 10 3a 91 3e 90 18 @....a../...A..`9)..~c.xU..:.>..
11980 7f 5d 01 2e 4b ff b8 99 81 3e 90 18 7e 43 93 78 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1e 90 18 .]..K....>..~C.x8...U).:T..:....
119a0 38 01 02 08 7c 1d 49 2e 7f fd 59 2e 4b ff b8 71 a8 01 02 08 81 3e 90 18 39 29 ff ff 91 3e 90 18 8...|.I...Y.K..q.....>..9)...>..
119c0 2f 80 50 4d 40 9e 00 08 3b 60 02 00 3f a0 ff f5 3d 20 ff f5 3b 49 9c 88 7f 7e fe 70 7e 63 9b 78 /.PM@...;`..?...=...;I...~.p~c.x
119e0 3a 01 02 08 81 3d 90 18 7f 7f db 78 39 29 00 01 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1d 90 18 :....=.....x9)..8...U).:T..:....
11a00 7f 7a 49 2e 7f da 59 2e 4b ff b8 15 81 3d 90 18 38 00 02 00 7e 43 93 78 39 69 00 01 55 29 10 3a .zI...Y.K....=..8...~C.x9i..U).:
11a20 55 6a 10 3a 91 7d 90 18 7e 1a 49 2e 7c 1a 51 2e 4b ff b7 ed 81 3d 90 18 39 7d 90 18 55 20 10 3a Uj.:.}..~.I.|.Q.K....=..9}..U..:
11a40 39 29 ff ff 91 3d 90 18 7c 1a 00 2e 2f 80 02 00 40 9e 02 dc a8 01 02 08 2f 80 50 4d 40 9e 02 d0 9)...=..|.../...@......./.PM@...
11a60 2f 9c ff ff 40 9e 01 70 7f 54 d3 78 7d 75 5b 78 7f 76 db 78 7f d9 f3 78 7f 7a db 78 3b a0 00 01 /...@..p.T.x}u[x.v.x...x.z.x;...
11a80 3a e0 ff ff 39 c1 02 38 39 e1 02 80 48 00 01 28 81 35 00 00 39 29 00 01 38 09 00 01 55 29 10 3a :...9..89...H..(.5..9)..8...U).:
11aa0 54 0b 10 3a 90 15 00 00 7e d4 49 2e 7e d6 da 14 7f 34 59 2e 7f 5a f8 14 7f 39 f1 14 4b ff b7 61 T..:....~.I.~....4Y..Z...9..K..a
11ac0 81 35 00 00 7e 43 93 78 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 15 00 00 38 00 02 00 7e 14 49 2e .5..~C.x8...U).:T..:....8...~.I.
11ae0 7c 14 59 2e 4b ff b7 39 a8 01 02 08 81 35 00 00 2f 17 ff ff 39 29 ff ff 91 35 00 00 2f 80 50 4d |.Y.K..9.....5../...9)...5../.PM
11b00 40 9e 02 2c 83 81 02 14 2f 9c 00 00 41 9e 02 20 40 9a 00 20 3d 20 ff f4 7d c3 73 78 80 89 5d bc @..,..../...A...@...=...}.sx..].
11b20 48 00 87 91 2f 83 00 00 40 9e 00 08 7f b7 eb 78 80 01 02 60 3b bd 00 01 70 00 00 1b 2f 80 00 1b H.../...@......x...`;...p.../...
11b40 40 9e 00 74 3d 20 ff f4 7d e3 7b 78 80 89 5d c0 48 00 87 61 2c 03 00 00 40 82 00 5c 80 01 02 10 @..t=...}.{x..].H..a,...@..\....
11b60 7f 66 fe 70 7d 3c d8 16 93 78 00 10 7c fb 00 16 7d 1b 01 d6 91 18 00 04 7c 06 01 d6 7d 66 e1 d6 .f.p}<...x..|...}.......|...}f..
11b80 7d 5c d9 d6 91 58 00 0c 7c e0 3a 14 7d 2b 4a 14 2f 91 00 00 91 38 00 08 90 f8 00 00 41 9e 01 98 }\...X..|.:.}+J./....8......A...
11ba0 81 61 02 64 90 78 00 08 7d 3b 58 16 7d 5b 59 d6 48 00 01 58 80 01 02 0c 7e 63 9b 78 7f 9d 00 40 .a.d.x..};X.}[Y.H..X....~c.x...@
11bc0 40 9d fe d0 2f 97 ff ff 7e fc bb 78 40 9e 00 4c 48 00 01 5c 2f 9c 00 00 40 9e 00 34 80 01 00 0c @.../...~..x@..LH..\/...@..4....
11be0 39 40 00 00 39 20 00 00 93 78 00 10 91 58 00 04 91 38 00 00 39 40 ff ff 7d 7b 00 96 91 78 00 08 9@..9....x...X...8..9@..}{...x..
11c00 7d 9b 01 d6 91 98 00 0c 48 00 01 30 80 01 02 0c 7f 9c 00 40 41 9d 01 18 7d 5c d9 d6 3f 80 ff f5 }.......H..0.......@A...}\..?...
11c20 3f a0 ff f5 3b bd 9c 88 7d 48 fe 70 7e 63 9b 78 81 3c 90 18 39 29 00 01 38 09 00 01 55 29 10 3a ?...;...}H.p~c.x.<..9)..8...U).:
11c40 54 0b 10 3a 90 1c 90 18 7d 5d 49 2e 7d 1d 59 2e 4b ff b5 cd 81 3c 90 18 7e 43 93 78 38 09 00 01 T..:....}]I.}.Y.K....<..~C.x8...
11c60 55 29 10 3a 54 0b 10 3a 90 1c 90 18 38 00 02 00 7e 1d 49 2e 7c 1d 59 2e 4b ff b5 a5 a8 01 02 08 U).:T..:....8...~.I.|.Y.K.......
11c80 81 3c 90 18 39 29 ff ff 91 3c 90 18 2f 80 50 4d 40 9e 00 9c 81 61 02 14 2f 8b 00 00 41 9e 00 90 .<..9)...<../.PM@....a../...A...
11ca0 80 01 02 60 70 00 00 13 2f 80 00 13 40 9e 00 80 80 01 02 10 7f 66 fe 70 7d 3b 58 16 93 78 00 10 ...`p.../...@........f.p};X..x..
11cc0 7c fb 00 16 7d 1b 01 d6 91 18 00 04 7d 5b 59 d6 91 58 00 0c 7c 06 01 d6 7d 66 59 d6 7c e0 3a 14 |...}.......}[Y..X..|...}fY.|.:.
11ce0 7d 2b 4a 14 2f 91 00 00 91 38 00 08 90 f8 00 00 41 9e 00 44 81 61 02 64 38 00 00 00 90 18 00 08 }+J./....8......A..D.a.d8.......
11d00 7d 3b 58 16 7d 5b 59 d6 7d 66 59 d6 80 01 02 68 90 18 00 0c 7d 2b 4a 14 7d 4a 40 14 7d 29 39 14 };X.}[Y.}fY....h....}+J.}J@.})9.
11d20 91 38 00 00 91 58 00 04 48 00 00 0c 39 40 00 00 48 00 00 08 39 40 ff ff 3d 60 ff f5 b9 c1 04 08 .8...X..H...9@..H...9@..=`......
11d40 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e 80 01 04 54 .+..9)..U..:.+..=...9)..}I.....T
11d60 38 21 04 50 7c 08 03 a6 4e 80 00 20 7d 23 4b 78 4b ff fb 58 3d 20 ff f5 39 60 00 00 81 49 90 18 8!.P|...N...}#KxK..X=...9`...I..
11d80 38 0a ff ff 90 09 90 18 3d 20 ff f5 55 40 10 3a 39 29 9c 88 7d 29 00 2e 88 09 01 fe 2f 80 00 55 8.......=...U@.:9)..})....../..U
11da0 40 9e 00 14 88 09 01 ff 68 0b 00 aa 7d 6b 00 34 55 6b d9 7e 3d 20 ff f5 55 40 10 3a 39 29 9c 88 @.......h...}k.4Uk.~=...U@.:9)..
11dc0 7d 69 01 2e 3d 20 ff f5 91 49 90 18 4e 80 00 20 94 21 ff e0 3d 20 ff f5 80 a3 00 00 39 29 9c 88 }i..=....I..N....!..=.......9)..
11de0 80 c3 00 04 80 83 00 08 38 00 ff ff bf 41 00 08 83 a3 00 0c 3f 40 ff f5 81 7a 90 18 39 6b 00 01 ........8....A......?@...z..9k..
11e00 39 4b 00 01 55 6b 10 3a 39 0a 00 01 55 4a 10 3a 38 e8 00 01 55 08 10 3a 3b 87 00 01 54 e7 10 3a 9K..Uk.:9...UJ.:8...U..:;...T..:
11e20 57 9b 10 3a 7c 09 59 2e 93 9a 90 18 7c c9 51 2e 7c a9 41 2e 7f a9 39 2e 7c 89 d9 2e bb 41 00 08 W..:|.Y.....|.Q.|.A...9.|....A..
11e40 38 21 00 20 4e 80 00 20 3d 60 ff f5 38 00 02 00 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 8!..N...=`..8....+..9)..U*.:.+..
11e60 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 94 21 ff f0 3c a0 ff f4 7c 08 02 a6 38 a5 d3 50 =...9)..|.Q.N....!..<...|...8..P
11e80 38 60 00 01 38 80 00 10 38 c0 00 01 90 01 00 14 38 e5 00 04 39 00 00 05 4b ff bf a5 80 01 00 14 8`..8...8.......8...9...K.......
11ea0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c 60 ff f4 7c 08 02 a6 3c 80 ff f5 38 63 5d c4 8!..|...N....!..<`..|...<...8c].
11ec0 38 84 9b 30 90 01 00 14 4b ff af fd 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 fd b0 8..0....K.......8!..|...N....!..
11ee0 7c 08 02 a6 90 01 02 54 be 21 02 14 7c 7a 1b 78 4b ff b2 89 7c 7f 1b 78 3c 60 ff f4 38 63 59 2c |......T.!..|z.xK...|..x<`..8cY,
11f00 4b ff bb 75 7c 73 1b 78 3c 60 ff f4 38 63 56 8c 4b ff bb 65 2f 9f 00 00 7c 74 1b 78 41 9e 00 38 K..u|s.x<`..8cV.K..e/...|t.xA..8
11f20 7f e3 fb 78 38 80 00 00 38 a0 00 0a 48 00 80 f1 88 1f 00 00 2f 80 00 00 7c 7e 1b 78 40 9e 00 08 ...x8...8...H......./...|~.x@...
11f40 3b c0 00 01 7f e3 fb 78 4b ff 66 f9 2f 9e 00 00 40 9c 00 08 3b c0 00 01 3f a0 ff f5 3d 20 ff f5 ;......xK.f./...@...;...?...=...
11f60 3b 89 9c 88 3b e0 00 00 7e 63 9b 78 3a 21 00 08 81 3d 90 18 39 29 00 01 38 09 00 01 55 29 10 3a ;...;...~c.x:!...=..9)..8...U).:
11f80 54 0b 10 3a 90 1d 90 18 7f fc 49 2e 7f fc 59 2e 4b ff b2 8d 81 3d 90 18 38 00 02 00 7e 83 a3 78 T..:......I...Y.K....=..8...~..x
11fa0 39 69 00 01 55 29 10 3a 55 6a 10 3a 91 7d 90 18 7e 3c 49 2e 7c 1c 51 2e 4b ff b2 65 80 dd 90 18 9i..U).:Uj.:.}..~<I.|.Q.K..e....
11fc0 54 c5 10 3a 38 06 ff ff 90 1d 90 18 7c 1c 28 2e 2f 80 02 00 41 9e 00 0c 7f fc 29 2e 48 00 03 30 T..:8.......|.(./...A.....).H..0
11fe0 88 01 02 06 2f 80 00 55 40 9e 02 88 88 01 02 07 2f 80 00 aa 40 9e 02 7c 38 00 00 04 2f 9e 00 03 ..../..U@......./...@..|8.../...
12000 3b 21 01 c6 39 21 01 ca 3b e0 00 00 7c 09 03 a6 41 9d 00 3c 57 c0 20 36 7d 39 02 14 88 09 00 04 ;!..9!..;...|...A..<W..6}9......
12020 2f 80 00 00 41 9e 00 1c 2f 80 00 05 41 9e 00 14 2f 80 00 0f 41 9e 00 0c 2f 80 00 85 40 9e 02 68 /...A.../...A.../...A.../...@..h
12040 3c 60 ff f4 38 63 5e 68 48 00 02 1c 88 09 00 00 2f 80 00 05 2c 80 00 85 2f 00 00 0f 41 9e 00 20 <`..8c^hH......./...,.../...A...
12060 39 29 00 10 41 9a 00 18 40 86 02 ac 48 00 00 10 3c 60 ff f4 38 63 5e 0c 48 00 02 00 3c 60 ff f4 9)..A...@...H...<`..8c^.H...<`..
12080 38 9f 00 01 38 63 5e 2c 3e e0 ff f5 4b ff 65 f9 57 e9 20 36 7d 39 4a 14 3b e0 00 04 3b 77 90 18 8...8c^,>...K.e.W..6}9J.;...;w..
120a0 3b 00 00 00 3a 40 00 04 3a d9 00 10 81 69 00 08 3d 20 ff f5 3b a9 9c 88 55 60 c0 0e 55 69 46 3e ;...:@..:....i..=...;...U`..UiF>
120c0 7c 00 4b 78 55 69 c4 2e 7c 00 4b 78 55 6b 42 1e 7c 15 5b 78 7e bc ab 78 81 3b 00 00 57 8a 48 2c |.KxUi..|.KxUkB.|.[x~..x.;..W.H,
120e0 7e 63 9b 78 39 29 00 01 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1b 00 00 7d 5d 49 2e 7f 1d 59 2e ~c.x9)..8...U).:T..:....}]I...Y.
12100 4b ff b1 1d 81 3b 00 00 7e 83 a3 78 38 09 00 01 55 29 10 3a 54 0b 10 3a 90 1b 00 00 7e 3d 49 2e K....;..~..x8...U).:T..:....~=I.
12120 7e 5d 59 2e 4b ff b0 f9 80 db 00 00 54 c9 10 3a 38 06 ff ff 7c bd 4a 14 90 1b 00 00 7c 1d 48 2e ~]Y.K.......T..:8...|.J.....|.H.
12140 2f 80 00 04 41 9e 00 10 90 d7 90 18 93 05 00 00 48 00 01 f4 88 01 02 06 2f 80 00 55 40 9e 01 c4 /...A...........H......./..U@...
12160 88 01 02 07 2f 80 00 aa 40 9e 01 b8 7f 9f f0 00 40 9e 00 ac 88 19 00 04 2f 80 00 00 40 9e 00 2c ..../...@.......@......./...@..,
12180 3c 60 ff f4 38 9f 00 01 38 63 5e 48 4b ff 64 f9 81 37 90 18 39 29 00 01 55 20 10 3a 91 37 90 18 <`..8...8c^HK.d..7..9)..U..:.7..
121a0 7f 1d 01 2e 48 00 01 a0 81 79 00 08 81 19 00 0c 90 d7 90 18 55 60 46 3e 55 69 c0 0e 55 0a 46 3e ....H....y..........U`F>Ui..U.F>
121c0 7d 29 03 78 55 00 c0 0e 55 67 c4 2e 7c 00 53 78 55 0a c4 2e 55 6b 42 1e 7c 00 53 78 7d 29 3b 78 }).xU...Ug..|.SxU...UkB.|.Sx});x
121e0 55 08 42 1e 7d 29 5b 78 7c 00 43 78 7d 3c 4a 14 54 0b 48 2c 54 00 4d fe 55 2a 48 2c 90 1a 00 08 U.B.})[x|.Cx}<J.T.H,T.M.U*H,....
12200 91 7a 00 0c 55 29 4d fe 38 00 ff ff 91 5a 00 04 91 3a 00 00 90 05 00 00 48 00 01 2c 88 16 00 04 .z..U)M.8....Z...:......H..,....
12220 3b ff 00 01 2f 80 00 05 2c 80 00 85 2f 00 00 0f 41 9e 00 0c 41 9a 00 08 40 86 00 f4 81 36 00 08 ;.../...,.../...A...A...@....6..
12240 55 2b 46 3e 55 20 c0 0e 7c 00 5b 78 55 2b c4 2e 7c 00 5b 78 55 29 42 1e 7c 00 4b 78 7f 80 aa 14 U+F>U...|.[xU+..|.[xU)B.|.Kx....
12260 4b ff fe 78 38 9e 00 01 4b ff 64 1d 48 00 00 10 3c 60 ff f4 38 63 5e 88 4b ff 64 0d 3d 60 ff f5 K..x8...K.d.H...<`..8c^.K.d.=`..
12280 38 00 00 00 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 8....+..9)..U*.:.+..=...9)..|.Q.
122a0 48 00 00 a4 80 09 00 08 80 e9 00 0c 54 0a 46 3e 54 e8 46 3e 54 e9 c0 0e 54 0b c0 0e 7d 6b 53 78 H...........T.F>T.F>T...T...}kSx
122c0 7d 29 43 78 54 0a c4 2e 54 e8 c4 2e 7d 6b 53 78 7d 29 43 78 54 00 42 1e 54 e7 42 1e 7d 6b 03 78 })CxT...T...}kSx})CxT.B.T.B.}k.x
122e0 7d 29 3b 78 55 68 48 2c 55 2a 48 2c 55 6b 4d fe 55 29 4d fe 38 00 ff ff 91 5a 00 0c 91 3a 00 08 });xUhH,U*H,UkM.U)M.8....Z...:..
12300 7c 1c 29 2e 91 1a 00 04 91 7a 00 00 90 dd 90 18 48 00 00 34 3b ff 00 01 42 00 fd 34 4b ff fd 54 |.)......z......H..4;...B..4K..T
12320 3c 60 ff f4 38 63 5e a8 48 00 00 0c 3c 60 ff f4 38 63 5e cc 4b ff 63 51 3c 60 ff f4 38 63 5e 60 <`..8c^.H...<`..8c^.K.cQ<`..8c^`
12340 4b ff ff 24 80 01 02 54 ba 21 02 14 38 21 02 50 7c 08 03 a6 4e 80 00 20 94 21 ff e0 38 03 ff ff K..\$...T.!..8!.P|...N....!..8...
12360 7d 80 00 26 7c 09 18 39 91 81 00 10 bf a1 00 14 40 82 00 0c 2f 83 00 00 40 9e 00 08 38 60 10 00 }..&|..9........@.../...@...8`..
12380 2f 88 00 00 7c 04 38 50 39 40 00 00 40 9e 00 0c 7c c0 33 78 7c aa 2b 78 7f e4 38 50 2e 08 00 00 /...|.8P9@..@...|.3x|.+x..8P....
123a0 7f c3 00 d0 3b a3 ff ff 39 84 ff ff 38 e7 ff ff 2d 84 00 00 40 92 00 28 7c 1d 02 14 7c 03 f0 38 ....;...9...8...-...@..(|...|..8
123c0 7f 83 30 40 40 9c 00 08 7c c3 33 78 7c 0c 1a 14 7f 80 38 40 41 9c 00 18 48 00 00 a4 7f 80 f8 40 ..0@@...|.3x|.....8@A...H......@
123e0 40 9d 00 08 7f e0 fb 78 7c 03 f0 38 41 8e 00 94 7c ab 2b 78 7d 0c 1a 14 48 00 00 3c 80 0b 00 04 @......x|..8A...|.+x}...H..<....
12400 81 2b 00 08 7d 20 4a 14 7c 00 40 40 39 29 ff ff 7c 80 18 40 7f 89 18 40 7f 00 18 40 41 9c 00 0c .+..}.J.|.@@9)..|..@...@...@A...
12420 41 85 00 0c 48 00 00 70 41 98 00 08 40 81 00 68 81 6b 00 00 2f 8b 00 00 40 9e ff c4 48 00 00 44 A...H..pA...@..h.k../...@...H..D
12440 2f 8a 00 00 41 9e 00 38 81 2a 00 08 80 0a 00 04 81 4a 00 00 7c 09 02 14 4b ff ff 60 7c ab 2b 78 /...A..8.*.......J..|...K..`|.+x
12460 2f 8b 00 00 41 9e 00 18 80 0b 00 00 7f 80 50 00 41 9e 00 2c 7c 0b 03 78 4b ff ff e8 38 60 ff ff /...A.........P.A..,|..xK...8`..
12480 81 81 00 10 bb a1 00 14 38 21 00 20 7d 81 81 20 4e 80 00 20 41 92 ff ac 4b ff ff c4 80 0b 00 04 ........8!..}...N...A...K.......
124a0 7d 6a 5b 78 7c 04 00 50 4b ff ff 0c 4e 80 00 20 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 }j[x|..PK...N...N....!..|.......
124c0 bf c1 00 08 7c 7f 1b 78 7c 9e 23 78 4b ff 5c 25 81 63 00 14 48 00 00 34 81 2b 00 08 7d 23 4a 14 ....|..x|.#xK.\%.c..H..4.+..}#J.
124e0 39 29 ff ff 7f 89 f8 40 41 9c 00 1c 80 0b 00 10 90 1e 00 00 80 0b 00 0c 7c 1f 02 14 7c 63 00 50 9).....@A...............|...|c.P
12500 48 00 00 20 81 6b 00 00 2f 8b 00 00 41 9e 00 10 80 6b 00 04 7f 83 f8 40 40 9d ff c0 38 60 ff ff H....k../...A....k.....@@...8`..
12520 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c ........8!..|...N....!..|.......
12540 90 01 00 14 7c 7f 1b 78 4b ff 5b a9 2f 9f 00 00 41 9e 00 44 7c 6b 1b 78 39 5f ff f8 84 0b 00 08 ....|..xK.[./...A..D|k.x9_......
12560 90 1f ff f8 80 63 00 08 48 00 00 0c 7c 6b 1b 78 80 63 00 00 2f 83 00 00 41 9e 00 14 80 03 00 04 .....c..H...|k.x.c../...A.......
12580 81 2a 00 04 7f 80 48 40 41 9c ff e4 90 7f ff f8 91 4b 00 00 80 01 00 14 83 e1 00 0c 38 21 00 10 .*....H@A........K..........8!..
125a0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7e 1b 78 4b ff 5b 35 |...N....!..|...........|~.xK.[5
125c0 83 e3 00 14 48 00 00 70 80 1f 00 04 7f 9e 00 40 40 9d 00 60 81 3f 00 08 7d 20 4a 14 39 29 ff ff ....H..p.......@@..`.?..}.J.9)..
125e0 7f 9e 48 40 40 9c 00 4c 38 60 00 14 4b ff 60 75 80 1f 00 10 81 5f 00 08 81 3f 00 0c 93 c3 00 04 ..H@@..L8`..K.`u....._...?......
12600 90 03 00 10 80 1f 00 00 90 03 00 00 90 7f 00 00 80 1f 00 04 7d 60 f0 50 7c 00 52 14 7d 2b 4a 14 ....................}`.P|.R.}+J.
12620 7c 1e 00 50 90 03 00 08 91 23 00 0c 91 7f 00 08 83 ff 00 00 2f 9f 00 00 40 9e ff 90 80 01 00 14 |..P.....#........../...@.......
12640 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 81 65 00 00 7c 08 02 a6 90 01 00 24 ....8!..|...N....!...e..|......\$
12660 bf a1 00 14 7c 9d 23 79 7c be 2b 78 7c 7f 1b 78 41 82 00 5c 48 00 00 40 80 0b 00 04 81 2b 00 08 ....|.#y|.+x|..xA..\H..@.....+..
12680 7d 20 4a 14 7c 00 50 40 39 29 ff ff 7c 80 f8 40 7f 89 f8 40 7f 00 f8 40 41 9c 00 0c 41 85 00 0c }.J.|.P@9)..|..@...@...@A...A...
126a0 48 00 00 68 41 98 00 08 40 81 00 60 81 6b 00 00 48 00 00 0c 38 03 ff ff 7d 40 ea 14 2f 8b 00 00 H..hA...@..`.k..H...8...}@../...
126c0 40 9e ff b8 48 00 00 08 7d 3e 4b 78 81 3e 00 00 2f 89 00 00 41 9e 00 10 80 09 00 04 7f 80 f8 40 @...H...}>Kx.>../...A..........@
126e0 41 9c ff e8 38 60 00 0c 4b ff 5f 79 80 1e 00 00 39 20 00 00 90 03 00 00 93 e3 00 04 93 a3 00 08 A...8`..K._y....9...............
12700 90 7e 00 00 48 00 00 08 39 20 ff ff 80 01 00 24 bb a1 00 14 7d 23 4b 78 38 21 00 20 7c 08 03 a6 .~..H...9......\$....}#Kx8!..|...
12720 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 21 00 14 7c bd 2b 78 7c 7f 1b 78 7c 9e 23 78 N....!..|......4.!..|.+x|..x|.#x
12740 7c db 33 78 7c fa 3b 78 7d 19 43 78 4b ff 59 a5 2f 9d 00 00 7c 7c 1b 78 80 a3 00 10 40 9e 00 6c |.3x|.;x}.CxK.Y./...||.x....@..l
12760 2f 9e 00 00 41 9e 00 54 48 00 00 40 80 05 00 04 81 25 00 08 7d 20 4a 14 7c 00 58 40 39 29 ff ff /...A..TH..@.....%..}.J.|.X@9)..
12780 7c 80 f8 40 7f 89 f8 40 7f 00 f8 40 41 9c 00 0c 41 85 00 0c 48 00 00 68 41 98 00 08 40 81 00 60 |..@...@...@A...A...H..hA...@..`
127a0 80 a5 00 00 48 00 00 0c 38 1f ff ff 7d 60 f2 14 2f 85 00 00 40 9e ff b8 7f c4 f3 78 38 bc 00 10 ....H...8...}`../...@......x8...
127c0 7f e3 fb 78 48 00 00 30 7f a3 eb 78 7f 66 db 78 7f 47 d3 78 7f 28 cb 78 7f c4 f3 78 4b ff fb 7d ...xH..0...x.f.x.G.x.(.x...xK..}
127e0 2f 83 ff ff 7c 7f 1b 78 41 9e 00 18 7f c4 f3 78 38 bc 00 10 4b ff fe 5d 48 00 00 08 3b e0 ff ff /...|..xA......x8...K..]H...;...
12800 80 01 00 34 7f e3 fb 78 bb 21 00 14 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 20 ff f5 ...4...x.!..8!.0|...N....!..=...
12820 7c 08 02 a6 39 60 00 00 90 01 00 24 bf 61 00 0c 7c 9c 23 78 7c 7b 1b 78 7c be 2b 78 7c dd 33 78 |...9`.....\$.a..|.#x|{.x|.+x|.3x
12840 80 09 9b 34 7c 89 23 78 2f 80 00 00 40 9e 00 0c 48 00 00 e0 81 29 00 00 38 6b 00 01 2f 89 00 00 ...4|.#x/...@...H....)..8k../...
12860 7c 6b 1b 78 40 9e ff f0 54 63 18 38 4b ff 5d f5 7c 7f 1b 79 41 82 00 bc 7f 84 e3 78 38 c0 00 00 |k.x@...Tc.8K.].|..yA......x8...
12880 39 00 00 00 2c 9e 00 00 48 00 00 48 80 04 00 04 41 99 00 10 40 86 00 48 7f 9d 00 40 40 9d 00 40 9...,...H..H....A...@..H...@@..@
128a0 39 26 00 01 7c 08 00 51 54 cb 10 3a 55 2a 10 3a 41 82 00 10 7d 1f 59 2e 7c 1f 51 2e 38 c9 00 01 9&..|..QT..:U*.:A...}.Y.|.Q.8...
128c0 81 24 00 08 80 04 00 04 80 84 00 00 7d 09 02 14 2f 84 00 00 2b 1e 00 00 40 9e ff b4 2b 9e 00 00 .\$..........}.../...+...@...+...
128e0 41 9d 00 14 2f 9e 00 00 40 9e 00 28 7f 9d 40 40 40 9d 00 20 39 46 00 01 54 c9 10 3a 55 4b 10 3a A.../...@..(..@@@...9F..T..:UK.:
12900 7c 08 e8 50 38 ca 00 01 7d 1f 49 2e 7c 1f 59 2e 3c 80 ff f4 7f 63 db 78 38 84 51 98 54 c6 10 3a |..P8...}.I.|.Y.<....c.x8.Q.T..:
12920 7f e5 fb 78 4b ff ae a9 7f e3 fb 78 4b ff 5d 15 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 ...xK......xK.]....\$.a..8!..|...
12940 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 41 00 08 4b ff 57 9d 3d 20 ff f5 3b 49 9b 34 N....!..|......\$.A..K.W.=...;I.4
12960 7c 7b 1b 78 83 a3 00 0c 83 89 9b 34 4b ff 57 85 7f a4 eb 78 38 a0 00 00 80 c3 00 00 7f 83 e3 78 |{.x.......4K.W....x8..........x
12980 4b ff fe 99 80 9b 00 10 80 7a 00 04 38 a0 ff ff 38 c0 ff ff 4b ff fe 85 4b ff 57 59 80 1a 00 04 K........z..8...8...K...K.WY....
129a0 2f 80 00 00 7c 7c 1b 78 41 9e 00 90 81 23 00 14 38 60 00 00 48 00 00 0c 81 29 00 00 38 63 00 01 /...||.xA....#..8`..H....)..8c..
129c0 2f 89 00 00 40 9e ff f4 1c 63 00 0c 4b ff 5c 95 7c 7d 1b 79 41 82 00 64 80 7c 00 14 7f a9 eb 78 /...@....c..K.\.|}.yA..d.|.....x
129e0 38 c0 00 00 48 00 00 28 80 03 00 04 38 c6 00 03 90 09 00 00 80 03 00 08 90 09 00 04 80 03 00 10 8...H..(....8...................
12a00 80 63 00 00 90 09 00 08 39 29 00 0c 2f 83 00 00 40 9e ff d8 3d 20 ff f5 3c 80 ff f4 38 84 5e ec .c......9)../...@...=...<...8.^.
12a20 54 c6 10 3a 7f a5 eb 78 80 69 9b 38 4b ff ad a1 7f a3 eb 78 4b ff 5c 0d 80 01 00 24 bb 41 00 08 T..:...x.i.8K......xK.\....\$.A..
12a40 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 20 ff f5 39 69 9b 34 90 69 9b 34 90 8b 00 04 4b ff fe e8 8!..|...N...=...9i.4.i.4....K...
12a60 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 21 00 14 7c bd 2b 78 7c 7f 1b 78 7c 9e 23 78 7c db 33 78 .!..|......4.!..|.+x|..x|.#x|.3x
12a80 7c fa 3b 78 7d 19 43 78 4b ff 56 69 2f 9d 00 00 7c 7c 1b 78 80 a3 00 0c 40 9e 00 70 2f 9e 00 00 |.;x}.CxK.Vi/...||.x....@..p/...
12aa0 41 9e 00 54 48 00 00 40 80 05 00 04 81 25 00 08 7d 20 4a 14 7c 00 58 40 39 29 ff ff 7c 80 f8 40 A..TH..@.....%..}.J.|.X@9)..|..@
12ac0 7f 89 f8 40 7f 00 f8 40 41 9c 00 0c 41 85 00 0c 48 00 00 70 41 98 00 08 40 81 00 68 80 a5 00 00 ...@...@A...A...H..pA...@..h....
12ae0 48 00 00 0c 38 1f ff ff 7d 60 f2 14 2f 85 00 00 40 9e ff b8 7f c4 f3 78 38 bc 00 0c 7f e3 fb 78 H...8...}`../...@......x8......x
12b00 4b ff fb 51 48 00 00 40 7f a3 eb 78 7f 66 db 78 7f 47 d3 78 7f 28 cb 78 7f c4 f3 78 4b ff f8 3d K..QH..@...x.f.x.G.x.(.x...xK..=
12b20 2f 83 ff ff 7c 7f 1b 78 41 9e 00 1c 7f c4 f3 78 38 bc 00 0c 4b ff fb 1d 4b ff fe 0d 48 00 00 08 /...|..xA......x8...K...K...H...
12b40 3b e0 ff ff 80 01 00 34 7f e3 fb 78 bb 21 00 14 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 ;......4...x.!..8!.0|...N....!..
12b60 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7b 1b 78 7c 9d 23 78 7c bc 2b 78 4b ff 55 79 80 01 00 24 |......\$.a..|{.x|.#x|.+xK.Uy...\$
12b80 7f a4 eb 78 7f 85 e3 78 38 c0 00 00 7c 08 03 a6 80 e3 00 00 39 00 00 00 7f 63 db 78 bb 61 00 0c ...x...x8...|.......9....c.x.a..
12ba0 38 21 00 20 4b ff fe bc 94 21 ff e0 7c 08 02 a6 90 01 00 24 7c 80 1b 78 70 09 0f ff bf 81 00 10 8!..K....!..|......\$|..xp.......
12bc0 7c 7e 1b 78 41 82 00 10 38 04 0f ff 54 7e 00 26 54 04 00 26 7f 84 f2 14 4b ff 55 19 7c 7d 1b 78 |~.xA...8...T~.&T..&....K.U.|}.x
12be0 7f c3 f3 78 4b ff f9 c5 7f 83 e3 78 3b bd 00 14 4b ff f9 b9 48 00 00 30 41 98 00 28 80 9f 00 08 ...xK......x;...K...H..0A..(....
12c00 7c 03 22 14 7f 80 e0 40 41 9d 00 18 80 1f 00 00 90 1d 00 00 4b ff 55 0d 7f e3 fb 78 4b ff 5a 25 |."....@A...........K.U....xK.Z%
12c20 7f fd fb 78 83 fd 00 00 2f 9f 00 00 41 9e 00 14 80 7f 00 04 7f 83 e0 40 7f 03 f0 40 41 9c ff bc ...x..../...A..........@...@A...
12c40 4b ff fd 05 80 01 00 24 bb 81 00 10 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff d0 K......\$....8`..8!..|...N....!..
12c60 7c 08 02 a6 90 01 00 34 bf 01 00 10 7c 9c 23 78 7c ba 2b 78 7c d8 33 78 7c 79 1b 78 4b ff 54 75 |......4....|.#x|.+x|.3x|y.xK.Tu
12c80 7f 7a e2 14 7c 7d 1b 78 7f 83 e3 78 7f be eb 78 4b ff f9 19 7f 63 db 78 4b ff f9 11 87 fe 00 14 .z..|}.x...x...xK....c.xK.......
12ca0 48 00 00 64 80 1f 00 04 7f 9c 00 00 41 9e 00 14 7f 9c 00 40 40 9c 00 4c 7f 9b 00 40 40 9d 00 44 H..d........A......@@..L...@@..D
12cc0 81 3d 00 14 7f cb f3 78 48 00 00 0c 7d 2b 4b 78 81 29 00 00 7f 89 f8 00 40 9e ff f4 80 1f 00 00 .=.....xH...}+Kx.)......@.......
12ce0 80 9f 00 08 90 0b 00 00 80 7f 00 04 4b ff 54 35 7f e3 fb 78 4b ff 59 4d 83 fd 00 14 48 00 00 08 ............K.T5...xK.YM....H...
12d00 83 ff 00 00 2f 9f 00 00 40 9e ff 9c 80 7d 00 14 48 00 00 0c 7c 7e 1b 78 80 63 00 00 2f 83 00 00 ..../...@....}..H...|~.x.c../...
12d20 41 9e 00 10 80 03 00 04 7f 80 e0 40 41 9c ff e8 38 60 00 14 4b ff 59 2d 80 1e 00 00 90 03 00 00 A..........@A...8`..K.Y-........
12d40 93 83 00 04 90 7e 00 00 93 43 00 08 93 23 00 0c 93 03 00 10 4b ff fb f1 80 01 00 34 bb 01 00 10 .....~...C...#......K......4....
12d60 38 60 00 00 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 70 60 0f ff 8`..8!.0|...N....!..|......\$p`..
12d80 bf 81 00 10 7c 7e 1b 78 7c 9d 23 78 7c bf 2b 78 7c dc 33 78 40 82 00 10 7c a0 23 78 70 09 0f ff ....|~.x|.#x|.+x|.3x@...|.#xp...
12da0 41 82 00 14 38 1f 0f ff 57 de 00 26 57 bd 00 26 54 1f 00 26 2f 9c ff ff 40 9e 00 10 7f c3 f3 78 A...8...W..&W..&T..&/...@......x
12dc0 4b ff 53 69 7c 7c 1b 78 7f a4 eb 78 7f e5 fb 78 7f 86 e3 78 7f c3 f3 78 4b ff fe 85 7f c3 f3 78 K.Si||.x...x...x...x...xK......x
12de0 7f a4 eb 78 7f e5 fb 78 7f 86 e3 78 4b ff 53 39 80 01 00 24 bb 81 00 10 38 60 00 00 38 21 00 20 ...x...x...xK.S9...\$....8`..8!..
12e00 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c bd 2b 78 7c 7e 1b 78 |...N....!..|......\$....|.+x|~.x
12e20 7c 9c 23 78 4b ff 52 cd 2f 9d 00 00 40 9e 01 00 2f 9c 00 00 81 63 00 10 41 9e 00 54 48 00 00 40 |.#xK.R./...@.../....c..A..TH..@
12e40 80 0b 00 04 81 2b 00 08 7d 20 4a 14 7c 00 50 40 39 29 ff ff 7c 80 f0 40 7f 89 f0 40 7f 00 f0 40 .....+..}.J.|.P@9)..|..@...@...@
12e60 41 9c 00 0c 41 85 00 0c 48 00 01 6c 41 98 00 08 40 81 01 64 81 6b 00 00 48 00 00 0c 38 1e ff ff A...A...H..lA...@..d.k..H...8...
12e80 7d 40 e2 14 2f 8b 00 00 40 9e ff b8 2f 9c 00 00 80 63 00 0c 41 9e 00 54 48 00 00 40 80 03 00 04 }@../...@.../....c..A..TH..@....
12ea0 81 23 00 08 7d 20 4a 14 7c 00 58 40 39 29 ff ff 7c 80 f0 40 7f 89 f0 40 7f 00 f0 40 41 9c 00 0c .#..}.J.|.X@9)..|..@...@...@A...
12ec0 41 85 00 0c 48 00 01 10 41 98 00 08 40 81 01 08 80 63 00 00 48 00 00 0c 38 1e ff ff 7d 60 e2 14 A...H...A...@....c..H...8...}`..
12ee0 2f 83 00 00 40 9e ff b8 38 a0 00 00 38 c0 00 00 38 e0 00 00 39 00 00 00 7f 84 e3 78 7f c3 f3 78 /...@...8...8...8...9......x...x
12f00 4b ff fb 61 7f c3 f3 78 7f 84 e3 78 38 a0 00 00 38 c0 00 00 38 e0 00 00 39 00 00 00 4b ff f8 09 K..a...x...x8...8...8...9...K...
12f20 7f dd f3 78 7f df f3 78 48 00 00 68 2b 9d 0f ff 41 9d 00 08 3b a0 10 00 4b ff 51 b9 7f a5 eb 78 ...x...xH..h+...A...;...K.Q....x
12f40 7f 84 e3 78 38 c0 00 00 39 00 00 01 80 e3 00 00 7f c3 f3 78 4b ff fb 0d 7c 7f 1b 78 4b ff 51 95 ...x8...9..........xK...|..xK.Q.
12f60 7f a5 eb 78 7f 84 e3 78 38 c0 00 00 80 e3 00 00 39 00 00 01 7f c3 f3 78 4b ff f7 ad 2f 9f ff ff ...x...x8.......9......xK.../...
12f80 7c 7d 1b 78 41 9e 00 50 2f 83 ff ff 41 9e 00 48 73 e0 0f ff 41 82 00 10 7f a0 e8 50 7f 9c 02 14 |}.xA..P/...A..Hs...A......P....
12fa0 57 ff 00 26 73 80 0f ff 41 82 00 0c 38 1c 0f ff 54 1c 00 26 7f e3 fb 78 7f 85 e3 78 7f a4 eb 78 W..&s...A...8...T..&...x...x...x
12fc0 38 c0 ff ff 4b ff fd ad 57 c0 05 3e 7c 7d 02 14 48 00 00 08 38 60 ff ff 80 01 00 24 bb 81 00 10 8...K...W..>|}..H...8`.....\$....
12fe0 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 41 00 08 7c 9b 23 78 8!..|...N....!..|......\$.A..|.#x
13000 7c ba 2b 78 7c 7c 1b 78 4b ff 50 e9 83 a3 00 00 4b ff 51 09 80 01 00 24 7f 64 db 78 7f 45 d3 78 |.+x||.xK.P.....K.Q....\$.d.x.E.x
13020 39 00 00 00 7c 08 03 a6 7c 67 1b 78 7f a6 eb 78 7f 83 e3 78 bb 41 00 08 38 21 00 20 4b ff f6 e8 9...|...|g.x...x...x.A..8!..K...
13040 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7e 1b 79 7c 9f 23 78 40 82 00 10 7c 83 23 78 .!..|......\$....|~.y|.#x@...|.#x
13060 4b ff 56 01 48 00 00 58 2f 84 00 00 40 9e 00 10 4b ff 55 d1 38 60 00 00 48 00 00 44 7c 83 23 78 K.V.H..X/...@...K.U.8`..H..D|.#x
13080 4b ff 55 e1 81 3e ff fc 39 29 ff f8 7c 7d 1b 78 7f 9f 48 40 7f e3 fb 78 40 9d 00 08 7d 23 4b 78 K.U..>..9)..|}.x..H@...x@...}#Kx
130a0 7c 65 1b 78 7f c4 f3 78 7f a3 eb 78 48 00 75 3d 7f c3 f3 78 4b ff 55 8d 7f a3 eb 78 80 01 00 24 |e.x...x...xH.u=...xK.U....x...\$
130c0 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 ....8!..|...N....!..|......\$....
130e0 7c 7f 1b 78 4b ff 50 0d 2f 9f 00 00 7c 7e 1b 78 41 9e 00 b4 80 03 00 04 2f 80 00 00 40 9e 00 0c |..xK.P./...|~.xA......./...@...
13100 4b ff 4f f9 90 7e 00 04 38 1f 00 0b 3b 9e 00 08 83 be 00 08 54 1f 00 3a 48 00 00 0c 7f bc eb 78 K.O..~..8...;.......T..:H......x
13120 83 bd 00 00 2f 9d 00 00 41 9e 00 3c 80 bd 00 04 7f 85 f8 40 41 9c ff e8 48 00 00 84 3b bd 00 08 ..../...A..<.......@A...H...;...
13140 38 a5 ff f8 7f a3 eb 78 38 80 00 00 48 00 74 51 81 3c 00 00 7f a3 eb 78 80 09 00 00 90 1c 00 00 8......x8...H.tQ.<.....x........
13160 48 00 00 48 4b ff 4f a1 83 be 00 04 7c 1d fa 14 7f 80 18 40 41 9d 00 30 90 1e 00 04 93 fd 00 04 H..HK.O.....|......@A..0........
13180 38 00 00 00 38 bf ff f8 90 1d 00 00 3b bd 00 08 38 80 00 00 7f a3 eb 78 48 00 74 05 7f a3 eb 78 8...8.......;...8......xH.t....x
131a0 48 00 00 08 38 60 00 00 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 38 1f 10 00 H...8`.....\$....8!..|...N...8...
131c0 7f 85 00 40 40 9c ff a0 4b ff ff 74 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 55 2a 10 3a ...@@...K..t=`..8....+..9)..U*.:
131e0 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 4e 80 00 20 4e 80 00 20 38 60 00 00 .+..=...9)..|.Q.N...N...N...8`..
13200 4e 80 00 20 39 65 00 4c 38 05 00 48 55 6b 10 3a 54 00 10 3a 7d 64 5a 14 39 40 00 00 94 21 ff e0 N...9e.L8..HUk.:T..:}dZ.9@...!..
13220 7d 44 01 2e 91 4b 00 0c bf 61 00 0c 7c 9e 23 78 7c fc 3b 78 80 07 00 00 7d 1b 43 78 7d 3d 4b 78 }D...K...a..|.#x|.;x....}.Cx}=Kx
13240 54 00 07 3e 2f 80 00 04 41 9e 01 c4 3d 20 ff f5 54 c4 06 3e 7c 9f 1b 78 80 e9 90 20 81 87 00 08 T..>/...A...=...T..>|..x........
13260 7f e0 65 2c 7c 00 06 ac 81 47 00 0c 7d 64 52 14 7c 00 5c 2c 7c 00 06 ac 39 25 00 40 55 29 10 3a ..e,|....G..}dR.|.\,|...9%.@U).:
13280 7d 3e 4a 14 90 09 00 04 7f e0 65 2c 7c 00 06 ac 38 00 ff ff 7c 00 5d 2c 7c 00 06 ac 7f e0 65 2c }>J.......e,|...8...|.],|.....e,
132a0 7c 00 06 ac 7d 00 5c 2c 7c 00 06 ac 38 00 ff fd 39 28 ff ff 7f 89 00 40 41 9d 01 54 71 00 00 01 |...}.\,|...8...9(.....@A..Tq...
132c0 41 82 00 48 2f 85 00 06 41 9e 00 40 60 69 00 04 80 dd 00 00 7d 20 65 2c 7c 00 06 ac 7c 00 56 2c A..H/...A..@`i......}.e,|...|.V,
132e0 7c 00 06 ac 7d 20 65 2c 7c 00 06 ac 60 00 00 01 54 00 04 3e 7c 00 57 2c 7c 00 06 ac 39 60 00 01 |...}.e,|...`...T..>|.W,|...9`..
13300 38 60 00 80 48 00 00 5c 2f 85 00 06 80 db 00 00 40 9e 00 08 61 08 00 01 81 27 00 08 60 6a 00 04 8`..H..\/.......@...a....'..`j..
13320 7d 40 4d 2c 7c 00 06 ac 3d 20 ff f5 81 29 90 20 81 69 00 0c 7c 00 5e 2c 7c 00 06 ac 81 29 00 08 }@M,|...=....)...i..|.^,|....)..
13340 7d 40 4d 2c 7c 00 06 ac 60 00 00 02 54 00 04 3e 7c 00 5f 2c 7c 00 06 ac 39 60 00 0f 3c 60 00 01 }@M,|...`...T..>|._,|...9`..<`..
13360 39 25 00 4c 7d 00 58 78 55 29 10 3a 7d 3e 4a 14 7c 00 00 d0 7d 6b 40 38 7f 80 18 40 91 7c 00 00 9%.L}.XxU).:}>J.|...}k@8...@.|..
13380 7c 0a 03 78 90 09 00 0c 40 9c 00 08 7c 6a 1b 78 38 06 ff ff 81 7d 00 00 7d 2a 00 d0 7c 00 52 14 |..x....@...|j.x8....}..}*..|.R.
133a0 7d 27 00 38 7f 8b 30 00 7c 07 52 14 40 9e 00 1c 90 1d 00 00 3d 20 ff f5 81 29 90 20 80 09 00 20 }'.8..0.|.R.@.......=....)......
133c0 7c e0 38 50 48 00 00 08 90 1b 00 00 3d 20 ff f5 81 7c 00 00 7c eb 5b 78 81 49 90 20 81 2a 00 08 |.8PH.......=....|..|.[x.I...*..
133e0 7f e0 4d 2c 7c 00 06 ac 81 2a 00 0c 7c 04 4a 14 7d 60 05 2c 7c 00 06 ac 39 25 00 48 80 1c 00 00 ..M,|....*..|.J.}`.,|...9%.H....
13400 55 29 10 3a 7c e0 03 78 7c 1e 49 2e bb 61 00 0c 38 21 00 20 4e 80 00 20 94 21 ff d0 3c e0 ff f5 U).:|..x|.I..a..8!..N....!..<...
13420 7c 08 02 a6 3d 40 ff f5 90 01 00 34 39 4a 9c 88 81 27 90 18 55 20 10 3a 39 29 ff ff 39 69 ff ff |...=@.....49J...'..U..:9)..9i..
13440 55 29 10 3a 7c 0a 00 2e 55 68 10 3a 39 6b ff ff 54 06 47 be 7c 6a 48 2e 91 67 90 18 54 09 00 00 U).:|...Uh.:9k..T.G.|jH..g..T...
13460 2f 86 00 01 7d 6a 40 2e 54 05 00 42 54 08 00 84 54 04 ae fe 54 0a c7 7e 54 0c 06 3e 41 9e 00 68 /...}j@.T..BT...T...T..~T..>A..h
13480 41 9d 00 10 2f 86 00 00 41 9e 00 1c 48 00 01 80 2f 86 00 02 41 9e 00 a0 2f 86 00 03 40 9e 01 70 A.../...A...H.../...A.../...@..p
134a0 48 00 01 04 2f 8a 00 00 38 61 00 10 40 9e 00 1c 3c a0 ff f4 7c 86 23 78 38 a5 5f 54 38 80 00 1c H.../...8a..@...<...|.#x8._T8...
134c0 48 00 7e c5 48 00 01 48 3c a0 ff f4 7c 86 23 78 38 a5 5f 28 7d 47 53 78 38 80 00 1c 48 00 7e a9 H.~.H..H<...|.#x8._(}GSx8...H.~.
134e0 48 00 01 2c 2f 89 00 00 40 9e 00 10 3d 20 ff f4 38 c9 5b e0 48 00 00 0c 3d 20 ff f4 38 c9 54 b8 H..,/...@...=...8.[.H...=...8.T.
13500 2f 88 00 00 40 9e 01 20 3d 20 ff f4 38 e9 5b e0 3c a0 ff f4 7c 88 23 78 91 61 00 08 7d 49 53 78 /...@...=...8.[.<...|.#x.a..}ISx
13520 38 a5 5f 30 7d 8a 63 78 38 61 00 10 38 80 00 1c 48 00 00 d8 2f 89 00 00 40 9e 00 10 3d 20 ff f4 8._0}.cx8a..8...H.../...@...=...
13540 38 c9 5b e0 48 00 00 0c 3d 20 ff f4 38 c9 54 b8 2f 88 00 00 40 9e 00 10 3d 20 ff f4 38 e9 5b e0 8.[.H...=...8.T./...@...=...8.[.
13560 48 00 00 0c 3d 20 ff f4 38 e9 5a b8 2f 85 00 00 40 9e 00 10 3d 20 ff f4 39 09 5b e0 48 00 00 0c H...=...8.Z./...@...=...9.[.H...
13580 3d 20 ff f4 39 09 74 d0 3c a0 ff f4 7c 89 23 78 91 81 00 08 38 a5 5f 44 38 61 00 10 38 80 00 1c =...9.t.<...|.#x....8._D8a..8...
135a0 48 00 00 64 2f 89 00 00 40 9e 00 10 3d 20 ff f4 38 c9 5b e0 48 00 00 0c 3d 20 ff f4 38 c9 54 b8 H..d/...@...=...8.[.H...=...8.T.
135c0 2f 85 00 00 40 9e 00 10 3d 20 ff f4 38 e9 5b e0 48 00 00 0c 3d 20 ff f4 38 e9 74 d0 7d 60 fe 70 /...@...=...8.[.H...=...8.t.}`.p
135e0 7c 00 1b 78 3c a0 ff f4 90 01 00 08 7c 88 23 78 7d 49 53 78 38 a5 5f 58 7d 8a 63 78 38 61 00 10 |..x<.......|.#x}ISx8._X}.cx8a..
13600 38 80 00 1c 91 61 00 0c 48 00 7d 7d 38 61 00 10 4b ff 9f 15 80 01 00 34 38 21 00 30 7c 08 03 a6 8....a..H.}}8a..K......48!.0|...
13620 4e 80 00 20 3d 20 ff f4 55 6b 05 be 38 e9 5a b8 4b ff fe e0 94 21 ff f0 3d 40 ff f5 7c 08 02 a6 N...=...Uk..8.Z.K....!..=@..|...
13640 3d 20 ff f5 3c 60 ff f4 90 01 00 14 39 29 9c 88 38 00 00 00 3c 80 ff f5 38 63 5f 6c 38 84 9b 3c =...<`......9)..8...<...8c_l8..<
13660 81 6a 90 18 39 6b 00 01 55 68 10 3a 91 6a 90 18 7c 09 41 2e 4b ff 98 51 80 01 00 14 38 21 00 10 .j..9k..Uh.:.j..|.A.K..Q....8!..
13680 7c 08 03 a6 4e 80 00 20 94 21 ff 60 7c 08 02 a6 90 01 00 a4 bf 61 00 8c 7c 7d 1b 78 4b ff 99 5d |...N....!.`|........a..|}.xK..]
136a0 38 00 00 06 7c 09 03 a6 7c 7c 1b 78 38 c0 00 00 7f a3 eb 78 3b e0 00 10 3b c1 00 08 3b 60 00 00 8...|...||.x8......x;...;...;`..
136c0 80 83 01 20 2f 84 00 00 41 9e 00 9c 80 03 01 3c 54 89 07 fe 2f 09 00 00 2f 80 00 00 41 9e 00 88 ..../...A......<T.../.../...A...
136e0 70 80 00 04 39 86 00 01 41 9a 00 14 38 a0 00 01 38 e0 00 00 38 00 00 01 48 00 00 24 40 82 00 14 p...9...A...8...8...8...H..\$@...
13700 38 a0 00 0f 3c e0 80 00 38 00 00 02 48 00 00 10 38 a0 00 0f 3c e0 80 00 38 00 00 03 81 3d 01 00 8...<...8...H...8...<...8....=..
13720 55 8a 10 3a 54 c8 10 3a 7d 7e 52 14 54 00 c0 0e 7c 00 3b 78 7f e9 4b 78 7d 29 03 78 7c 80 28 78 U..:T..:}~R.T...|.;x..Kx}).x|.(x
13740 7f 7e 41 2e 7d 3e 51 2e 90 0b 00 08 38 0c 00 03 38 cc 00 04 93 6b 00 04 54 00 10 3a 81 23 01 3c .~A.}>Q.....8...8....k..T..:.#.<
13760 7d 3e 01 2e 38 63 00 04 3b ff 00 04 42 00 ff 54 3c 80 ff f4 7f 83 e3 78 38 a1 00 08 38 84 5f 80 }>..8c..;...B..T<......x8...8._.
13780 54 c6 10 3a 4b ff a0 49 80 01 00 a4 bb 61 00 8c 38 21 00 a0 7c 08 03 a6 4e 80 00 20 94 21 ff e0 T..:K..I.....a..8!..|...N....!..
137a0 7c 08 02 a6 90 01 00 24 bf a1 00 14 4b ff 98 4d 3c 80 ff f4 3c a0 ff f4 38 84 5f 88 38 a5 5f 98 |......\$....K..M<...<...8._.8._.
137c0 38 c0 00 09 7c 7d 1b 78 4b ff a0 05 3c 80 ff f4 3c a0 ff f4 7f a3 eb 78 38 84 5f a4 38 a5 5f b0 8...|}.xK...<...<......x8._.8._.
137e0 38 c0 00 08 4b ff 9f e9 3c 80 ff f4 3c a0 ff f4 7f a3 eb 78 38 84 5f b8 38 a5 5f c4 38 c0 00 04 8...K...<...<......x8._.8._.8...
13800 4b ff 9f cd 80 01 00 24 bb a1 00 14 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff d0 K......\$....8`..8!..|...N....!..
13820 7c 08 02 a6 90 01 00 34 bf a1 00 24 7c 7d 1b 78 4b ff 97 c9 3c 80 ff f4 38 a1 00 08 38 84 5f c8 |......4...\$|}.xK...<...8...8._.
13840 38 c0 00 08 88 1d 01 01 90 01 00 08 38 00 00 01 90 01 00 0c 4b ff 9f 79 80 01 00 34 bb a1 00 24 8...........8.......K..y...4...\$
13860 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 fc f0 7c 08 02 a6 90 81 02 b4 90 a1 02 b8 90 01 03 14 8!.0|...N....!..|...............
13880 bd c1 02 c8 7c 7d 1b 78 3c 60 ff f4 38 63 50 c8 7c d1 33 78 4b ff 9d 79 3d 20 ff f5 57 bd 80 1e ....|}.x<`..8cP.|.3xK..y=...W...
138a0 39 c9 9b 3c 3d 20 ff f5 93 a1 02 b0 3a a9 90 20 3a 40 00 00 48 00 09 48 81 35 00 00 81 01 02 b0 9..<=.......:...:@..H..H.5......
138c0 56 6b 40 2e 80 09 00 10 81 49 00 08 7d 00 03 78 81 01 02 ac 7c 00 43 78 7c 1e 5b 78 7f c0 55 2c Vk@......I..}..x....|.Cx|.[x..U,
138e0 7c 00 06 ac 81 69 00 0c 7c 00 5e 2c 7c 00 06 ac 54 1f 04 3e 7f c0 55 2c 7c 00 06 ac 39 2b 00 02 |....i..|.^,|...T..>..U,|...9+..
13900 7c e0 4e 2c 7c 00 06 ac 6f e0 ff ff 2f 80 ff ff 41 9e 08 c8 2f 9f 00 00 41 9e 08 c0 54 fd 04 3e |.N,|...o.../...A.../...A...T..>
13920 63 d9 00 08 7f 20 55 2c 7c 00 06 ac 7c 00 4e 2c 7c 00 06 ac 54 00 04 3e 54 14 06 3e 54 10 c2 3e c.....U,|...|.N,|...T..>T..>T..>
13940 7f 20 55 2c 7c 00 06 ac 39 2b 00 01 88 a9 00 00 7c 00 06 ac 7f 20 55 2c 7c 00 06 ac 89 2b 00 00 ..U,|...9+......|.....U,|....+..
13960 7c 00 06 ac 54 a5 06 3e 7e 03 83 78 7e 84 a3 78 7f e6 fb 78 7f a7 eb 78 63 cf 00 0c 48 00 0c 75 |...T..>~..x~..x...x...xc...H..u
13980 81 75 00 00 7c 78 1b 78 81 2b 00 08 7d e0 4d 2c 7c 00 06 ac 81 2b 00 0c 39 29 00 02 88 09 00 00 .u..|x.x.+..}.M,|....+..9)......
139a0 7c 00 06 ac 2f 93 00 00 54 1c 06 3e 40 9e 00 0c 57 89 06 30 91 21 02 a8 2f 98 00 00 41 9e 00 10 |.../...T..>@...W..0.!../...A...
139c0 80 f8 00 08 2f 87 00 00 40 9e 00 28 80 d1 00 00 3c a0 ff f4 7f e7 fb 78 38 a5 5f d4 7f a8 eb 78 ..../...@..(....<......x8._....x
139e0 38 61 01 40 38 80 01 00 48 00 79 9d 48 00 00 1c 3c a0 ff f4 80 d1 00 00 38 61 01 40 38 a5 5f e0 8a.@8...H.y.H...<.......8a.@8._.
13a00 38 80 01 00 48 00 79 81 57 c0 02 3e 2f 90 00 06 90 01 02 40 40 9e 00 30 2f 94 00 00 41 9e 00 0c 8...H.y.W..>/......@@..0/...A...
13a20 2f 94 00 04 40 9e 00 20 3d 00 ff f4 38 60 00 01 38 80 00 08 38 a1 01 40 38 e0 00 05 80 c8 5e fc /...@...=...8`..8...8..@8.....^.
13a40 48 00 00 1c 3d 20 ff f4 38 60 00 01 38 80 00 08 38 a1 01 40 38 e0 00 03 80 c9 5f 00 4b ff a3 69 H...=...8`..8...8..@8....._.K..i
13a60 38 61 01 40 3a c0 00 02 4b ff 9b a5 73 80 00 01 3a e0 00 38 40 82 00 0c 3a c0 00 06 3a e0 00 30 8a.@:...K...s...:..8@...:...:..0
13a80 81 55 00 00 63 da 00 3c 81 6a 00 08 7f 40 5d 2c 7c 00 06 ac 81 0a 00 0c 39 28 00 01 88 09 00 00 .U..c..<.j...@],|.......9(......
13aa0 7c 00 06 ac 70 00 00 ff 41 82 00 38 90 01 02 98 81 21 02 40 55 29 ae fe 39 29 ff ff 7d 20 4a 14 |...p...A..8.....!.@U)..9)..}.J.
13ac0 55 29 07 be 7d 2a 4a 14 88 09 00 30 7f 40 5d 2c 7c 00 06 ac 98 08 00 00 7c 00 06 ac 48 00 00 08 U)..}*J....0.@],|.......|...H...
13ae0 38 00 ff ff 90 01 02 9c 38 00 00 00 3b a0 00 00 90 01 00 08 3b 80 00 10 3b e1 01 40 3b 61 00 08 8.......8...;.......;...;..@;a..
13b00 81 01 02 b4 81 21 02 b8 7f a5 eb 78 7f 86 e3 78 3b bd 00 01 7f c3 f3 78 7f e4 fb 78 7f 67 db 78 .....!.....x...x;......x...x.g.x
13b20 4b ff f6 e5 7f 9d b0 00 3b 9c 00 04 41 9c ff d4 81 21 02 b8 81 01 02 b4 7f e4 fb 78 7f a5 eb 78 K.......;...A....!.........x...x
13b40 7e e6 bb 78 7f 67 db 78 7f c3 f3 78 4b ff f6 b9 4b ff 94 a9 81 75 00 00 7c 7f 1b 78 81 2b 00 08 ~..x.g.x...xK...K....u..|..x.+..
13b60 7f c0 4d 2c 7c 00 06 ac 81 6b 00 0c 7c a0 5e 2c 7c 00 06 ac 7f c0 4d 2c 7c 00 06 ac 3b ab 00 02 ..M,|....k..|.^,|.....M,|...;...
13b80 7f 80 ee 2c 7c 00 06 ac 7f 20 4d 2c 7c 00 06 ac 8b 6b 00 00 7c 00 06 ac 7f 20 4d 2c 7c 00 06 ac ...,|.....M,|....k..|.....M,|...
13ba0 7f a0 ee 2c 7c 00 06 ac 3d 00 ff f4 54 a5 04 3e 80 88 5f 04 4b ff 9c c1 3d 20 ff f4 7f e3 fb 78 ...,|...=...T..>.._.K...=......x
13bc0 57 85 04 3e 80 89 5f 08 4b ff 9c ad 3d 00 ff f4 7f e3 fb 78 57 65 06 3e 80 88 5f 0c 4b ff 9c 99 W..>.._.K...=......xWe.>.._.K...
13be0 3d 20 ff f4 7f e3 fb 78 57 a5 42 2e 80 89 5f 10 4b ff 9c 85 80 01 02 98 2f 80 00 00 41 9e 00 38 =......xW.B..._.K......./...A..8
13c00 4b ff 4b ad 2f 83 00 00 41 9e 00 18 3c 80 ff f4 80 a1 02 9c 7f e3 fb 78 38 84 60 18 4b ff 9c 59 K.K./...A...<..........x8.`.K..Y
13c20 3c 80 ff f4 80 a1 02 98 7f e3 fb 78 38 84 60 28 4b ff 9c 45 81 75 00 00 81 2b 00 08 7f 40 4d 2c <..........x8.`(K..E.u...+...@M,
13c40 7c 00 06 ac 81 2b 00 0c 39 29 00 02 88 a9 00 00 7c 00 06 ac 3d 00 ff f4 54 a5 06 3e 7f e3 fb 78 |....+..9)......|...=...T..>...x
13c60 80 88 5f 14 4b ff 9c 11 81 75 00 00 81 2b 00 08 7f 40 4d 2c 7c 00 06 ac 81 2b 00 0c 39 29 00 03 .._.K....u...+...@M,|....+..9)..
13c80 88 a9 00 00 7c 00 06 ac 3d 20 ff f4 54 a5 06 3e 7f e3 fb 78 80 89 5f 18 4b ff 9b dd 81 75 00 00 ....|...=...T..>...x.._.K....u..
13ca0 63 c0 00 04 81 2b 00 08 7c 00 4d 2c 7c 00 06 ac 81 2b 00 0c 39 29 00 02 7d 20 4e 2c 7c 00 06 ac c....+..|.M,|....+..9)..}.N,|...
13cc0 3d 00 ff f4 55 3d 04 3e 7f e3 fb 78 57 a5 b7 fe 80 88 5f 1c 4b ff 9b a1 73 a9 00 80 41 82 00 1c =...U=.>...xW....._.K...s...A...
13ce0 3c 80 ff f4 7f e3 fb 78 38 84 60 5c 38 a0 00 00 38 c0 00 00 4b ff 9a d9 73 a0 00 20 41 82 00 1c <......x8.`\8...8...K...s...A...
13d00 3c 80 ff f4 7f e3 fb 78 38 84 60 70 38 a0 00 00 38 c0 00 00 4b ff 9a b9 73 a8 00 40 41 82 00 1c <......x8.`p8...8...K...s..@A...
13d20 3c 80 ff f4 7f e3 fb 78 38 84 60 80 38 a0 00 00 38 c0 00 00 4b ff 9a 99 81 75 00 00 63 dd 00 2c <......x8.`.8...8...K....u..c..,
13d40 81 2b 00 08 7f a0 4d 2c 7c 00 06 ac 81 2b 00 0c 7d 20 4e 2c 7c 00 06 ac 71 25 ff ff 41 82 00 14 .+....M,|....+..}.N,|...q%..A...
13d60 3c 80 ff f4 7f e3 fb 78 38 84 60 90 4b ff 9b 09 81 75 00 00 81 2b 00 08 7f a0 4d 2c 7c 00 06 ac <......x8.`.K....u...+....M,|...
13d80 81 2b 00 0c 39 29 00 02 7d 20 4e 2c 7c 00 06 ac 71 25 ff ff 41 82 00 14 3c 80 ff f4 7f e3 fb 78 .+..9)..}.N,|...q%..A...<......x
13da0 38 84 60 a4 4b ff 9a d1 81 75 00 00 81 2b 00 08 7d e0 4d 2c 7c 00 06 ac 80 ab 00 0c 7c a0 2e 2c 8.`.K....u...+..}.M,|.......|..,
13dc0 7c 00 06 ac 3d 20 ff f4 54 a5 04 3e 7f e3 fb 78 80 89 5f 20 4b ff 9a a1 2f 98 00 00 41 9e 01 20 |...=...T..>...x.._.K.../...A...
13de0 80 78 00 04 2f 83 00 00 41 9e 00 34 4b ff 97 39 3c 60 ff f4 38 8e 00 04 38 63 4f 94 4b ff 90 c9 .x../...A..4K..9<`..8...8cO.K...
13e00 3c 60 ff f4 38 63 5a 08 4b ff 97 1d 3c 60 ff f4 38 8e 00 08 38 63 55 70 4b ff 90 ad 80 78 00 0c <`..8cZ.K...<`..8...8cUpK....x..
13e20 2f 83 00 00 41 9e 00 38 4b ff 96 fd 3d 00 ff f4 3c 60 ff f4 38 63 4f 94 80 88 5f 24 4b ff 90 89 /...A..8K...=...<`..8cO..._\$K...
13e40 3c 60 ff f4 38 63 50 dc 4b ff 96 dd 3c 60 ff f4 38 8e 00 10 38 63 55 70 4b ff 90 6d 83 98 00 10 <`..8cP.K...<`..8...8cUpK..m....
13e60 3b 60 00 00 2f 9c 00 00 7f 9d e3 78 40 9e 00 14 48 00 00 38 38 03 00 01 7f bd 02 14 7f 7b 02 14 ;`../......x@...H..88........{..
13e80 7f a3 eb 78 48 00 65 0d 2c 03 00 00 40 82 ff e8 3c 80 ff f4 7f 85 e3 78 38 84 51 08 7f 66 db 78 ...xH.e.,...@...<......x8.Q..f.x
13ea0 7f e3 fb 78 4b ff 99 29 80 b8 00 14 2f 85 00 00 41 9e 00 14 3c 80 ff f4 7f e3 fb 78 38 84 60 c4 ...xK..)..../...A...<......x8.`.
13ec0 4b ff 99 b5 80 b8 00 18 2f 85 00 00 41 9e 00 14 3c 80 ff f4 7f e3 fb 78 38 84 60 d4 4b ff 99 99 K......./...A...<......x8.`.K...
13ee0 80 b8 00 1c 2f 85 00 00 41 9e 00 14 3c 80 ff f4 7f e3 fb 78 38 84 60 e0 4b ff 99 7d 4b ff 90 fd ..../...A...<......x8.`.K..}K...
13f00 3b e1 02 7c 38 00 00 00 81 21 02 40 2f 96 00 00 91 21 00 a8 90 01 00 ac 7f e5 fb 78 90 01 00 b0 ;..|8....!.@/....!.........x....
13f20 90 01 00 b4 38 c0 00 05 38 80 00 10 90 01 00 b8 3b 81 00 a8 3b a0 00 00 3b c1 00 08 7e c9 03 a6 ....8...8.......;...;...;...~...
13f40 41 bd 00 0c 39 20 00 01 7d 29 03 a6 80 05 ff e4 2f 80 00 00 41 9e 00 a4 80 05 00 00 2f 80 00 00 A...9...})....../...A......./...
13f60 41 9e 00 98 80 e5 ff c8 39 00 00 01 70 e0 00 01 54 e9 f7 fe 2f 89 00 00 41 82 00 10 39 20 00 01 A.......9...p...T.../...A...9...
13f80 38 00 00 00 48 00 00 20 40 9e 00 10 39 00 00 0f 39 20 00 02 48 00 00 0c 39 00 00 0f 39 20 00 03 8...H...@...9...9...H...9...9...
13fa0 3c 00 80 00 55 29 c0 0e 54 cb 10 3a 7d 29 03 78 80 01 02 40 7d 5c 5a 14 7c 80 03 78 7c 00 4b 78 <...U)..T..:}).x...@}\Z.|..x|.Kx
13fc0 7c e9 40 78 7c 1c 59 2e 91 2a 00 08 39 66 00 04 39 26 00 03 93 aa 00 04 55 29 10 3a 55 6b 10 3a |.@x|.Y..*..9f..9&......U).:Uk.:
13fe0 7d 3e 4a 14 7d 7e 5a 14 38 c6 00 05 93 a9 00 a0 80 05 00 00 90 0b 00 a0 38 a5 00 04 38 84 00 04 }>J.}~Z.8...............8...8...
14000 42 00 ff 4c 3d 00 ff f4 54 c6 10 3a 38 88 4f ac 38 a1 00 a8 4b ff 97 b9 3b a1 00 28 3b c0 00 00 B..L=...T..:8.O.8...K...;..(;...
14020 4b ff 8f d9 2f 96 00 00 38 c0 00 00 7e c9 03 a6 38 a0 00 10 38 81 00 08 41 bd 00 0c 39 20 00 01 K.../...8...~...8...8...A...9...
14040 7d 29 03 a6 80 ff ff e4 2f 87 00 00 41 9e 00 a4 80 1f 00 00 54 e8 07 fe 2f 08 00 00 2f 80 00 00 })....../...A.......T.../.../...
14060 41 9e 00 90 70 e9 00 04 41 9a 00 14 39 00 00 01 38 00 00 00 39 20 00 01 48 00 00 24 40 82 00 14 A...p...A...9...8...9...H..\$@...
14080 39 00 00 0f 3c 00 80 00 39 20 00 02 48 00 00 10 39 00 00 0f 3c 00 80 00 39 20 00 03 55 29 c0 0e 9...<...9...H...9...<...9...U)..
140a0 54 cb 10 3a 7d 29 03 78 80 01 02 40 7d 5d 5a 14 7c a0 03 78 7c 00 4b 78 7c e9 40 78 7c 1d 59 2e T..:}).x...@}]Z.|..x|.Kx|.@x|.Y.
140c0 91 2a 00 08 39 66 00 04 39 26 00 03 93 ca 00 04 55 29 10 3a 55 6b 10 3a 7d 24 4a 14 7d 64 5a 14 .*..9f..9&......U).:Uk.:}\$J.}dZ.
140e0 38 c6 00 05 93 c9 00 20 80 1f 00 00 90 0b 00 20 3b ff 00 04 38 a5 00 04 42 00 ff 4c 2f 86 00 00 8...............;...8...B..L/...
14100 41 9e 00 18 3c 80 ff f4 54 c6 10 3a 38 84 60 f4 38 a1 00 28 4b ff 96 b9 4b ff 46 95 2f 83 00 00 A...<...T..:8.`.8..(K...K.F./...
14120 41 9e 00 6c 4b ff 8e d5 39 21 02 60 38 c0 00 00 38 e1 00 08 39 01 02 78 81 69 00 00 2f 8b 00 00 A..lK...9!.`8...8...9..x.i../...
14140 41 9e 00 24 54 c0 10 3a 7d 47 02 14 80 09 00 1c 55 6b 00 36 2f 80 00 00 41 9e 00 0c 91 6a 00 04 A..\$T..:}G......Uk.6/...A....j..
14160 38 c6 00 01 39 29 00 04 7f 89 40 00 40 9e ff cc 2f 86 00 00 41 9e 00 18 3c 80 ff f4 54 c6 10 3a 8...9)....@.@.../...A...<...T..:
14180 38 84 61 08 38 a1 00 0c 4b ff 96 45 2f 98 00 00 41 9e 00 1c 80 18 00 20 2f 80 00 00 41 9e 00 10 8.a.8...K..E/...A......./...A...
141a0 38 61 01 40 7c 09 03 a6 4e 80 04 21 2f 90 00 06 40 9e 00 28 2f 94 00 00 41 9e 00 0c 2f 94 00 04 8a.@|...N..!/...@..(/...A.../...
141c0 40 9e 00 18 80 71 00 00 4b ff 44 79 38 61 01 40 48 00 66 11 90 71 00 00 80 01 02 a8 3a 73 00 01 @....q..K.Dy8a.@H.f..q......:s..
141e0 2f 80 00 00 41 9e 00 0c 2f 93 00 07 40 9d f6 cc 2f 92 00 1f 3a 52 00 01 41 9e 00 18 56 48 58 28 /...A.../...@.../...:R..A...VHX(
14200 3a 60 00 00 91 01 02 ac 92 61 02 a8 4b ff f6 ac 4b ff 8e 3d 80 01 03 14 b9 c1 02 c8 38 21 03 10 :`.......a..K...K..=........8!..
14220 7c 08 03 a6 4e 80 00 20 94 21 ff d0 3d 20 ff f5 7c 08 02 a6 3c 60 ff f4 90 01 00 34 38 63 5b e0 |...N....!..=...|...<`.....48c[.
14240 bf 81 00 20 3b e0 00 00 3b 81 00 0c 3b a1 00 10 3b c1 00 08 81 69 90 20 81 2b 00 20 80 0b 00 18 ....;...;...;...;....i...+......
14260 90 01 00 08 39 29 04 00 91 21 00 0c 48 00 65 75 90 61 00 10 7f e3 fb 78 7f c4 f3 78 7f 85 e3 78 ....9)...!..H.eu.a.....x...x...x
14280 7f a6 eb 78 4b ff f5 e9 2f 9f 00 ff 3b ff 00 01 40 9e ff e4 80 61 00 10 4b ff 43 a9 80 01 00 34 ...xK.../...;...@....a..K.C....4
142a0 bb 81 00 20 38 60 00 00 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 ....8`..8!.0|...N....!..|.......
142c0 80 83 01 20 2f 84 00 00 41 9e 00 1c 80 c3 01 24 80 e3 01 40 54 84 00 36 80 a3 01 3c 54 c6 00 36 ..../...A......\$...@T..6...<T..6
142e0 48 00 45 2d 80 01 00 14 38 60 00 00 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 H.E-....8`..8!..|...N....!..|...
14300 90 01 00 24 bf a1 00 14 7c 7d 1b 78 4b ff f3 7d 7f a3 eb 78 80 9d 01 20 54 84 00 36 48 00 4a 8d ...\$....|}.xK..}...x....T..6H.J.
14320 80 01 00 24 bb a1 00 14 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 ...\$....8`..8!..|...N....!..|...
14340 90 01 00 24 bf a1 00 14 7c 7d 1b 78 4b ff f3 3d 7f a3 eb 78 80 9d 01 20 54 84 00 36 48 00 4c 31 ...\$....|}.xK..=...x....T..6H.L1
14360 80 01 00 24 bb a1 00 14 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ...\$....8`..8!..|...N....!..|...
14380 90 01 00 14 80 e3 01 2c 80 83 01 20 80 a3 01 24 80 c3 01 28 54 84 00 36 54 e7 00 36 54 a5 00 36 .......,.......\$...(T..6T..6T..6
143a0 54 c6 00 36 48 00 24 49 80 01 00 14 38 60 00 00 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 T..6H.\$I....8`..8!..|...N....!..
143c0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 7d 1b 78 3c 60 ff f4 38 63 61 18 4b ff 91 c1 7c 7c 1b 78 |......\$....|}.x<`..8ca.K...||.x
143e0 7f a3 eb 78 48 00 5f ad 3c 80 ff f4 7f a5 eb 78 38 84 65 48 38 c3 00 01 7f 83 e3 78 4b ff 93 d1 ...xH._.<......x8.eH8......xK...
14400 7f a3 eb 78 4b ff f4 19 80 01 00 24 bb 81 00 10 38 60 00 00 38 21 00 20 7c 08 03 a6 4e 80 00 20 ...xK......\$....8`..8!..|...N...
14420 94 21 ff 50 7c 08 02 a6 90 01 00 b4 bf a1 00 a4 7c 7f 1b 78 3c 60 ff f4 38 63 61 18 4b ff 91 5d .!.P|...........|..x<`..8ca.K..]
14440 7c 7d 1b 79 41 82 00 24 7f e3 fb 78 48 00 5f 45 3c 80 ff f4 7f e5 fb 78 38 84 70 40 38 c3 00 01 |}.yA..\$...xH._E<......x8.p@8...
14460 7f a3 eb 78 4b ff 93 69 3f a0 ff f5 4b ff 8b 8d 3c 80 ff f4 38 84 4f ac 38 a1 00 08 38 c0 00 08 ...xK..i?...K...<...8.O.8...8...
14480 81 7d 90 20 81 2b 00 14 80 0b 00 10 90 01 00 08 91 21 00 0c 4b ff 93 39 4b ff 8b 61 7c 7e 1b 78 .}...+...........!..K..9K..a|~.x
144a0 80 7d 90 20 3b a0 00 00 81 43 00 20 2f 8a 00 00 41 9e 00 30 80 1f 01 00 81 63 00 24 39 20 00 00 .}..;....C../...A..0.....c.\$9...
144c0 3b a0 00 06 91 41 00 1c 91 21 00 18 64 00 01 00 91 21 00 14 91 21 00 20 90 01 00 10 91 61 00 24 ;....A...!..d....!...!.......a.\$
144e0 81 83 00 28 2f 8c 00 00 41 9e 00 64 39 5d 00 03 38 1d 00 04 80 83 00 2c 39 1d 00 05 57 a5 10 3a ...(/...A..d9]..8......,9...W..:
14500 39 61 00 08 54 00 10 3a 38 c1 00 10 55 4a 10 3a 55 08 10 3a 7d 0b 42 14 7d 4b 52 14 7c e6 2a 14 9a..T..:8...UJ.:U..:}.B.}KR.|.*.
14520 7d 6b 02 14 80 1f 01 00 39 20 00 00 3b bd 00 06 64 00 02 00 7c 06 29 2e 91 27 00 08 91 27 00 04 }k......9...;...d...|.)..'...'..
14540 91 8a 00 08 91 2b 00 08 90 88 00 08 81 83 00 18 2f 8c 00 00 41 9e 00 64 39 7d 00 03 38 1d 00 04 .....+........../...A..d9}..8...
14560 80 83 00 1c 39 5d 00 05 57 a5 10 3a 39 21 00 08 54 00 10 3a 38 c1 00 10 55 6b 10 3a 55 4a 10 3a ....9]..W..:9!..T..:8...Uk.:UJ.:
14580 7d 49 52 14 7d 69 5a 14 7c e6 2a 14 7d 29 02 14 80 1f 01 00 39 00 00 00 3b bd 00 06 64 00 02 00 }IR.}iZ.|.*.})......9...;...d...
145a0 7c 06 29 2e 91 87 00 08 91 07 00 04 91 8b 00 08 91 09 00 08 90 8a 00 08 3c 80 ff f4 57 a6 10 3a |.).....................<...W..:
145c0 7f c3 f3 78 38 a1 00 10 38 84 5f 80 4b ff 92 01 7f e3 fb 78 4b ff f2 49 80 01 00 b4 bb a1 00 a4 ...x8...8._.K......xK..I........
145e0 38 60 00 00 38 21 00 b0 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 68 1b 79 7c 08 02 a6 7c aa 2b 78 8`..8!..|...N....!..|h.y|...|.+x
14600 90 01 00 34 bf 21 00 14 7c 9e 23 78 7c da 33 78 7c f9 3b 78 40 82 00 18 2f 84 00 01 40 9e 00 40 ...4.!..|.#x|.3x|.;x@.../...@..@
14620 39 00 00 03 3b c0 00 00 48 00 00 34 2f 88 00 ff 40 9e 00 24 3d 20 ff f4 38 60 00 00 38 89 61 3c 9...;...H..4/...@..\$=...8`..8.a<
14640 3d 20 ff f4 3b e9 db bc 39 80 00 00 7c 85 23 78 48 00 01 10 2b 88 00 12 41 bd 01 d0 1c 08 00 0c =...;...9...|.#xH...+...A.......
14660 3d 20 ff f4 39 29 db bc 39 29 00 a0 7d 69 02 14 7c e9 00 2e 81 2b 00 08 81 6b 00 04 88 09 00 00 =...9)..9)..}i..|....+...k......
14680 2f 80 00 ff 7f 00 f0 00 40 9e 00 10 7c e4 3b 78 7d 65 5b 78 48 00 01 a4 40 9a 00 3c 80 89 00 04 /.......@...|.;x}e[xH...@..<....
146a0 2f 84 00 00 40 9e 00 08 7c e4 3b 78 80 a9 00 08 2f 85 00 00 40 9e 00 08 7d 65 5b 78 81 69 00 10 /...@...|.;x..../...@...}e[x.i..
146c0 80 69 00 14 81 89 00 18 2f 8b 00 00 40 9e 00 10 48 00 00 1c 39 29 00 1c 4b ff ff a4 88 0b 00 00 .i....../...@...H...9)..K.......
146e0 2f 80 00 ff 7f 00 50 00 40 9e 00 0c 83 e9 00 0c 48 00 00 68 40 9a 00 5c 80 cb 00 04 2f 86 00 00 /.....P.@.......H..h@..\..../...
14700 40 9e 00 08 7c 86 23 78 80 eb 00 08 2f 87 00 00 40 9e 00 08 7c a7 2b 78 81 2b 00 10 2f 89 00 00 @...|.#x..../...@...|.+x.+../...
14720 40 9e 00 08 7c 69 1b 78 80 0b 00 14 2f 80 00 00 40 9e 00 08 7d 80 63 78 83 eb 00 0c 7d 23 4b 78 @...|i.x..../...@...}.cx....}#Kx
14740 7c 0c 03 78 7c c4 33 78 7c e5 3b 78 48 00 00 0c 39 6b 00 18 4b ff ff 88 2f 9f 00 00 41 9e 00 dc |..x|.3x|.;xH...9k..K.../...A...
14760 80 1f 00 00 2f 80 ff ff 41 9e 00 d0 a0 1f 00 00 7f 80 d0 00 40 9e 00 ac a0 1f 00 02 7f 80 c8 00 ..../...A...........@...........
14780 40 9e 00 a0 83 7f 00 08 2f 9b 00 00 40 9e 00 08 7c 9b 23 78 83 df 00 04 2f 9e 00 00 40 9e 00 08 @......./...@...|.#x..../...@...
147a0 7c be 2b 78 83 9f 00 20 2f 9c 00 00 40 9e 00 08 7c 7c 1b 78 83 bf 00 24 2f 9d 00 00 40 9e 00 08 |.+x..../...@...||.x...\$/...@...
147c0 7d 9d 63 78 38 60 00 28 4b ff 3e 99 38 00 00 00 2c 03 00 00 41 82 00 80 80 1f 00 0c 81 1f 00 1c }.cx8`.(K.>.8...,...A...........
147e0 81 3f 00 10 81 7f 00 14 b3 43 00 00 b3 23 00 02 81 5f 00 18 90 03 00 0c 7c 60 1b 78 93 c3 00 04 .?.......C...#..._......|`.x....
14800 93 63 00 08 91 23 00 10 91 63 00 14 91 43 00 18 91 03 00 1c 93 83 00 20 93 a3 00 24 48 00 00 38 .c...#...c...C.............\$H..8
14820 3b ff 00 28 4b ff ff 3c 3d 20 ff f4 38 89 61 44 3d 20 ff f4 38 a9 61 58 3c 60 ff f4 7f 46 d3 78 ;..(K..<=...8.aD=...8.aX<`...F.x
14840 38 63 61 60 7f 27 cb 78 7f c9 f3 78 4b ff 3e 39 38 00 00 00 7c 03 03 78 80 01 00 34 bb 21 00 14 8ca`.'.x...xK.>98...|..x...4.!..
14860 38 21 00 30 7c 08 03 a6 4e 80 00 20 38 84 00 08 3d 60 ff f5 54 84 10 3a 7c 63 22 14 80 0b 90 00 8!.0|...N...8...=`..T..:|c".....
14880 81 23 00 08 7d 29 02 14 88 69 00 00 7c 00 06 ac 54 63 06 3e 4e 80 00 20 38 a5 00 08 3d 20 ff f5 .#..})...i..|...Tc.>N...8...=...
148a0 54 a5 10 3a 7c 63 2a 14 81 29 90 00 81 63 00 08 7c 8b 49 ae 7c 00 06 ac 4e 80 00 20 38 84 00 08 T..:|c*..)...c..|.I.|...N...8...
148c0 3d 20 ff f5 54 84 10 3a 7c 63 22 14 2f 86 00 00 80 09 90 00 38 c6 00 01 7c c9 03 a6 81 63 00 08 =...T..:|c"./.......8...|....c..
148e0 7d 6b 02 14 40 bc 00 20 38 00 00 01 7c 09 03 a6 48 00 00 14 a0 0b 00 00 7c 00 06 ac b0 05 00 00 }k..@...8...|...H.......|.......
14900 38 a5 00 02 42 00 ff f0 4e 80 00 20 38 84 00 08 3d 20 ff f5 54 84 10 3a 7c 63 22 14 2f 86 00 00 8...B...N...8...=...T..:|c"./...
14920 80 09 90 00 38 c6 00 01 7c c9 03 a6 81 63 00 08 7d 6b 02 14 40 bc 00 20 38 00 00 01 7c 09 03 a6 ....8...|....c..}k..@...8...|...
14940 48 00 00 14 a0 05 00 00 38 a5 00 02 b0 0b 00 00 7c 00 06 ac 42 00 ff f0 4e 80 00 20 94 21 ff f0 H.......8.......|...B...N....!..
14960 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 7f 1b 78 7c 83 23 79 81 3f 00 4c 40 82 00 18 7d 23 4b 78 |...........|..x|.#y.?.L@...}#Kx
14980 81 29 00 54 38 80 00 07 7d 29 03 a6 4e 80 04 21 70 60 00 81 2f 80 00 01 40 9e 00 1c 81 3f 00 4c .).T8...})..N..!p`../...@....?.L
149a0 38 80 00 01 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 80 01 00 14 83 e1 00 0c 38 21 00 10 8...}#Kx.).T})..N..!........8!..
149c0 7c 08 03 a6 4e 80 00 20 81 23 00 00 3d 40 ff f5 81 69 00 38 80 09 00 48 81 2a 90 18 7c 00 59 d6 |...N....#..=@...i.8...H.*..|.Y.
149e0 39 29 00 01 55 2b 10 3a 91 2a 90 18 3d 20 ff f5 39 29 9c 88 7c 09 59 2e 4e 80 00 20 3d 60 ff f5 9)..U+.:.*..=...9)..|.Y.N...=`..
14a00 81 43 00 00 81 2b 90 18 80 0a 00 48 39 29 00 01 55 28 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 .C...+.....H9)..U(.:.+..=...9)..
14a20 7c 09 41 2e 4e 80 00 20 80 03 00 24 54 84 20 36 7c 84 02 14 88 64 00 00 7c 00 06 ac 54 63 06 3e |.A.N......\$T..6|....d..|...Tc.>
14a40 4e 80 00 20 54 a5 20 36 81 23 00 24 7c 85 49 ae 7c 00 06 ac 4e 80 00 20 80 03 00 24 54 84 20 36 N...T..6.#.\$|.I.|...N......\$T..6
14a60 2f 86 00 00 38 c6 00 01 7c 84 02 14 7c c9 03 a6 40 bc 00 20 38 00 00 01 7c 09 03 a6 48 00 00 14 /...8...|...|...@...8...|...H...
14a80 a0 04 00 00 7c 00 06 ac b0 05 00 00 38 a5 00 02 42 00 ff f0 4e 80 00 20 80 03 00 24 54 84 20 36 ....|.......8...B...N......\$T..6
14aa0 2f 86 00 00 38 c6 00 01 7c 84 02 14 7c c9 03 a6 40 bc 00 20 38 00 00 01 7c 09 03 a6 48 00 00 14 /...8...|...|...@...8...|...H...
14ac0 a0 05 00 00 38 a5 00 02 b0 04 00 00 7c 00 06 ac 42 00 ff f0 4e 80 00 20 94 21 ff e0 38 80 00 08 ....8.......|...B...N....!..8...
14ae0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 81 23 00 4c 7d 23 4b 78 81 29 00 54 7d 29 03 a6 |......\$....|}.x.#.L}#Kx.).T})..
14b00 4e 80 04 21 81 3d 00 4c 38 80 00 08 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 81 3d 00 4c N..!.=.L8...}#Kx.).T})..N..!.=.L
14b20 38 80 00 08 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 81 3d 00 4c 38 80 00 08 7d 23 4b 78 8...}#Kx.).T})..N..!.=.L8...}#Kx
14b40 81 29 00 54 7d 29 03 a6 4e 80 04 21 38 60 00 01 48 00 20 15 80 01 00 24 bb a1 00 14 38 21 00 20 .).T})..N..!8`..H......\$....8!..
14b60 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 a0 00 08 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 9f 23 78 |...N....!..8...|...........|.#x
14b80 7c 7e 1b 78 81 23 00 4c 7d 23 4b 78 81 29 00 50 7d 29 03 a6 88 84 00 10 60 84 00 02 54 84 06 3e |~.x.#.L}#Kx.).P})......`...T..>
14ba0 4e 80 04 21 81 3e 00 4c 88 9f 00 09 38 a0 00 01 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 N..!.>.L....8...}#Kx.).P})..N..!
14bc0 81 3e 00 4c 88 9f 00 0a 38 a0 00 02 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c .>.L....8...}#Kx.).P})..N..!.>.L
14be0 88 9f 00 0b 38 a0 00 03 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 00 0c ....8...}#Kx.).P})..N..!.>.L....
14c00 38 a0 00 04 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 00 0d 38 a0 00 05 8...}#Kx.).P})..N..!.>.L....8...
14c20 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 88 1e 00 00 2f 80 00 00 41 9e 00 10 88 1f 00 0e }#Kx.).P})..N..!..../...A.......
14c40 60 00 00 10 98 1f 00 0e 81 3e 00 4c 88 9f 00 0e 38 a0 00 06 7d 23 4b 78 81 29 00 50 7d 29 03 a6 `........>.L....8...}#Kx.).P})..
14c60 4e 80 04 21 81 3e 00 4c 88 9f 00 0f 38 a0 00 07 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 N..!.>.L....8...}#Kx.).P})..N..!
14c80 80 01 00 14 7f c3 f3 78 bb c1 00 08 38 21 00 10 7c 08 03 a6 4b ff fe 44 94 21 ff e0 7c 08 02 a6 .......x....8!..|...K..D.!..|...
14ca0 90 01 00 24 bf 41 00 08 7c 9b 23 78 7c ba 2b 78 7c dd 33 78 7c 7c 1b 78 4b ff fe 21 3b c0 00 00 ...\$.A..|.#x|.+x|.3x||.xK..!;...
14cc0 81 3c 00 4c 38 80 00 07 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 7c 7f 1b 78 38 60 03 e8 .<.L8...}#Kx.).T})..N..!|..x8`..
14ce0 73 e0 00 80 41 82 00 14 48 00 1e 7d 2f 9e 13 87 3b de 00 01 40 9e ff cc 2f 9d 00 00 41 9e 00 08 s...A...H..}/...;...@.../...A...
14d00 9b fd 00 00 7f e0 d0 39 38 60 00 01 40 82 00 18 7f e0 d8 39 7c 1b 00 d0 54 03 0f fe 41 82 00 08 .......98`..@......9|...T...A...
14d20 38 60 00 00 80 01 00 24 bb 41 00 08 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 80 00 00 8`.....\$.A..8!..|...N....!..8...
14d40 7c 08 02 a6 38 a0 00 80 38 c0 00 00 90 01 00 14 bf c1 00 08 7c 7f 1b 78 83 c3 00 4c 4b ff ff 3d |...8...8...........|..x...LK..=
14d60 2f 83 00 00 40 9e 00 64 88 9f 00 00 88 1e 01 00 7f 80 20 00 41 9e 00 58 81 3f 00 4c 7c 84 00 d0 /...@..d............A..X.?.L|...
14d80 38 a0 00 06 54 84 2e f6 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 7f e3 fb 78 4b ff fd 3d 8...T...}#Kx.).P})..N..!...xK..=
14da0 7f e3 fb 78 38 80 00 00 38 a0 00 80 38 c0 00 00 4b ff fe e9 2f 83 00 00 40 9e 00 10 88 1f 00 00 ...x8...8...8...K.../...@.......
14dc0 98 1e 01 00 48 00 00 08 38 60 00 01 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 ....H...8`..........8!..|...N...
14de0 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 41 00 18 7c 9e 23 78 7c 7d 1b 78 4b ff ff 41 3b e0 00 00 .!..|......4.A..|.#x|}.xK..A;...
14e00 2f 83 00 00 38 60 00 01 40 9e 01 78 81 3d 00 4c 38 80 00 07 7d 23 4b 78 81 29 00 54 7d 29 03 a6 /...8`..@..x.=.L8...}#Kx.).T})..
14e20 4e 80 04 21 88 1d 00 02 7c 69 1b 78 2f 80 00 01 7f a3 eb 78 71 2b 00 80 99 21 00 08 40 9e 00 14 N..!....|i.x/......xq+...!..@...
14e40 55 20 06 32 2f 80 00 40 40 9e 00 0c 48 00 00 1c 41 82 00 18 4b ff fc 85 2f 9f 03 e8 3b ff 00 01 U..2/..@@...H...A...K.../...;...
14e60 40 9e ff ac 48 00 00 0c 2b 9f 03 e7 40 9d 00 28 88 81 00 08 3c a0 ff f4 7f a3 eb 78 38 a5 6e 5c @...H...+...@..(....<......x8.n\
14e80 4b ff fa dd 88 01 00 08 38 60 00 01 98 1e 00 1b 48 00 00 f0 7f a3 eb 78 7f c4 f3 78 4b ff fc cd K.......8`......H......x...xK...
14ea0 83 7e 00 04 3b 41 00 08 38 80 00 00 38 a0 00 81 83 9e 00 04 83 fd 00 48 7f 46 d3 78 7f a3 eb 78 .~..;A..8...8..........H.F.x...x
14ec0 4b ff fd d9 88 81 00 08 2f 83 00 00 70 80 00 88 2f 00 00 08 41 9e 00 20 3c a0 ff f4 7f a3 eb 78 K......./...p.../...A...<......x
14ee0 54 84 06 3e 38 a5 6e 6c 4b ff fa 75 88 01 00 08 48 00 00 7c 40 9a 00 5c 7f 9f e0 40 40 9d 00 08 T..>8.nlK..u....H..|@..\...@@...
14f00 7f 9f e3 78 73 e0 00 01 7f 7f d8 50 80 be 00 00 81 3d 00 4c 40 82 00 1c 7d 23 4b 78 81 29 00 58 ...xs......P.....=.L@...}#Kx.).X
14f20 38 80 00 00 57 e6 f8 7e 7d 29 03 a6 4e 80 04 21 80 1e 00 1c 81 3e 00 00 7f a3 eb 78 7c 1f 00 50 8...W..~})..N..!.....>.....x|..P
14f40 7d 29 fa 14 90 1e 00 1c 91 3e 00 00 4b ff fb 8d 88 01 00 08 2f 1b 00 00 54 09 ef fe 70 0b 00 a1 }).......>..K......./...T...p...
14f60 2f 89 00 00 40 82 00 08 40 9e 00 0c 98 1e 00 1b 48 00 00 08 40 9a ff 34 30 1b ff ff 7c 60 d9 10 /...@...@.......H...@..40...|`..
14f80 80 01 00 34 bb 41 00 18 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 ...4.A..8!.0|...N....!..|......4
14fa0 be c1 00 08 7c 7a 1b 78 7c 7f 1b 78 3b 60 00 00 3b 00 00 01 3b 20 00 00 3a e0 ff ff 3a c0 00 02 ....|z.x|..x;`..;...;...:...:...
14fc0 1d 3b 00 50 80 7f 00 ac 80 03 00 54 38 80 00 07 39 29 00 60 7c 09 03 a6 7f da 4a 14 4e 80 04 21 .;.P.......T8...9).`|.....J.N..!
14fe0 2f 83 00 ff 40 9e 00 10 81 3f 00 ac 9b 29 01 01 48 00 01 08 7f c3 f3 78 4b ff fd 41 7c 7c 1b 79 /...@....?...)..H......xK..A||.y
15000 40 82 00 f8 81 3f 00 ac 38 80 00 55 38 a0 00 02 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 @....?..8..U8...}#Kx.).P})..N..!
15020 81 3f 00 ac 38 80 00 aa 38 a0 00 03 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3f 00 ac .?..8...8...}#Kx.).P})..N..!.?..
15040 38 80 00 aa 38 a0 00 02 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3f 00 ac 38 80 00 55 8...8...}#Kx.).P})..N..!.?..8..U
15060 38 a0 00 03 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3f 00 ac 38 80 00 55 38 a0 00 02 8...}#Kx.).P})..N..!.?..8..U8...
15080 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3f 00 ac 38 a0 00 03 38 80 00 aa 7d 23 4b 78 }#Kx.).P})..N..!.?..8...8...}#Kx
150a0 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3f 00 ac 38 80 00 02 7d 23 4b 78 81 29 00 54 7d 29 03 a6 .).P})..N..!.?..8...}#Kx.).T})..
150c0 4e 80 04 21 81 3f 00 ac 38 80 00 03 7c 7d 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 N..!.?..8...|}.x}#Kx.).T})..N..!
150e0 2f 9d 00 55 40 9e 00 14 2f 83 00 aa 40 9e 00 0c 9b 9f 00 62 9b 1f 00 61 88 1a 01 01 2f 80 00 00 /..U@.../...@......b...a..../...
15100 41 9e 02 08 88 1f 00 61 2f 80 00 00 41 9e 01 ec 7f c3 f3 78 4b ff fc 25 2f 83 00 00 40 9e 01 dc A......a/...A......xK..%/...@...
15120 83 bf 00 ac 38 80 00 06 38 a0 00 08 7f a3 eb 78 80 1d 00 50 7c 09 03 a6 4e 80 04 21 7f c3 f3 78 ....8...8......x...P|...N..!...x
15140 4b ff f9 99 81 3f 00 ac 38 80 00 02 38 a0 00 08 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 K....?..8...8...}#Kx.).P})..N..!
15160 7f c3 f3 78 4b ff f9 75 88 1d 00 61 2f 80 00 00 41 9e 00 18 7f c3 f3 78 38 80 00 00 38 a0 00 80 ...xK..u...a/...A......x8...8...
15180 38 c0 00 00 4b ff fb 15 88 1d 00 b1 2f 80 00 00 41 9e 00 78 3b a0 03 e8 81 3e 00 4c 38 a0 00 06 8...K......./...A..x;....>.L8...
151a0 38 80 00 10 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 7f c3 f3 78 4b ff f9 21 81 3e 00 4c 8...}#Kx.).P})..N..!...xK..!.>.L
151c0 38 80 00 03 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 38 80 00 02 7c 7c 1b 78 8...}#Kx.).T})..N..!.>.L8...||.x
151e0 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 2f 83 00 01 40 9e 00 0c 2f 9c 00 01 41 9e 00 0c }#Kx.).T})..N..!/...@.../...A...
15200 37 bd ff ff 40 82 ff 94 81 3f 00 ac 7f c3 f3 78 9a e9 01 00 4b ff fb 25 7f c3 f3 78 4b ff fb 1d 7...@....?.....x....K..%...xK...
15220 2f 83 00 00 40 9e 00 d4 81 3f 00 ac 38 80 00 02 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 /...@....?..8...}#Kx.).T})..N..!
15240 81 3f 00 ac 38 80 00 03 7c 7d 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 2f 9d 00 01 .?..8...|}.x}#Kx.).T})..N..!/...
15260 40 9e 00 94 2f 83 00 01 40 9e 00 8c 81 3f 00 ac 38 80 00 04 7d 23 4b 78 81 29 00 54 7d 29 03 a6 @.../...@....?..8...}#Kx.).T})..
15280 4e 80 04 21 81 3f 00 ac 38 80 00 05 7c 7d 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 N..!.?..8...|}.x}#Kx.).T})..N..!
152a0 81 3f 00 ac 38 80 00 07 7c 7e 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 2f 9d 00 14 .?..8...|~.x}#Kx.).T})..N..!/...
152c0 40 9e 00 14 2f 9e 00 eb 40 9e 00 0c 9a df 00 62 48 00 00 28 7f c0 eb 78 54 00 06 3e 2f 80 00 00 @.../...@......bH..(...xT..>/...
152e0 40 9e 00 14 2f 83 00 00 41 9e 00 0c 9b 1f 00 62 48 00 00 08 9b 3f 00 61 2f 9b 00 01 3b ff 00 50 @.../...A......bH....?.a/...;..P
15300 3b 7b 00 01 40 9e fc bc 80 01 00 34 ba c1 00 08 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff a0 ;{..@......4....8!.0|...N....!..
15320 7c 08 02 a6 90 01 00 64 bd c1 00 18 7c 7e 1b 78 7c 9b 23 78 88 03 00 02 2f 80 00 02 40 9e 03 88 |......d....|~.x|.#x..../...@...
15340 80 04 00 10 2b 80 ff ff 41 9d 03 7c 3d 20 ff f4 3b 20 00 05 39 e9 6e e0 3d 20 ff f4 39 c9 6e c4 ....+...A..|=...;...9.n.=...9.n.
15360 3d 20 ff f4 3a 29 6e a8 3d 20 ff f4 3a 09 6e 90 3a 40 ff a0 3b 01 00 08 3a a0 00 03 3a 80 00 12 =...:)n.=...:.n.:@..;...:...:...
15380 3a 60 00 12 3a e0 00 01 3e c0 00 02 7f c3 f3 78 83 fe 00 4c 4b ff f9 a5 2f 83 00 00 40 9e 02 80 :`..:...>......x...LK.../...@...
153a0 3b bf 01 04 38 a0 00 20 38 80 00 00 7f a3 eb 78 48 00 51 ed 80 1b 00 10 7f a4 eb 78 7f c3 f3 78 ;...8...8......xH.Q........x...x
153c0 98 1f 01 10 80 1b 00 10 9a 5f 01 13 54 00 c2 3e 98 1f 01 11 4b ff f7 95 81 3e 00 4c 38 80 00 08 ........._..T..>....K....>.L8...
153e0 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 70 60 00 80 98 61 00 08 40 82 00 1c 70 69 00 09 }#Kx.).T})..N..!p`...a..@...pi..
15400 40 82 00 14 7c 64 1b 78 7e 05 83 78 7f c3 f3 78 48 00 00 30 7f c3 f3 78 38 80 00 00 38 a0 00 81 @...|d.x~..x...xH..0...x8...8...
15420 7f 06 c3 78 4b ff f8 75 88 01 00 08 2f 83 00 00 41 9e 00 20 54 04 06 3e 7f c3 f3 78 7e 25 8b 78 ...xK..u..../...A...T..>...x~%.x
15440 4b ff f5 1d 88 01 00 08 98 1b 00 15 48 00 01 d0 70 00 00 89 2f 80 00 08 41 9e 00 10 88 1b 00 00 K...........H...p.../...A.......
15460 2f 80 00 03 40 9e 01 b8 81 3e 00 4c 38 80 00 00 7f 65 db 78 38 c0 00 06 7d 23 4b 78 81 29 00 5c /...@....>.L8....e.x8...}#Kx.).\
15480 7d 29 03 a6 4e 80 04 21 7f c3 f3 78 4b ff f6 4d 83 9b 00 10 83 5b 00 0c 7f c3 f3 78 38 80 00 00 })..N..!...xK..M.....[.....x8...
154a0 38 a0 00 81 7f 06 c3 78 4b ff f7 f1 88 01 00 08 2f 83 00 00 41 9e 00 20 54 04 06 3e 7f c3 f3 78 8......xK......./...A...T..>...x
154c0 7d c5 73 78 4b ff f4 99 88 01 00 08 98 1b 00 15 48 00 01 10 70 00 00 88 41 82 01 08 2f 80 00 08 }.sxK...........H...p...A.../...
154e0 40 9e 01 00 81 3e 00 4c 38 80 00 02 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 81 3e 00 4c @....>.L8...}#Kx.).T})..N..!.>.L
15500 38 80 00 04 7c 7d 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 38 80 00 05 8...|}.x}#Kx.).T})..N..!.>.L8...
15520 7c 7f 1b 78 7d 23 4b 78 81 29 00 54 7d 29 03 a6 4e 80 04 21 73 a0 00 01 41 82 00 24 88 1b 00 14 |..x}#Kx.).T})..N..!s...A..\$....
15540 2f 80 00 01 41 9e 00 18 88 81 00 08 7f c3 f3 78 7d e5 7b 78 4b ff f4 09 48 00 00 88 54 60 40 2e /...A..........x}.{xK...H...T`@.
15560 7c 00 fb 79 41 82 00 7c 7f 80 e0 40 7c 1f 03 78 40 9d 00 08 7f 9f e3 78 88 1b 00 14 81 3e 00 4c |..yA..|...@|..x@......x.....>.L
15580 2f 80 00 01 57 e0 07 fe 40 9e 00 18 2f 80 00 00 40 9e 00 34 7d 23 4b 78 81 29 00 58 48 00 00 14 /...W...@.../...@..4}#Kx.).XH...
155a0 2f 80 00 00 40 9e 00 20 7d 23 4b 78 81 29 00 5c 7d 29 03 a6 38 80 00 00 7f 45 d3 78 57 e6 f8 7e /...@...}#Kx.).\})..8....E.xW..~
155c0 4e 80 04 21 7f 9f e0 50 7f c3 f3 78 4b ff f5 0d 2f 9c 00 00 41 9e 00 0c 7f 5a fa 14 4b ff fe bc N..!...P...xK.../...A....Z..K...
155e0 88 1b 00 14 2f 80 00 00 41 9e 00 18 7f c3 f3 78 38 80 00 00 38 a0 00 80 7f 06 c3 78 4b ff f6 9d ..../...A......x8...8......xK...
15600 88 01 00 08 70 09 00 01 40 82 00 14 2f 9c 00 00 40 9e 00 0c 38 60 00 00 48 00 00 b0 88 1b 00 00 ....p...@.../...@...8`..H.......
15620 2f 80 00 03 41 9e 00 8c 83 fe 00 4c 38 80 00 00 38 a0 00 58 3b 9f 01 24 7f 83 e3 78 8b bf 01 24 /...A......L8...8..X;..\$...x...\$
15640 48 00 4f 5d 38 1f 01 3b 92 7f 01 34 7f 84 e3 78 90 1f 01 30 9a ff 01 38 7f c3 f3 78 9b bf 01 7b H.O]8..;...4...x...0...8...x...{
15660 9a bf 01 24 9a 9f 01 28 4b ff fc b5 2f 83 00 00 40 9e 00 40 9a ff 01 3a 80 1b 00 18 54 00 03 1e ...\$...(K.../...@..@...:....T...
15680 7f 80 b0 00 40 9e 00 2c 88 1b 00 23 2f 80 00 3a 41 9e 00 20 3c 60 00 0f 60 63 42 40 48 00 14 c9 ....@..,...#/..:A...<`..`cB@H...
156a0 2f 99 00 00 41 9e 00 0c 3b 39 ff ff 4b ff fc e0 3c a0 ff f4 7f c3 f3 78 38 a5 6e fc 38 80 00 00 /...A...;9..K...<......x8.n.8...
156c0 4b ff f2 9d 38 60 00 01 80 01 00 64 b9 c1 00 18 38 21 00 60 7c 08 03 a6 4e 80 00 20 94 21 ff d0 K...8`.....d....8!.`|...N....!..
156e0 38 80 00 00 7c 08 02 a6 38 a0 00 58 90 01 00 34 bf 61 00 1c 7c 7e 1b 78 83 e3 00 4c 3b bf 01 24 8...|...8..X...4.a..|~.x...L;..\$
15700 7f a3 eb 78 48 00 4e 99 38 00 00 00 7f c3 f3 78 98 1f 01 24 7f a4 eb 78 4b ff fc 05 2f 83 00 00 ...xH.N.8......x...\$...xK.../...
15720 40 9e 00 b4 38 80 00 00 38 a0 00 58 7f a3 eb 78 3b 60 00 01 48 00 4e 69 38 00 00 1b 9b 7f 01 28 @...8...8..X...x;`..H.Ni8......(
15740 7f c3 f3 78 98 1f 01 24 7f a4 eb 78 4b ff fb d1 7c 7c 1b 79 40 82 00 80 38 80 00 00 38 a0 00 58 ...x...\$...xK...||.y@...8...8..X
15760 7f a3 eb 78 48 00 4e 39 38 00 00 08 93 81 00 0c 93 81 00 08 7f a4 eb 78 90 1f 01 34 9b 7f 01 38 ...xH.N98..............x...4...8
15780 38 01 00 08 7f c3 f3 78 90 1f 01 30 38 00 00 25 98 1f 01 24 4b ff fb 89 2f 83 00 00 41 9e 00 1c 8......x...08..%...\$K.../...A...
157a0 38 00 08 00 90 1e 00 48 3c 00 00 1f 60 00 ff ff 90 1e 00 34 48 00 00 20 81 21 00 08 80 01 00 0c 8......H<...`......4H....!......
157c0 38 60 00 00 90 1e 00 48 39 29 00 01 91 3e 00 34 48 00 00 08 38 60 00 01 80 01 00 34 bb 61 00 1c 8`.....H9)...>.4H...8`.....4.a..
157e0 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff b0 3c e0 ff f5 7c 08 02 a6 3d 00 ff f5 90 01 00 54 8!.0|...N....!..<...|...=......T
15800 39 08 9c 88 bd c1 00 08 39 c0 00 00 81 27 90 18 83 c3 00 00 39 49 ff ff 55 29 10 3a 39 6a ff ff 9.......9....'......9I..U).:9j..
15820 55 4a 10 3a 55 60 10 3a 7d e8 48 2e 39 6b ff ff 91 67 90 18 7e 08 50 2e 7c 08 00 2e 7d f1 7b 78 UJ.:U`.:}.H.9k...g..~.P.|...}.{x
15840 7c 12 03 78 48 00 04 0c 82 de 00 38 7f 91 b0 40 41 9d 00 08 7e 36 8b 78 2f 96 00 00 41 9e 03 b8 |..xH......8...@A...~6.x/...A...
15860 7e 18 83 78 7e d5 b3 78 80 1e 00 34 3a e0 00 00 3a 80 00 00 7d 55 c0 14 7d 34 b9 14 2b 89 00 00 ~..x~..x...4:...:...}U..}4..+...
15880 41 9d 03 94 2f 89 00 00 40 9e 00 0c 7f 8a 00 40 41 9d 03 84 88 1e 00 02 2f 80 00 01 40 9e 02 f8 A.../...@......@A......./...@...
158a0 2f 89 00 00 40 9e 00 18 3c 00 10 00 7f 8a 00 40 41 9d 00 0c 2b 96 00 ff 40 bd 01 e8 88 1e 00 04 /...@...<......@A...+...@.......
158c0 2f 80 00 03 40 9e 03 50 83 fe 00 4c 38 80 00 00 38 a0 00 20 3b bf 01 04 7f a3 eb 78 48 00 4c c1 /...@..P...L8...8...;......xH.L.
158e0 56 c0 c2 3e 57 0b 84 3e 57 0a 46 3e 98 1f 01 18 9a df 01 17 57 09 c2 3e 38 00 00 24 99 7f 01 1b V..>W..>W.F>........W..>8..\$....
15900 99 5f 01 1c 38 a0 00 01 98 1f 01 13 99 3f 01 1a 56 c0 48 2c 99 df 01 1d 99 df 01 1e 9b 1f 01 19 ._..8........?..V.H,............
15920 90 1f 01 08 88 9f 01 16 92 5f 01 04 81 3e 00 4c 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 ........._...>.L}#Kx.).P})..N..!
15940 81 3e 00 4c 88 9f 01 18 38 a0 00 02 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c .>.L....8...}#Kx.).P})..N..!.>.L
15960 88 9f 01 1c 38 a0 00 03 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 1d ....8...}#Kx.).P})..N..!.>.L....
15980 38 a0 00 04 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 1e 38 a0 00 05 8...}#Kx.).P})..N..!.>.L....8...
159a0 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 15 38 a0 00 01 7d 23 4b 78 }#Kx.).P})..N..!.>.L....8...}#Kx
159c0 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 17 38 a0 00 02 7d 23 4b 78 81 29 00 50 .).P})..N..!.>.L....8...}#Kx.).P
159e0 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 19 38 a0 00 03 7d 23 4b 78 81 29 00 50 7d 29 03 a6 })..N..!.>.L....8...}#Kx.).P})..
15a00 4e 80 04 21 81 3e 00 4c 88 9f 01 1a 38 a0 00 04 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 N..!.>.L....8...}#Kx.).P})..N..!
15a20 81 3e 00 4c 88 9f 01 1b 38 a0 00 05 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 88 1e 00 00 .>.L....8...}#Kx.).P})..N..!....
15a40 2f 80 00 00 41 9e 00 10 88 1f 01 12 60 00 00 10 98 1f 01 12 81 3e 00 4c 88 9f 01 12 38 a0 00 06 /...A.......`........>.L....8...
15a60 7d 23 4b 78 81 29 00 50 7d 29 03 a6 4e 80 04 21 81 3e 00 4c 88 9f 01 13 38 a0 00 07 7d 23 4b 78 }#Kx.).P})..N..!.>.L....8...}#Kx
15a80 81 29 00 50 7d 29 03 a6 4e 80 04 21 7f c3 f3 78 4b ff f0 49 7f c3 f3 78 7f a4 eb 78 48 00 00 78 .).P})..N..!...xK..I...x...xH..x
15aa0 88 1e 00 04 83 fe 00 4c 56 d3 48 2c 2f 80 00 01 41 9e 00 6c 3b bf 01 04 38 80 00 00 38 a0 00 20 .......LV.H,/...A..l;...8...8...
15ac0 7f a3 eb 78 48 00 4a d9 56 e0 c0 0e 57 0a c2 3e 7c 0a 53 78 56 e0 80 0e 9b 1f 01 0f 9a df 01 0e ...xH.J.V...W..>|.SxV...........
15ae0 55 4b c2 3e 7c 0b 5b 78 39 20 00 20 99 5f 01 10 92 7f 01 08 55 60 c7 3e 99 3f 01 13 99 7f 01 11 UK.>|.[x9...._......U`.>.?......
15b00 7f a4 eb 78 60 00 00 40 92 5f 01 04 98 1f 01 12 7f c3 f3 78 4b ff f2 cd 48 00 00 f4 83 3e 00 44 ...x`..@._.........xK...H....>.D
15b20 3b 40 00 00 7e e3 bb 78 7f 45 d3 78 7f 04 c3 78 7f 26 cb 78 48 00 ea 85 83 9e 00 40 92 5f 01 04 ;@..~..x.E.x...x.&.xH......@._..
15b40 7f 45 d3 78 7f 26 cb 78 92 7f 01 08 9a df 01 0e 7e e3 bb 78 7f a4 e3 96 7f 9d e1 d6 7c 9b 23 78 .E.x.&.x........~..x........|.#x
15b60 7f 04 c3 78 48 00 eb a1 7f 7c d8 50 9b bf 01 10 38 00 00 20 57 bd c2 3e 38 84 00 01 98 1f 01 13 ...xH....|.P....8...W..>8.......
15b80 9b 7f 01 12 98 9f 01 0f 9b bf 01 11 38 9f 01 04 4b ff ff 80 7f c3 f3 78 83 9e 00 4c 4b ff fb 41 ............8...K......x...LK..A
15ba0 2f 83 00 00 40 9e 00 70 3b bc 01 24 38 80 00 00 38 a0 00 58 7f a3 eb 78 48 00 49 e5 57 00 46 3e /...@..p;..\$8...8..X...xH.I.W.F>
15bc0 98 1c 01 26 9b 1c 01 29 38 00 00 01 57 09 84 3e 57 0b c2 3e 56 ca c2 3e 56 c8 58 28 98 1c 01 38 ...&...)8...W..>W..>V..>V.X(...8
15be0 91 1c 01 34 38 00 00 28 7f a4 eb 78 99 3c 01 27 99 7c 01 28 7f c3 f3 78 99 5c 01 2b 9a dc 01 2c ...48..(...x.<.'.|.(...x.\.+...,
15c00 98 1c 01 24 92 5c 01 30 4b ff f7 15 2f 83 00 00 41 be 00 2c 3d 60 ff f5 38 00 00 00 81 2b 90 18 ...\$.\.0K.../...A..,=`..8....+..
15c20 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 48 00 00 40 80 1e 00 48 9)..U*.:.+..=...9)..|.Q.H..@...H
15c40 7e 10 b2 14 7e 36 88 50 7c 16 01 d6 7e 52 02 14 2f 91 00 00 40 9e fb f4 3d 60 ff f5 81 2b 90 18 ~...~6.P|...~R../...@...=`...+..
15c60 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d e9 01 2e 80 01 00 54 b9 c1 00 08 9)..U..:.+..=...9)..}......T....
15c80 38 21 00 50 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3c 60 ff f4 7c 08 02 a6 3c 80 ff f5 38 63 6f 0c 8!.P|...N....!..<`..|...<...8co.
15ca0 38 84 9b 50 90 01 00 14 4b ff 7e 69 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 8..P....K.~i....8!..|...N....!..
15cc0 3c 80 ff f5 7c 08 02 a6 3c 60 ff f4 38 84 9b 50 38 63 6f 1c 38 84 00 04 90 01 00 14 4b ff 71 e9 <...|...<`..8..P8co.8.......K.q.
15ce0 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 41 00 18 ....8!..|...N....!..|......4.A..
15d00 3f 60 ff f5 3f 80 ff f5 3b 9c 9b 50 7c 7e 1b 78 3c 60 ff f4 38 9c 00 08 38 63 6f 28 3f a0 ff f5 ?`..?...;..P|~.x<`..8...8co(?...
15d20 4b ff 71 a5 81 3b 90 18 3b bd 9c 88 3c 60 ff f4 38 9c 00 0c 38 63 59 cc 55 20 10 3a 39 29 ff ff K.q..;..;...<`..8...8cY.U..:9)..
15d40 91 3b 90 18 7f 5d 00 2e 4b ff 71 7d 3c 60 ff f4 38 9c 00 10 38 63 59 d8 4b ff 71 6d 81 3b 90 18 .;...]..K.q}<`..8...8cY.K.qm.;..
15d60 3c 80 ff f4 38 a1 00 08 38 84 54 98 55 20 10 3a 39 29 ff ff 91 3b 90 18 7c 7d 00 2e 4b ff 78 c5 <...8...8.T.U..:9)...;..|}..K.x.
15d80 83 bc 00 14 7c 7f 1b 78 48 00 00 14 48 00 45 25 2f 83 00 00 41 9e 00 18 83 bd 00 20 2f 9d 00 00 ....|..xH...H.E%/...A......./...
15da0 7f a3 eb 78 7f e4 fb 78 40 9e ff e4 1d 3a 00 50 38 09 00 60 7d 3d 4a 14 7c 7d 02 14 3b e0 00 01 ...x...x@....:.P8..`}=J.|}..;...
15dc0 90 7e 00 00 88 09 00 62 2f 80 00 01 41 9e 00 10 4b ff f9 0d 7c 7f 00 34 57 ff d9 7e 3f 80 ff f5 .~.....b/...A...K...|..4W..~?...
15de0 3c 60 ff f4 3b 9c 9b 50 38 63 6f 30 38 9c 00 18 3f 60 ff f5 4b ff 7d 1d 3c 60 ff f4 3f a0 ff f5 <`..;..P8co08...?`..K.}.<`..?...
15e00 38 63 5d 1c 3b bd 9c 88 4b ff 77 91 38 9c 00 1c 7c 7a 1b 78 3c 60 ff f4 38 63 59 8c 4b ff 70 a9 8c].;...K.w.8...|z.x<`..8cY.K.p.
15e20 81 3b 90 18 3c 60 ff f4 38 9c 00 20 38 63 5d 10 39 29 00 01 55 20 10 3a 91 3b 90 18 7f 5d 01 2e .;..<`..8...8c].9)..U..:.;...]..
15e40 4b ff 70 85 81 3b 90 18 7d 7f 00 d0 39 29 00 01 55 20 10 3a 91 3b 90 18 7d 7d 01 2e 80 01 00 34 K.p..;..}...9)..U..:.;..}}.....4
15e60 bb 41 00 18 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 81 00 20 .A..8!.0|...N....!..|......4....
15e80 4b ff 71 79 3f 80 ff f5 7c 7d 1b 78 3c 60 ff f4 38 63 73 34 3b 9c 9b 50 4b ff 76 8d 3c 60 ff f4 K.qy?...|}.x<`..8cs4;..PK.v.<`..
15ea0 38 9c 00 24 38 63 4f 10 4b ff 70 1d 3c 80 ff f4 7f a3 eb 78 38 84 60 c4 38 a0 00 01 4b ff 79 b9 8..\$8cO.K.p.<......x8.`.8...K.y.
15ec0 3c 80 ff f4 7f a3 eb 78 38 84 60 d4 38 a0 00 00 4b ff 79 a5 3c 80 ff f4 38 00 00 00 7f a3 eb 78 <......x8.`.8...K.y.<...8......x
15ee0 38 a1 00 08 90 01 00 10 90 01 00 0c 38 84 4f ac 38 c0 00 0c 90 01 00 08 4b ff 78 d5 3c 60 ff f4 8...........8.O.8.......K.x.<`..
15f00 38 9c 00 28 38 63 6f 40 4b ff 6f bd 80 01 00 34 bb 81 00 20 38 21 00 30 7c 08 03 a6 4e 80 00 20 8..(8co@K.o....4....8!.0|...N...
15f20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 4b ff 70 c9 7c 7d 1b 78 3c 60 ff f4 38 63 6a 64 .!..|......\$....K.p.|}.x<`..8cjd
15f40 4b ff 75 e5 3c 80 ff f5 3c 60 ff f4 38 84 9b 50 38 63 4f 10 38 84 00 2c 4b ff 6f 6d 3c 80 ff f4 K.u.<...<`..8..P8cO.8..,K.om<...
15f60 7f a3 eb 78 38 84 60 c4 38 a0 00 01 4b ff 79 09 3c 80 ff f4 7f a3 eb 78 38 84 60 d4 38 a0 00 00 ...x8.`.8...K.y.<......x8.`.8...
15f80 4b ff 78 f5 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 fd d0 38 80 00 00 K.x....\$....8!..|...N....!..8...
15fa0 7c 08 02 a6 38 a0 00 20 90 01 02 34 bf 21 02 14 7c 7f 1b 78 83 a3 00 4c 3b 9d 01 04 7f 83 e3 78 |...8......4.!..|..x...L;......x
15fc0 48 00 45 dd 38 01 00 08 90 1d 01 04 38 00 02 00 90 1d 01 08 88 1f 00 02 2f 80 00 01 40 9e 00 0c H.E.8.......8.........../...@...
15fe0 38 00 ff ec 48 00 00 10 2f 80 00 02 40 9e 02 2c 38 00 ff a1 98 1d 01 13 7f 84 e3 78 7f e3 fb 78 8...H.../...@..,8..........x...x
16000 4b ff ed e1 2f 83 00 00 40 9e 02 10 39 41 00 66 39 61 00 3e a4 0a ff fe 54 09 c2 3e 54 00 40 2e K.../...@...9A.f9a.>....T..>T.@.
16020 7c 00 4b 78 7f 8a 58 00 b0 0a 00 00 40 9e ff e8 48 00 00 10 39 6b 00 01 42 00 00 18 48 00 00 50 |.Kx..X.....@...H...9k..B...H..P
16040 38 01 00 66 7d 4b 53 78 7c 0a 00 50 7c 09 03 a6 88 0b 00 00 2f 80 00 20 41 9e ff dc 48 00 00 30 8..f}KSx|..P|......./...A...H..0
16060 40 9a 00 20 7f 8b 40 00 41 9e 00 34 88 0b 00 00 2f 80 00 00 2f 00 00 20 41 9e 00 24 41 9a 00 20 @.....@.A..4..../.../...A..\$A...
16080 99 2a 00 00 39 4a 00 01 48 00 00 14 39 01 00 66 7d 2b 40 50 39 29 00 01 7d 29 03 a6 42 40 00 28 .*..9J..H...9..f}+@P9)..})..B@.(
160a0 89 2b 00 00 39 6b 00 01 2f 89 00 00 2f 09 00 20 40 9e ff b0 48 00 00 10 98 0a 00 00 39 4a 00 01 .+..9k../.../...@...H.......9J..
160c0 48 00 00 14 7d 2a 08 50 38 00 00 00 39 29 00 67 7d 29 03 a6 42 00 ff e4 81 61 00 80 a0 81 00 08 H...}*.P8...9).g})..B....a......
160e0 a1 41 00 0a a1 01 00 0e a0 e1 00 14 a0 c1 00 ae 55 60 46 3e a0 a1 00 b4 8b 3f 00 02 55 69 c0 0e .A..............U`F>.....?..Ui..
16100 7d 29 03 78 55 60 c4 2e 7d 29 03 78 55 43 c2 3e 54 80 c2 3e 55 1d c2 3e 54 fc c2 3e 54 db c2 3e }).xU`..}).xUC.>T..>U..>T..>T..>
16120 54 ba c2 3e 55 6b 42 1e 54 84 40 2e 55 4a 40 2e 55 08 40 2e 54 e7 40 2e 54 c6 40 2e 54 a5 40 2e T..>UkB.T.@.UJ@.U.@.T.@.T.@.T.@.
16140 7c 80 03 78 7d 29 5b 78 7d 4a 1b 78 7d 08 eb 78 b0 01 00 08 91 21 00 80 7c e7 e3 78 7c c6 db 78 |..x})[x}J.x}..x.....!..|..x|..x
16160 b1 41 00 0a b1 01 00 0e 7c a5 d3 78 2f 99 00 02 b0 e1 00 14 b0 c1 00 ae b0 a1 00 b4 40 9e 00 2c .A......|..x/...............@..,
16180 54 00 c6 fe 98 1f 00 03 3c 00 7f ff 60 00 ff ff 90 1f 00 34 38 00 00 1f 90 1f 00 38 38 00 08 00 T.......<...`......48......88...
161a0 90 1f 00 48 48 00 00 54 88 01 00 6b 91 3f 00 34 70 0b 00 02 38 00 00 20 98 1f 00 03 38 00 00 ff ...HH..T...k.?.4p...8.......8...
161c0 90 1f 00 38 38 00 02 00 90 1f 00 48 41 82 00 0c 38 00 00 02 48 00 00 08 38 00 00 01 98 1f 00 04 ...88......HA...8...H...8.......
161e0 a0 01 00 0a a1 21 00 0e a1 61 00 14 90 1f 00 3c 91 3f 00 40 91 7f 00 44 38 7f 00 05 38 81 00 3e .....!...a.....<.?.@...D8...8..>
16200 38 a0 00 28 48 00 3f f9 38 00 00 00 38 60 00 00 98 1f 00 2d 48 00 00 08 38 60 00 01 80 01 02 34 8..(H.?.8...8`.....-H...8`.....4
16220 bb 21 02 14 38 21 02 30 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 61 00 1c .!..8!.0|...N....!..|......4.a..
16240 7c 7c 1b 78 3c 60 ff f4 38 63 61 18 3b a1 00 08 4b ff 73 49 3d 60 ff f5 3c a0 ff f4 39 6b 9b 50 ||.x<`..8ca.;...K.sI=`..<...9k.P
16260 38 a5 6f 50 7c 7b 1b 78 38 80 00 08 7f a3 eb 78 81 2b 00 30 7d 26 4b 78 39 29 00 01 91 2b 00 30 8.oP|{.x8......x.+.0}&Kx9)...+.0
16280 48 00 51 05 7f 83 e3 78 48 00 41 09 7f a4 eb 78 7f 85 e3 78 38 c3 00 01 7f 63 db 78 4b ff 75 31 H.Q....xH.A....x...x8....c.xK.u1
162a0 80 01 00 34 bb 61 00 1c 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 ...4.a..8!.0|...N....!..|......\$
162c0 bf a1 00 14 7c 7f 1b 78 3c 60 ff f4 38 63 61 18 4b ff 72 c9 3d 20 ff f4 38 a0 00 00 3b c9 6f 58 ....|..x<`..8ca.K.r.=...8...;.oX
162e0 7f c4 f3 78 7c 7d 1b 78 4b ff 73 59 2f 83 00 00 40 9e 00 40 7f e3 fb 78 48 00 40 99 7f c4 f3 78 ...x|}.xK.sY/...@..@...xH.@....x
16300 7f e5 fb 78 38 c3 00 01 7f a3 eb 78 4b ff 74 c1 7f e3 fb 78 48 00 40 7d 3c 80 ff f4 7f e5 fb 78 ...x8......xK.t....xH.@}<......x
16320 38 84 6f 5c 38 c3 00 01 7f a3 eb 78 4b ff 74 a1 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 8.o\8......xK.t....\$....8!..|...
16340 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7f 1b 78 3c 60 ff f4 38 63 61 18 N....!..|......\$....|..x<`..8ca.
16360 4b ff 72 39 3d 20 ff f4 38 a0 00 00 3b c9 6f 64 7f c4 f3 78 7c 7d 1b 78 4b ff 72 c9 2f 83 00 00 K.r9=...8...;.od...x|}.xK.r./...
16380 40 9e 00 40 7f e3 fb 78 48 00 40 09 7f c4 f3 78 7f e5 fb 78 38 c3 00 01 7f a3 eb 78 4b ff 74 31 @..@...xH.@....x...x8......xK.t1
163a0 7f e3 fb 78 48 00 3f ed 3c 80 ff f4 7f e5 fb 78 38 84 6f 68 38 c3 00 01 7f a3 eb 78 4b ff 74 11 ...xH.?.<......x8.oh8......xK.t.
163c0 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff 10 3d 20 ff f4 7c 08 02 a6 ...\$....8!..|...N....!..=...|...
163e0 90 01 00 f4 38 00 00 00 bd c1 00 a8 3a 29 f2 5c 3d 20 ff f5 3a e9 80 14 3d 20 ff f4 39 e9 6f c4 ....8.......:).\=...:...=...9.o.
16400 3d 20 ff f4 7c 93 23 78 7c 74 1b 78 7c b2 2b 78 60 1a 8b 00 39 c9 6f 5c 3f 64 00 02 3b 80 00 00 =...|.#x|t.x|.+x`...9.o\?d..;...
16420 3f 00 00 02 3b 20 00 01 3a 11 00 10 48 00 03 a0 38 60 01 7c 4b ff 22 2d 3d 20 ff f4 80 d7 00 00 ?...;...:...H...8`.|K."-=.......
16440 38 80 00 20 7c 7f 1b 78 80 a9 6e 4c 48 00 4f 39 3d 20 ff f1 39 60 00 00 93 ff 00 ac 93 ff 00 fc 8...|..x..nLH.O9=...9`..........
16460 39 29 49 94 39 40 00 01 99 7f 00 60 99 7f 00 61 91 3f 00 54 99 5f 01 01 3d 20 ff f1 39 00 02 00 9)I.9@.....`...a.?.T._..=...9...
16480 39 29 49 c4 38 00 ff ff 99 7f 00 b1 99 5f 00 b0 91 3f 00 58 98 1f 01 00 3d 20 ff f1 57 87 08 3c 9)I.8........_...?.X....=...W..<
164a0 39 29 4a 04 7f e3 fb 78 90 ff 00 90 91 1f 00 a8 91 3f 00 5c 91 1f 00 f8 3d 20 ff f1 39 29 49 b0 9)J....x.........?.\....=...9)I.
164c0 93 7f 00 24 93 3f 00 e0 91 3f 00 50 4b ff ea c9 88 1f 01 01 2f 80 00 00 40 9e 00 10 7f e3 fb 78 ...\$.?...?.PK......./...@......x
164e0 4b ff 21 61 48 00 02 c8 3d 20 ff f5 88 1f 00 61 39 29 9b 50 2f 80 00 00 80 09 00 14 90 1f 00 20 K.!aH...=......a9).P/...........
16500 93 e9 00 14 41 9e 00 0c 38 7f 00 60 4b ff fa 8d 88 1f 00 b1 2f 80 00 00 41 9e 00 0c 38 7f 00 b0 ....A...8..`K......./...A...8...
16520 4b ff fa 79 3b a1 00 28 80 f7 00 00 3c a0 ff f4 38 a5 6f 78 38 80 00 80 7e 86 a3 78 7f a3 eb 78 K..y;..(....<...8.ox8...~..x...x
16540 48 00 4e 45 38 e0 00 02 7f a5 eb 78 38 80 00 04 7e 26 8b 78 38 60 00 01 4b ff 78 6d 7f a3 eb 78 H.NE8......x8...~&.x8`..K.xm...x
16560 4b ff 70 39 3c 80 ff f4 3c a0 ff f4 38 84 51 08 38 a5 6f 84 38 c0 00 0d 7c 7d 1b 78 4b ff 72 51 K.p9<...<...8.Q.8.o.8...|}.xK.rQ
16580 38 00 05 26 39 20 00 25 39 60 00 00 90 01 00 08 91 21 00 10 38 00 00 85 90 01 00 0c 91 21 00 14 8..&9..%9`.......!..8........!..
165a0 91 21 00 18 91 61 00 1c 91 61 00 20 91 61 00 24 4b ff 21 fd 2f 83 00 00 41 9e 00 1c 3c 80 ff f4 .!...a...a...a.\$K.!./...A...<...
165c0 7f a3 eb 78 38 84 6f 94 38 a1 00 08 38 c0 00 20 4b ff 71 fd 38 00 00 0d 3b c1 00 08 3c 80 ff f4 ...x8.o.8...8...K.q.8...;...<...
165e0 7f a3 eb 78 90 01 00 08 38 84 60 28 38 00 00 00 7f c5 f3 78 38 c0 00 08 90 01 00 0c 4b ff 71 d1 ...x....8.`(8......x8.......K.q.
16600 4b ff 21 ad 2f 83 00 00 41 9e 00 1c 3c 80 ff f4 7f a3 eb 78 38 84 60 18 7f c5 f3 78 38 c0 00 08 K.!./...A...<......x8.`....x8...
16620 4b ff 71 ad 38 00 10 00 3c 80 ff f4 93 01 00 08 93 41 00 10 38 84 4f ac 7f a3 eb 78 90 01 00 0c K.q.8...<........A..8.O....x....
16640 7f c5 f3 78 38 00 02 00 38 c0 00 10 90 01 00 14 4b ff 71 7d 7c 1a 9a 14 93 61 00 08 90 01 00 0c ...x8...8.......K.q}|....a......
16660 4b ff 21 4d 2f 83 00 00 41 9e 00 1c 3c 80 ff f4 7f c5 f3 78 38 84 61 08 7f a3 eb 78 38 c0 00 08 K.!M/...A...<......x8.a....x8...
16680 4b ff 71 4d 38 00 00 00 90 01 00 08 4b ff 21 21 2f 83 00 00 41 9e 00 1c 3c 80 ff f4 7f a3 eb 78 K.qM8.......K.!!/...A...<......x
166a0 38 84 6f a4 38 a1 00 08 38 c0 00 04 4b ff 71 21 3d 20 ff f4 3b a0 00 00 3a a9 4f ac 3d 20 ff f4 8.o.8...8...K.q!=...;...:.O.=...
166c0 3a c9 6f b0 3b c1 00 28 88 1f 00 61 2f 80 00 00 41 9e 00 cc 88 1f 00 63 7d c8 73 78 2f 80 00 05 :.o.;..(...a/...A......c}.sx/...
166e0 41 9e 00 48 2b 80 00 05 41 9d 00 14 2f 80 00 00 7e c8 b3 78 41 9e 00 34 48 00 00 1c 3d 20 ff f4 A..H+...A.../...~..xA..4H...=...
16700 2f 80 00 07 81 09 6e 50 41 9e 00 20 2f 80 00 20 41 9e 00 10 3d 20 ff f4 81 09 6e 54 48 00 00 0c /.....nPA.../...A...=.....nTH...
16720 3d 20 ff f4 81 09 6e 58 80 f7 00 00 38 80 00 80 7d e5 7b 78 7e 86 a3 78 7f c3 f3 78 48 00 4c 49 =.....nX....8...}.{x~..x...xH.LI
16740 7e 06 83 78 38 e0 00 06 38 80 00 04 7f c5 f3 78 38 60 00 01 4b ff 76 71 7f c3 f3 78 4b ff 6e 3d ~..x8...8......x8`..K.vq...xK.n=
16760 7e a4 ab 78 7f a5 eb 78 4b ff 71 0d 7f c3 f3 78 4b ff fa c1 88 1f 00 63 2f 80 00 05 40 9e 00 0c ~..x...xK.q....xK......c/...@...
16780 7f c3 f3 78 4b ff fb 31 88 1f 00 63 2f 80 00 20 40 9e 00 0c 7f c3 f3 78 4b ff fb ad 2f 9d 00 01 ...xK..1...c/...@......xK.../...
167a0 3b ff 00 50 3b bd 00 01 40 9e ff 20 81 37 00 00 3b 9c 00 01 3b 18 10 00 3b 5a 02 00 3b 7b 10 00 ;..P;...@....7..;...;...;Z..;{..
167c0 39 29 00 01 3b 39 00 02 91 37 00 00 7f 9c 90 00 41 9c fc 60 80 01 00 f4 b9 c1 00 a8 38 60 00 00 9)..;9...7......A..`........8`..
167e0 38 21 00 f0 7c 08 03 a6 4e 80 00 20 94 21 fe f0 38 a5 00 02 7c 08 02 a6 38 e7 00 02 3d 20 ff f4 8!..|...N....!..8...|...8...=...
16800 90 01 01 14 90 81 00 08 90 c1 00 0c 90 a1 00 18 90 e1 00 1c bd c1 00 c8 3a a9 f2 5c 3d 20 ff f5 ........................:..\=...
16820 3a e9 80 14 3d 20 ff f4 3a 09 6f c4 3d 20 ff f4 39 e9 6f 5c 3d 20 ff f4 39 c9 6f b8 3d 20 ff f4 :...=...:.o.=...9.o\=...9.o.=...
16840 3a 69 6f c0 3d 20 ff f4 3a 49 6f 68 3d 20 ff f4 7c 76 1b 78 3a 29 6f b0 3b 20 00 00 3b 00 00 00 :io.=...:Ioh=...|v.x:)o.;...;...
16860 3a 95 00 10 38 60 01 7c 4b ff 1d f9 80 d7 00 00 3c a0 ff f4 38 80 00 20 38 a5 6f 70 7c 7f 1b 78 :...8`.|K.......<...8...8.op|..x
16880 48 00 4b 05 38 00 00 00 7d 21 ca 14 7f fe fb 78 7f eb fb 78 90 1f 00 24 38 00 00 08 7c 09 03 a6 H.K.8...}!.....x...x...\$8...|...
168a0 81 49 00 08 39 20 00 00 7c 09 52 14 39 29 00 01 90 0b 00 28 39 6b 00 04 42 00 ff f0 39 21 00 18 .I..9...|.R.9).....(9k..B...9!..
168c0 3d 40 ff f5 39 4a 9b 50 39 60 00 00 39 00 00 01 38 e0 02 00 7c c9 c8 2e 3d 20 ff f1 38 b8 00 01 =@..9J.P9`..9...8...|...=...8...
168e0 90 ff 00 a8 39 29 48 04 80 8a 00 14 90 ff 00 f8 7f e3 fb 78 91 3f 00 50 99 7f 00 60 3d 20 ff f1 ....9)H............x.?.P...`=...
16900 38 06 00 01 39 29 47 d8 90 1f 00 4c 90 df 00 48 38 00 ff ff 91 3f 00 54 98 1f 01 00 3d 20 ff f1 8...9)G....L...H8....?.T....=...
16920 39 29 48 28 99 7f 00 61 99 1f 01 01 91 3f 00 58 99 7f 00 b1 3d 20 ff f1 39 29 48 78 99 1f 00 b0 9)H(...a.....?.X....=...9)Hx....
16940 93 ff 00 ac 93 ff 00 fc 90 9f 00 20 91 3f 00 5c 90 bf 00 e0 93 ea 00 14 93 1f 00 90 4b ff e6 39 .............?.\............K..9
16960 88 1f 01 01 2f 80 00 00 41 9e 01 b8 88 1f 00 61 2f 80 00 00 41 9e 00 0c 38 7f 00 60 4b ff f6 1d ..../...A......a/...A...8..`K...
16980 88 1f 00 b1 2f 80 00 00 41 9e 00 0c 38 7f 00 b0 4b ff f6 09 3b 81 00 40 80 f7 00 00 3c a0 ff f4 ..../...A...8...K...;..@....<...
169a0 38 a5 6f 78 38 80 00 80 7e c6 b3 78 7f 83 e3 78 48 00 49 d5 38 e0 00 02 38 80 00 04 7f 85 e3 78 8.ox8...~..x...xH.I.8...8......x
169c0 7e a6 ab 78 38 60 00 01 3b 61 00 28 4b ff 73 f9 7f 83 e3 78 3f a0 ff f4 4b ff 6b c1 38 00 00 0e ~..x8`..;a.(K.s....x?...K.k.8...
169e0 3c 80 ff f4 38 84 60 28 7f 65 db 78 90 01 00 28 38 c0 00 08 38 00 00 00 7c 7a 1b 78 90 01 00 2c <...8.`(.e.x...(8...8...|z.x...,
16a00 4b ff 6d cd 80 1f 00 28 3b bd 4f ac 81 7f 00 48 90 01 00 28 38 00 00 08 39 20 00 01 90 01 00 30 K.m....(;.O....H...(8...9......0
16a20 91 21 00 2c 38 00 00 02 7f 43 d3 78 7f 65 db 78 7f a4 eb 78 91 61 00 34 91 21 00 38 38 c0 00 18 .!.,8....C.x.e.x...x.a.4.!.88...
16a40 90 01 00 3c 3b e0 00 00 4b ff 6d 85 88 1e 00 61 2f 80 00 00 41 9e 00 bc 88 1e 00 63 7d e8 7b 78 ...<;...K.m....a/...A......c}.{x
16a60 2f 80 00 05 41 9e 00 38 2b 80 00 05 41 9d 00 14 2f 80 00 00 7e 28 8b 78 41 9e 00 24 48 00 00 1c /...A..8+...A.../...~(.xA..\$H...
16a80 2f 80 00 07 7e 68 9b 78 41 9e 00 14 2f 80 00 20 7e 48 93 78 41 9e 00 08 7d c8 73 78 80 f7 00 00 /...~h.xA.../...~H.xA...}.sx....
16aa0 38 80 00 80 7e 05 83 78 7e c6 b3 78 7f 83 e3 78 48 00 48 d5 7e 86 a3 78 38 e0 00 06 38 80 00 04 8...~..x~..x...xH.H.~..x8...8...
16ac0 7f 85 e3 78 38 60 00 01 4b ff 72 fd 7f 83 e3 78 4b ff 6a c9 7f a4 eb 78 7f e5 fb 78 4b ff 6d 99 ...x8`..K.r....xK.j....x...xK.m.
16ae0 7f 83 e3 78 4b ff f7 4d 88 1e 00 63 2f 80 00 05 40 9e 00 0c 7f 83 e3 78 4b ff f7 bd 88 1e 00 63 ...xK..M...c/...@......xK......c
16b00 2f 80 00 20 40 9e 00 0c 7f 83 e3 78 4b ff f8 39 2f 9f 00 01 3b de 00 50 3b ff 00 01 40 9e ff 30 /...@......xK..9/...;..P;...@..0
16b20 81 37 00 00 2f 99 00 04 3b 18 00 02 3b 39 00 04 39 29 00 01 91 37 00 00 40 9e fd 2c 80 01 01 14 .7../...;...;9..9)...7..@..,....
16b40 b9 c1 00 c8 38 60 00 00 38 21 01 10 7c 08 03 a6 4e 80 00 20 4e 80 00 20 3c 60 00 26 60 63 25 a0 ....8`..8!..|...N...N...<`.&`c%.
16b60 4e 80 00 20 94 21 ff f0 54 63 08 3c 7c 08 02 a6 90 01 00 14 4b ff 15 39 80 01 00 14 38 21 00 10 N....!..Tc.<|.......K..9....8!..
16b80 7c 08 03 a6 4e 80 00 20 1c 63 07 d0 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b ff 15 15 80 01 00 14 |...N....c...!..|.......K.......
16ba0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 63 03 e7 7c 08 02 a6 90 01 00 14 38 00 03 e8 8!..|...N....!..8c..|.......8...
16bc0 7c 63 03 96 54 63 08 3c 4b ff 14 e5 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 7c 69 1b 78 |c..Tc.<K.......8!..|...N...|i.x
16be0 38 60 00 00 90 a9 00 08 90 89 00 04 4e 80 00 20 80 03 00 04 7c 66 1b 78 7f 84 00 00 40 9c 00 c0 8`..........N.......|f.x....@...
16c00 1d 64 00 84 81 23 00 08 80 e3 00 00 54 e0 c2 3e 7d 09 58 2e 7c 00 3b 78 7c 89 5a 14 54 0a 06 3e .d...#......T..>}.X.|.;x|.Z.T..>
16c20 2f 88 00 00 41 9c 00 14 38 08 00 10 7c e0 04 30 54 00 07 fe 7d 4a 02 78 55 49 10 3a 7d 24 4a 14 /...A...8...|..0T...}J.xUI.:}\$J.
16c40 3c 00 01 00 81 29 00 04 55 2a 00 0e 55 23 02 3e 7f 8a 00 00 41 9e 00 4c 41 9d 00 10 2f 8a 00 00 <....)..U*..U#.>....A..LA.../...
16c60 41 9e 00 24 48 00 00 58 3c 00 02 00 7f 8a 00 00 41 9e 00 30 3c 00 03 00 7f 8a 00 00 40 9e 00 40 A..\$H..X<.......A..0<.......@..@
16c80 48 00 00 10 2f 85 00 00 4d 9e 00 20 48 00 00 30 2f 85 00 00 7c 60 3a 78 40 9e 00 24 48 00 00 14 H.../...M...H..0/...|`:x@..\$H...
16ca0 2f 85 00 00 7c e0 18 78 40 9e 00 08 7c 60 3b 78 90 06 00 00 38 60 ff fe 4e 80 00 20 38 60 ff ff /...|..x@...|`;x....8`..N...8`..
16cc0 4e 80 00 20 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 N...=`..8....+..9)..U*.:.+..=...
16ce0 39 29 9c 88 7c 09 51 2e 4e 80 00 20 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 61 00 1c 9)..|.Q.N...N....!..|......4.a..
16d00 7c 7c 1b 78 7c 9f 23 78 7c bd 2b 78 7c db 33 78 81 23 00 04 7c fe 3b 78 2f 89 00 00 41 9e 00 10 ||.x|.#x|.+x|.3x.#..|.;x/...A...
16d20 80 09 00 04 2f 80 00 00 40 9e 00 08 48 00 00 00 2f 84 00 08 41 9e 00 10 2f 87 00 00 41 9e 00 20 ..../...@...H.../...A.../...A...
16d40 48 00 00 ec 38 07 ff fe 2b 80 00 06 41 9d 00 e0 2f 86 00 00 40 9e 00 10 48 00 00 d4 2f 84 00 0c H...8...+...A.../...@...H.../...
16d60 40 9e 00 0c 2b 9d 00 03 41 9d 00 c4 2f 9f 00 01 41 9e 00 24 2b 9f 00 01 38 00 00 00 41 9c 00 48 @...+...A.../...A..\$+...8...A..H
16d80 2f 9f 00 08 41 9e 00 20 2f 9f 00 0c 40 9e 00 3c 48 00 00 24 88 1c 00 08 54 00 20 36 60 00 00 01 /...A.../...@..<H..\$....T..6`...
16da0 48 00 00 24 38 61 00 09 7f 64 db 78 7f c5 f3 78 48 00 38 39 88 1c 00 08 54 00 20 36 7f e0 03 78 H..\$8a...d.x...xH.89....T..6...x
16dc0 7c 00 eb 78 98 01 00 08 3b a1 00 10 38 00 00 00 90 01 00 10 38 be 00 01 38 81 00 08 7f a6 eb 78 |..x....;...8.......8...8......x
16de0 90 1d 00 04 81 3c 00 04 80 69 00 00 81 29 00 04 7d 29 03 a6 4e 80 04 21 7c 7f 1b 79 41 82 00 34 .....<...i...)..})..N..!|..yA..4
16e00 41 80 00 2c 38 1f ff fe 2b 80 00 06 41 9d 00 20 2f 9b 00 00 41 9e 00 1c 7f 63 db 78 7f a4 eb 78 A..,8...+...A.../...A....c.x...x
16e20 7f e5 fb 78 48 00 37 c5 48 00 00 08 3b e0 ff ff 80 01 00 34 7f e3 fb 78 bb 61 00 1c 38 21 00 30 ...xH.7.H...;......4...x.a..8!.0
16e40 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7e 1b 78 38 60 00 0c |...N....!..|...........|~.x8`..
16e60 7c 9f 23 78 4b ff 17 fd 2c 03 00 00 41 82 00 0c 93 c3 00 00 93 e3 00 04 80 01 00 14 bb c1 00 08 |.#xK...,...A...................
16e80 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff 40 38 a0 00 10 7c 08 02 a6 90 01 00 c4 be 61 00 8c 8!..|...N....!.@8...|........a..
16ea0 7c 98 23 78 7c 7d 1b 78 38 80 00 00 38 61 00 10 48 00 36 ed 38 00 00 08 3b 81 00 40 98 01 00 10 |.#x|}.x8...8a..H.6.8...;..@....
16ec0 38 00 00 09 3c a0 ff f4 98 01 00 11 38 00 00 0a 39 20 ff ff 98 01 00 12 99 21 00 17 38 00 00 0b 8...<.......8...9........!..8...
16ee0 7f a6 eb 78 98 01 00 13 99 21 00 18 38 00 00 0c 38 a5 6f d4 98 01 00 14 99 21 00 19 38 00 00 0d ...x.....!..8...8.o......!..8...
16f00 38 80 00 40 98 01 00 15 99 21 00 1a 38 00 00 0e 7f 83 e3 78 98 01 00 16 99 21 00 1b 3b a1 00 30 8..@.....!..8......x.....!..;..0
16f20 7f 96 e3 78 99 21 00 1c 99 21 00 1d 48 00 44 59 3c c0 ff f4 38 e0 00 03 38 c6 f2 9c 38 60 00 01 ...x.!...!..H.DY<...8...8...8`..
16f40 38 80 00 04 7f 85 e3 78 4b ff 6e 7d 38 80 00 00 38 a0 00 10 7f a3 eb 78 3b 78 00 08 48 00 36 41 8......xK.n}8...8......x;x..H.6A
16f60 7f a3 eb 78 38 80 00 00 93 01 00 34 38 a0 00 00 38 c0 00 00 38 e0 00 00 3b a1 00 20 4b ff fd 75 ...x8......48...8...8...;...K..u
16f80 7f a3 eb 78 38 80 00 00 38 a0 00 10 7f b5 eb 78 48 00 36 0d 3b c0 00 01 93 01 00 24 3b 20 00 00 ...x8...8......xH.6.;......\$;...
16fa0 3b 40 00 07 3a e1 00 08 3a 60 00 01 3a 80 ff fe 48 00 01 44 3b c0 00 07 48 00 00 0c 2f 9e 00 06 ;@..:...:`..:...H..D;...H.../...
16fc0 41 9e ff f4 57 dc 06 3e 7e a3 ab 78 38 80 00 0c 38 a0 00 03 9b 81 00 28 7e e6 bb 78 38 e0 00 00 A...W..>~..x8...8......(~..x8...
16fe0 4b ff fd 11 38 63 00 01 2b 83 00 08 41 9d 01 00 7e 63 18 30 70 60 01 f5 40 82 01 10 70 60 00 08 K...8c..+...A...~c.0p`..@...p`..
17000 40 82 00 2c 70 60 00 02 41 82 00 e4 7d 37 d2 14 88 09 00 08 2f 80 00 00 41 9e 00 0c 9b 89 00 08 @..,p`..A...}7....../...A.......
17020 3b 5a 00 01 3b de 00 01 48 00 00 c4 88 01 00 08 7d 20 00 d0 54 00 06 72 55 3f 0f fe 7f a0 03 78 ;Z..;...H.......}...T..rU?.....x
17040 2f 9f 00 01 98 01 00 08 40 9e 00 0c 60 00 00 20 98 01 00 08 7e a3 ab 78 38 80 00 08 9a 81 00 09 /.......@...`.......~..x8.......
17060 38 a0 00 03 7e e6 bb 78 38 e0 00 02 4b ff fc 85 2f 83 00 00 41 9c 00 94 2f 9f 00 01 40 be 00 70 8...~..x8...K.../...A.../...@..p
17080 38 60 00 10 4b ff 15 dd 2f 83 00 00 90 7b 00 00 41 9e 00 78 9b a3 00 08 9b 83 00 09 38 80 00 01 8`..K.../....{..A..x........8...
170a0 38 a0 00 00 93 03 00 04 38 c0 00 00 38 e0 00 00 4b ff fc 41 80 9b 00 00 88 04 00 09 2f 80 00 02 8.......8...8...K..A......../...
170c0 41 9e 00 10 2f 80 00 03 40 9e 00 1c 48 00 00 10 7e c3 b3 78 48 00 01 11 48 00 00 0c 7e c3 b3 78 A.../...@...H...~..xH...H...~..x
170e0 48 00 03 6d 83 7b 00 00 3b 39 00 01 2f 9e 00 07 41 9d 00 20 7d 37 ca 14 8b a9 00 08 2f 9d 00 00 H..m.{..;9../...A...}7....../...
17100 40 9e fe bc 48 00 00 0c 38 60 ff ff 48 00 00 08 38 60 00 00 80 01 00 c4 ba 61 00 8c 38 21 00 c0 @...H...8`..H...8`.......a..8!..
17120 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 4b ff 5e c1 3f a0 ff f4 |...N....!..|......\$....K.^.?...
17140 3b bd 6f dc 7c 7c 1b 78 7f a3 eb 78 4b ff 63 d9 3c 80 ff f5 3c 60 ff f4 38 84 9b 84 38 63 4f 10 ;.o.||.x...xK.c.<...<`..8...8cO.
17160 4b ff 5d 65 3c 80 ff f4 7f a5 eb 78 7f 83 e3 78 38 c0 00 04 38 84 51 08 4b ff 66 55 3c 80 ff f4 K.]e<......x...x8...8.Q.K.fU<...
17180 7f 83 e3 78 38 84 60 c4 38 a0 00 01 4b ff 66 e9 3c 80 ff f4 7f 83 e3 78 38 84 60 d4 38 a0 00 00 ...x8.`.8...K.f.<......x8.`.8...
171a0 4b ff 66 d5 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 60 ff f5 38 00 ff ff K.f....\$....8!..|...N...=`..8...
171c0 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 .+..9)..U*.:.+..=...9)..|.Q.N...
171e0 4e 80 00 20 94 21 ff 90 7c 08 02 a6 90 01 00 74 bf 81 00 60 7c 7d 1b 78 38 60 00 10 7c 9f 23 78 N....!..|......t...`|}.x8`..|.#x
17200 4b ff 14 61 7c 7e 1b 79 41 82 00 38 38 80 00 00 38 a0 00 10 48 00 33 89 3c a0 ff f4 7f c3 f3 78 K..a|~.yA..88...8...H.3.<......x
17220 38 a5 f2 b4 38 80 00 80 4b ff f9 b5 3d 20 ff f5 38 00 ff ff 90 1e 00 0c 93 df 00 0c 93 e9 9b 88 8...8...K...=...8...............
17240 3b 81 00 0c 3c a0 ff f4 7f a6 eb 78 38 a5 6f e0 38 80 00 40 7f 83 e3 78 48 00 41 2d 3c c0 ff f4 ;...<......x8.o.8..@...xH.A-<...
17260 38 e0 00 03 38 c6 f2 b4 7f 85 e3 78 38 c6 42 00 38 80 00 04 38 60 00 01 4b ff 6b 4d 7f 83 e3 78 8...8......x8.B.8...8`..K.kM...x
17280 4b ff 63 19 3c 80 ff f4 3c a0 ff f4 38 84 5a 08 38 a5 51 f0 38 c0 00 09 7c 7d 1b 78 4b ff 65 31 K.c.<...<...8.Z.8.Q.8...|}.xK.e1
172a0 7c 25 0b 78 88 1f 00 08 3c 80 ff f4 38 84 4f ac 38 c0 00 04 7f a3 eb 78 94 05 00 08 4b ff 65 11 |%.x....<...8.O.8......x....K.e.
172c0 3c 60 ff f4 38 63 61 18 4b ff 62 d1 7c 7d 1b 78 7f 83 e3 78 48 00 30 bd 3c 80 ff f4 7f 85 e3 78 <`..8ca.K.b.|}.x...xH.0.<......x
172e0 38 84 51 ec 38 c3 00 01 7f a3 eb 78 4b ff 64 e1 80 01 00 74 7f c3 f3 78 bb 81 00 60 38 21 00 70 8.Q.8......xK.d....t...x...`8!.p
17300 7c 08 03 a6 4e 80 00 20 94 21 ff c0 3d 00 ff f5 7c 08 02 a6 3d 40 ff f5 90 01 00 44 39 4a 9c 88 |...N....!..=...|...=@.....D9J..
17320 be c1 00 18 3b 80 00 00 3a e0 ff ff 3b 01 00 08 81 68 90 18 39 2b ff ff 55 6b 10 3a 55 20 10 3a ....;...:...;....h..9+..Uk.:U..:
17340 39 29 ff ff 91 28 90 18 3d 20 ff f5 7f 4a 58 2e 7f 2a 00 2e 3a c9 9b 88 48 00 00 8c 83 76 00 00 9)...(..=....JX..*..:...H....v..
17360 3b c0 ff ff 83 bb 00 0c 83 fd 00 0c 2f 9f ff ff 41 9e 00 0c 92 fd 00 0c 48 00 00 3c 38 80 00 0c ;.........../...A.......H..<8...
17380 38 a0 00 00 7f 06 c3 78 38 e0 00 00 7f 63 db 78 4b ff f9 61 2f 83 00 02 40 9e 00 38 88 01 00 09 8......x8....c.xK..a/...@..8....
173a0 2f 80 00 ff 40 9e 00 08 38 00 ff ff 90 1d 00 0c 8b e1 00 08 7f a3 eb 78 57 e4 06 7e 7f e5 3e 70 /...@...8..............xW..~..>p
173c0 4b ff f8 31 2f 9f ff ff 7c 7e 1b 78 41 9e ff 9c 38 1e 00 02 2b 80 00 01 40 9d 00 14 7f dc c9 ae K..1/...|~.xA...8...+...@.......
173e0 3b 9c 00 01 7f 9c d0 00 41 9c ff 74 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 ;.......A..t=`...+..9)..U..:.+..
17400 3d 20 ff f5 39 29 9c 88 7f 89 01 2e 80 01 00 44 ba c1 00 18 38 21 00 40 7c 08 03 a6 4e 80 00 20 =...9).........D....8!.@|...N...
17420 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 =`..8....+..9)..U*.:.+..=...9)..
17440 7c 09 51 2e 4e 80 00 20 4e 80 00 20 94 21 ff 90 3c a0 ff f4 7c 08 02 a6 7c 66 1b 78 38 a5 6f ec |.Q.N...N....!..<...|...|f.x8.o.
17460 90 01 00 74 bf 61 00 5c 3b 81 00 0c 7c 9b 23 78 7f 83 e3 78 38 80 00 40 48 00 3f 0d 3c c0 ff f4 ...t.a.\;...|.#x...x8..@H.?.<...
17480 38 e0 00 02 7f 85 e3 78 38 c6 34 cc 38 80 00 04 38 60 00 01 4b ff 69 31 7f 83 e3 78 4b ff 60 fd 8......x8.4.8...8`..K.i1...xK.`.
174a0 3c 80 ff f4 3c a0 ff f4 38 84 5a 08 38 a5 70 08 38 c0 00 06 7c 7d 1b 78 4b ff 63 15 7c 25 0b 78 <...<...8.Z.8.p.8...|}.xK.c.|%.x
174c0 88 1b 00 08 3c 80 ff f4 38 c0 00 04 7f a3 eb 78 38 84 4f ac 94 05 00 08 4b ff 62 f5 3c 80 ff f4 ....<...8......x8.O.....K.b.<...
174e0 38 a0 00 03 38 84 6f f8 7f a3 eb 78 4b ff 63 89 3c 60 ff f4 38 63 61 18 4b ff 60 a1 7c 7d 1b 78 8...8.o....xK.c.<`..8ca.K.`.|}.x
17500 7f 83 e3 78 48 00 2e 8d 3c 80 ff f4 7f 85 e3 78 38 84 70 04 38 c3 00 01 7f a3 eb 78 4b ff 62 b1 ...xH...<......x8.p.8......xK.b.
17520 80 01 00 74 bb 61 00 5c 38 21 00 70 7c 08 03 a6 4e 80 00 20 81 23 00 00 2f 85 00 00 39 60 00 00 ...t.a.\8!.p|...N....#../...9`..
17540 88 09 16 00 60 00 00 10 98 09 16 00 81 23 00 00 98 89 14 00 81 23 00 00 88 09 00 00 70 00 00 df ....`........#.......#......p...
17560 98 09 00 00 40 9e 00 40 48 00 00 44 81 23 00 00 88 09 1a 00 70 0a 00 04 54 00 06 7e 98 09 1a 00 ....@..@H..D.#......p...T..~....
17580 41 82 ff ec 81 23 00 00 7c 05 58 ae 39 6b 00 01 98 09 14 00 81 23 00 00 88 09 00 00 68 00 00 10 A....#..|.X.9k.......#......h...
175a0 98 09 00 00 7f 8b 30 00 41 9c ff c4 81 23 00 00 88 09 1a 00 70 0b 00 04 54 00 06 7e 98 09 1a 00 ......0.A....#......p...T..~....
175c0 41 82 ff ec 81 23 00 00 2f 87 00 00 39 60 00 00 88 09 16 00 70 00 00 ef 98 09 16 00 81 23 00 00 A....#../...9`......p........#..
175e0 88 09 14 00 88 09 00 00 60 00 00 30 98 09 00 00 41 9e 00 ac 81 23 00 00 88 09 1a 00 70 0a 00 04 ........`..0....A....#......p...
17600 54 00 06 7e 98 09 1a 00 41 82 ff ec 81 23 00 00 39 60 00 00 88 09 14 00 88 09 00 00 70 00 00 df T..~....A....#..9`..........p...
17620 98 09 00 00 81 23 00 00 88 09 1a 00 70 0a 00 04 54 00 06 7e 98 09 1a 00 41 82 ff ec 81 23 00 00 .....#......p...T..~....A....#..
17640 2f 8b 00 0f 88 09 14 00 41 9d 00 0c 7c 07 59 ae 39 6b 00 01 81 23 00 00 88 09 00 00 70 0a 00 08 /.......A...|.Y.9k...#......p...
17660 40 82 00 10 88 09 00 00 68 00 00 10 4b ff ff b4 88 09 00 00 60 00 00 30 98 09 00 00 81 23 00 00 @.......h...K.......`..0.....#..
17680 88 09 1a 00 70 0a 00 04 54 00 06 7e 98 09 1a 00 41 82 ff ec 81 23 00 00 88 69 14 00 7d 63 5b 78 ....p...T..~....A....#...i..}c[x
176a0 4e 80 00 20 94 21 ff a0 3d 20 ff f5 7c 08 02 a6 38 80 00 01 38 c0 00 02 90 01 00 64 38 00 00 11 N....!..=...|...8...8......d8...
176c0 98 01 00 08 38 a1 00 08 38 e1 00 0a 80 69 9b 8c 4b ff fe 65 80 01 00 64 38 21 00 60 7c 08 03 a6 ....8...8....i..K..e...d8!.`|...
176e0 4e 80 00 20 94 21 ff a0 3d 20 ff f5 7c 08 02 a6 38 80 00 01 38 c0 00 02 90 01 00 64 38 00 00 0a N....!..=...|...8...8......d8...
17700 98 01 00 08 38 a1 00 08 38 e1 00 0a 80 69 9b 8c 4b ff fe 25 80 01 00 64 38 21 00 60 7c 08 03 a6 ....8...8....i..K..%...d8!.`|...
17720 4e 80 00 20 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 N...=`..8....+..9)..U*.:.+..=...
17740 39 29 9c 88 7c 09 51 2e 4e 80 00 20 4e 80 00 20 3d 60 ff f5 38 00 ff ff 81 2b 90 18 39 29 00 01 9)..|.Q.N...N...=`..8....+..9)..
17760 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 4e 80 00 20 94 21 ff 60 7c 08 02 a6 U*.:.+..=...9)..|.Q.N....!.`|...
17780 90 01 00 a4 bf 41 00 88 7c 7d 1b 78 38 60 00 08 7c 9c 23 78 4b ff 0e cd 7c 7f 1b 79 41 82 01 68 .....A..|}.x8`..|.#xK...|..yA..h
177a0 3b 61 00 08 3c a0 ff f4 7f a6 eb 78 38 a5 70 10 38 80 00 40 7f 63 db 78 48 00 3b cd 3d 20 ff f4 ;a..<......x8.p.8..@.c.xH.;.=...
177c0 38 e0 00 05 3b c9 34 dc 38 80 00 04 7f 65 db 78 7f c6 f3 78 38 60 00 01 3f 9c 00 01 4b ff 65 e9 8...;.4.8....e.x...x8`..?...K.e.
177e0 3d 20 ff f4 3b 49 61 18 7f 43 d3 78 4b ff 5d ad 7c 7d 1b 78 7f 63 db 78 48 00 2b 99 3c 80 ff f4 =...;Ia..C.xK.].|}.x.c.xH.+.<...
17800 7f 65 db 78 38 84 70 1c 38 c3 00 01 7f a3 eb 78 3b bc 60 00 4b ff 5f b9 3c 80 ff f1 93 bf 00 00 .e.x8.p.8......x;.`.K._.<.......
17820 38 84 7a 88 7f e3 fb 78 88 1c 60 00 60 00 00 28 98 1c 60 00 4b ff f6 15 2f 83 00 00 90 7f 00 04 8.z....x..`.`..(..`.K.../.......
17840 40 be 00 14 7f e3 fb 78 3b e0 00 00 4b ff 0d f5 48 00 00 b4 7c 64 1b 78 7f 63 db 78 4b ff f6 31 @......x;...K...H...|d.x.c.xK..1
17860 3b 81 00 48 3c a0 ff f4 7f 66 db 78 38 a5 70 28 38 80 00 40 7f 83 e3 78 48 00 3b 0d 38 e0 00 01 ;..H<....f.x8.p(8..@...xH.;.8...
17880 38 de 00 28 38 80 00 04 7f 85 e3 78 38 60 00 01 3f a0 ff f4 4b ff 65 31 7f 83 e3 78 3b bd 70 30 8..(8......x8`..?...K.e1...x;.p0
178a0 4b ff 5c f9 3c 80 ff f4 7f a5 eb 78 38 84 5a 08 38 c0 00 04 7c 7b 1b 78 4b ff 5f 15 3c 80 ff f4 K.\.<......x8.Z.8...|{.xK._.<...
178c0 38 84 51 08 7f a5 eb 78 38 c0 00 04 7f 63 db 78 4b ff 5e fd 7f 43 d3 78 4b ff 5c c1 7c 7b 1b 78 8.Q....x8....c.xK.^..C.xK.\.|{.x
178e0 7f 83 e3 78 48 00 2a ad 7f a4 eb 78 7f 85 e3 78 38 c3 00 01 7f 63 db 78 4b ff 5e d5 3d 20 ff f5 ...xH.*....x...x8....c.xK.^.=...
17900 93 e9 9b 8c 80 01 00 a4 7f e3 fb 78 bb 41 00 88 38 21 00 a0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 ...........x.A..8!..|...N....!..
17920 3c 80 ff f5 7c 08 02 a6 3c 60 ff f4 38 84 9b 8c 38 63 70 34 38 84 00 04 90 01 00 14 4b ff 55 89 <...|...<`..8...8cp48.......K.U.
17940 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 40 ff f5 7c 08 02 a6 3d 20 ff f5 ....8!..|...N....!..=@..|...=...
17960 3c 80 ff f5 90 01 00 14 39 29 9c 88 38 00 00 00 3c 60 ff f4 38 84 9b 8c 38 63 5f 6c 38 84 00 08 <.......9)..8...<`..8...8c_l8...
17980 81 6a 90 18 39 6b 00 01 55 68 10 3a 91 6a 90 18 7c 09 41 2e 4b ff 55 31 80 01 00 14 38 21 00 10 .j..9k..Uh.:.j..|.A.K.U1....8!..
179a0 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf a1 00 24 4b ff 56 41 7c 7d 1b 78 |...N....!..|......4...\$K.VA|}.x
179c0 3c 60 ff f4 38 63 70 1c 4b ff 5b 5d 3c 80 ff f5 3c 60 ff f4 38 84 9b 8c 38 63 4f 10 38 84 00 0c <`..8cp.K.[]<...<`..8...8cO.8...
179e0 4b ff 54 e5 3c 80 ff f4 7f a3 eb 78 38 84 60 c4 38 a0 00 01 4b ff 5e 81 3c 80 ff f4 7f a3 eb 78 K.T.<......x8.`.8...K.^.<......x
17a00 38 84 60 d4 38 a0 00 00 4b ff 5e 6d 3c 80 ff f4 3c a0 ff f4 38 84 51 08 38 a5 70 20 7f a3 eb 78 8.`.8...K.^m<...<...8.Q.8.p....x
17a20 38 c0 00 05 4b ff 5d a9 3c 00 00 01 3c 80 ff f4 60 00 60 00 38 c0 00 08 38 84 4f ac 7f a3 eb 78 8...K.].<...<...`.`.8...8.O....x
17a40 90 01 00 08 38 a1 00 08 38 00 20 00 90 01 00 0c 4b ff 5d 7d 3c 80 ff f4 7f a3 eb 78 38 84 60 28 ....8...8.......K.]}<......x8.`(
17a60 38 a0 00 12 4b ff 5e 11 4b ff 0d 45 2f 83 00 00 41 9e 00 18 3c 80 ff f4 7f a3 eb 78 38 84 60 18 8...K.^.K..E/...A...<......x8.`.
17a80 38 a0 00 12 4b ff 5d f1 3c 80 ff f1 3c 60 ff f4 38 84 76 10 38 63 70 44 4b ff 61 4d 3c 60 ff f4 8...K.].<...<`..8.v.8cpDK.aM<`..
17aa0 3f a0 ff f5 38 63 70 54 3b bd 9b 8c 4b ff 5a 79 3c 60 ff f4 38 9d 00 10 38 63 70 74 4b ff 54 09 ?...8cpT;...K.Zy<`..8...8cptK.T.
17ac0 3d 00 ff f5 3d 20 ff f5 39 29 9c 88 38 00 00 00 3c 60 ff f4 38 9d 00 14 81 68 90 18 38 63 59 74 =...=...9)..8...<`..8....h..8cYt
17ae0 39 6b 00 01 55 6a 10 3a 91 68 90 18 7c 09 51 2e 4b ff 53 d5 3c 60 ff f4 3c 80 ff f1 38 63 70 7c 9k..Uj.:.h..|.Q.K.S.<`..<...8cp|
17b00 38 84 76 50 4b ff 60 e1 80 01 00 34 bb a1 00 24 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 8.vPK.`....4...\$8!.0|...N....!..
17b20 7c 08 02 a6 90 01 00 24 7c a0 2b 78 7c 85 23 78 38 80 00 00 bf c1 00 18 38 e1 00 08 7c de 33 78 |......\$|.+x|.#x8.......8...|.3x
17b40 7c 06 03 78 4b ff f9 f1 2f 83 00 01 40 9d 00 18 88 01 00 08 3b e3 ff fe 38 81 00 0a 2f 80 00 00 |..xK.../...@.......;...8.../...
17b60 41 9e 00 0c 38 81 00 09 3b e0 ff ff 7f c3 f3 78 7f e5 fb 78 48 00 2a 75 80 01 00 24 7f e3 fb 78 A...8...;......x...xH.*u...\$...x
17b80 bb c1 00 18 38 21 00 20 7c 08 03 a6 4e 80 00 20 3d 60 ff f5 81 2b 90 00 98 69 03 c4 7c 00 06 ac ....8!..|...N...=`...+...i..|...
17ba0 81 2b 90 00 39 29 03 c5 88 69 00 00 7c 00 06 ac 54 63 06 3e 4e 80 00 20 3d 60 ff f5 81 2b 90 00 .+..9)...i..|...Tc.>N...=`...+..
17bc0 98 69 03 ce 7c 00 06 ac 81 2b 90 00 39 29 03 cf 88 69 00 00 7c 00 06 ac 54 63 06 3e 4e 80 00 20 .i..|....+..9)...i..|...Tc.>N...
17be0 3d 60 ff f5 81 2b 90 00 98 69 03 d4 7c 00 06 ac 81 2b 90 00 39 29 03 d5 88 69 00 00 7c 00 06 ac =`...+...i..|....+..9)...i..|...
17c00 54 63 06 3e 4e 80 00 20 3d 40 ff f5 81 6a 90 00 39 2b 03 da 88 09 00 00 7c 00 06 ac 39 2b 00 80 Tc.>N...=@...j..9+......|...9+..
17c20 88 09 00 00 7c 00 06 ac 98 6b 03 c0 7c 00 06 ac 81 2a 90 00 39 29 03 c1 88 69 00 00 7c 00 06 ac ....|....k..|....*..9)...i..|...
17c40 54 63 06 3e 4e 80 00 20 94 21 ff 90 38 80 00 4f 38 60 00 1f 38 00 00 5f 3d 20 ff f4 39 40 00 00 Tc.>N....!..8..O8`..8.._=...9@..
17c60 98 81 00 19 98 81 00 1a 39 29 35 0c 98 61 00 1f 99 41 00 20 98 81 00 21 99 41 00 22 98 61 00 2c ........9)5..a...A.....!.A.".a.,
17c80 98 01 00 18 38 00 ff 82 98 01 00 1b 99 41 00 24 38 00 00 52 98 01 00 1c 99 41 00 25 38 00 ff be ....8........A.\$8..R.....A.%8...
17ca0 98 01 00 1d 99 41 00 26 38 00 00 0f 98 01 00 23 99 41 00 27 38 00 ff 97 39 40 00 00 98 01 00 28 .....A.&8......#.A.'8...9@.....(
17cc0 38 00 00 09 98 01 00 29 38 00 00 28 98 01 00 2b 38 00 ff a3 bf 81 00 60 98 01 00 2f 3b 80 ff bf 8......)8..(...+8......`.../;...
17ce0 3b a0 ff 8f 9b 81 00 1e 9b a1 00 2a 38 00 ff ff 39 61 00 08 7c a9 84 aa 7c ab 85 aa 9b a1 00 2d ;..........*8...9a..|...|......-
17d00 9b 81 00 2e 98 01 00 30 38 00 00 10 39 01 00 18 7c 09 03 a6 7d 21 52 14 7d 68 52 14 39 4a 00 01 .......08...9...|...}!R.}hR.9J..
17d20 88 09 00 08 98 0b 00 19 42 00 ff ec 38 00 00 0c 3d 60 ff f5 99 41 00 4b 98 01 00 41 38 00 00 0f ........B...8...=`...A.K...A8...
17d40 39 20 00 00 98 01 00 43 99 21 00 42 38 00 00 0e 38 cb 90 00 98 01 00 4c 99 21 00 4d 38 00 ff ff 9......C.!.B8...8......L.!.M8...
17d60 98 01 00 4e 99 21 00 44 38 00 00 01 98 01 00 50 99 21 00 45 38 00 00 03 98 01 00 51 99 21 00 52 ...N.!.D8......P.!.E8......Q.!.R
17d80 38 00 00 02 99 21 00 46 99 21 00 47 99 21 00 48 99 21 00 49 99 21 00 4a 98 01 00 53 38 00 00 67 8....!.F.!.G.!.H.!.I.!.J...S8..g
17da0 81 2b 90 00 98 09 03 c2 7c 00 06 ac 39 40 00 00 81 2b 90 00 99 49 03 c4 7c 00 06 ac 81 2b 90 00 .+......|...9@...+...I..|....+..
17dc0 99 49 03 c5 7c 00 06 ac 38 00 00 01 81 2b 90 00 98 09 03 c4 7c 00 06 ac 88 a1 00 50 81 2b 90 00 .I..|...8....+......|......P.+..
17de0 60 a0 00 20 98 09 03 c5 7c 00 06 ac 38 e0 00 02 81 2b 90 00 98 e9 03 c4 7c 00 06 ac 81 2b 90 00 `.......|...8....+......|....+..
17e00 88 01 00 51 98 09 03 c5 7c 00 06 ac 39 00 00 03 81 2b 90 00 99 09 03 c4 7c 00 06 ac 81 2b 90 00 ...Q....|...9....+......|....+..
17e20 88 01 00 52 98 09 03 c5 7c 00 06 ac 38 00 00 04 81 2b 90 00 98 09 03 c4 7c 00 06 ac 81 2b 90 00 ...R....|...8....+......|....+..
17e40 98 e9 03 c5 7c 00 06 ac 81 2b 90 00 99 49 03 c4 7c 00 06 ac 81 2b 90 00 99 09 03 c5 7c 00 06 ac ....|....+...I..|....+......|...
17e60 38 00 00 11 81 2b 90 00 98 09 03 d4 7c 00 06 ac 81 2b 90 00 88 01 00 29 98 09 03 d5 7c 00 06 ac 8....+......|....+.....)....|...
17e80 38 00 00 19 39 60 00 00 7c 09 03 a6 39 41 00 18 81 26 00 00 99 69 03 d4 7c 00 06 ac 81 26 00 00 8...9`..|...9A...&...i..|....&..
17ea0 7c 0a 58 ae 98 09 03 d5 7c 00 06 ac 39 6b 00 01 42 00 ff e0 38 00 00 09 3d 20 ff f5 7c 09 03 a6 |.X.....|...9k..B...8...=...|...
17ec0 39 09 90 00 39 40 00 00 38 e1 00 18 81 28 00 00 99 49 03 ce 7c 00 06 ac 7d 27 52 14 81 68 00 00 9...9@..8....(...I..|...}'R..h..
17ee0 88 09 00 2e 98 0b 03 cf 7c 00 06 ac 39 4a 00 01 42 00 ff dc 38 00 00 15 3d 20 ff f5 7c 09 03 a6 ........|...9J..B...8...=...|...
17f00 39 09 90 00 39 40 00 00 38 e1 00 18 81 68 00 00 39 2b 03 da 88 09 00 00 7c 00 06 ac 39 2b 00 80 9...9@..8....h..9+......|...9+..
17f20 88 09 00 00 7c 00 06 ac 99 4b 03 c0 7c 00 06 ac 81 68 00 00 39 2b 00 80 88 09 00 00 7c 00 06 ac ....|....K..|....h..9+......|...
17f40 7d 27 52 14 88 09 00 19 98 0b 03 c0 7c 00 06 ac 81 68 00 00 39 2b 00 80 88 09 00 00 7c 00 06 ac }'R.........|....h..9+......|...
17f60 39 4a 00 01 42 00 ff a8 38 00 00 00 98 0b 03 c8 7c 00 06 ac 3d 20 ff f4 38 00 00 40 3d 00 ff f5 9J..B...8.......|...=...8..@=...
17f80 39 29 35 0c 7c 09 03 a6 39 69 00 10 39 48 90 00 81 2a 00 00 88 0b 00 00 98 09 03 c9 7c 00 06 ac 9)5.|...9i..9H...*..........|...
17fa0 81 2a 00 00 88 0b 00 01 98 09 03 c9 7c 00 06 ac 81 2a 00 00 88 0b 00 02 98 09 03 c9 7c 00 06 ac .*..........|....*..........|...
17fc0 39 6b 00 03 42 00 ff cc 81 28 90 00 38 00 00 ff 98 09 03 c6 7c 00 06 ac 81 68 90 00 39 2b 03 da 9k..B....(..8.......|....h..9+..
17fe0 88 09 00 00 7c 00 06 ac 39 2b 00 80 88 09 00 00 7c 00 06 ac 39 40 00 20 99 4b 03 c0 7c 00 06 ac ....|...9+......|...9@...K..|...
18000 38 00 00 01 81 28 90 00 98 09 03 c4 7c 00 06 ac 81 28 90 00 98 a9 03 c5 7c 00 06 ac 81 68 90 00 8....(......|....(......|....h..
18020 39 2b 03 da 88 09 00 00 7c 00 06 ac 99 4b 03 c0 7c 00 06 ac bb 81 00 60 38 21 00 70 4e 80 00 20 9+......|....K..|......`8!.pN...
18040 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 41 00 08 3f a0 ff f5 7c 7a 1b 78 38 60 00 02 7c 9b 23 78 .!..|......\$.A..?...|z.x8`..|.#x
18060 7c bf 2b 78 7c de 33 78 4b ff fb 29 3b 80 00 02 81 3d 90 00 9b 89 03 c4 7c 00 06 ac 54 63 06 36 |.+x|.3xK..);....=......|...Tc.6
18080 81 3d 90 00 60 63 00 04 98 69 03 c5 7c 00 06 ac 38 60 00 04 4b ff fa fd 81 3d 90 00 38 00 00 04 .=..`c...i..|...8`..K....=..8...
180a0 98 09 03 c4 7c 00 06 ac 60 63 00 04 81 3d 90 00 54 63 06 3e 98 69 03 c5 7c 00 06 ac 81 3d 90 00 ....|...`c...=..Tc.>.i..|....=..
180c0 98 09 03 ce 7c 00 06 ac 81 3d 90 00 9b 89 03 cf 7c 00 06 ac 38 60 00 05 4b ff fa e1 81 3d 90 00 ....|....=......|...8`..K....=..
180e0 38 00 00 05 98 09 03 ce 7c 00 06 ac 70 63 00 ef 81 3d 90 00 98 69 03 cf 7c 00 06 ac 38 00 00 06 8.......|...pc...=...i..|...8...
18100 81 3d 90 00 98 09 03 ce 7c 00 06 ac 38 00 00 00 81 3d 90 00 98 09 03 cf 7c 00 06 ac 39 60 00 00 .=......|...8....=......|...9`..
18120 39 40 00 00 48 00 00 20 7c 1b 48 ae 7c 1a 49 ae 39 29 00 01 42 00 ff f4 39 6b 00 01 3b 7b 00 10 9@..H...|.H.|.I.9)..B...9k..;{..
18140 3b 5a 00 20 7f 8b f0 00 40 9c 00 30 38 1f 00 01 7f 8a f8 00 39 20 00 00 7c 09 03 a6 41 9d 00 10 ;Z......@..08.......9...|...A...
18160 3c 00 80 00 7f 9f 00 00 40 9e ff cc 38 00 00 01 7c 09 03 a6 4b ff ff c0 3f a0 ff f5 38 60 00 02 <.......@...8...|...K...?...8`..
18180 4b ff fa 11 38 00 00 02 81 3d 90 00 98 09 03 c4 7c 00 06 ac 54 63 06 36 81 3d 90 00 60 63 00 03 K...8....=......|...Tc.6.=..`c..
181a0 98 69 03 c5 7c 00 06 ac 38 60 00 04 4b ff f9 e5 81 3d 90 00 38 00 00 04 98 09 03 c4 7c 00 06 ac .i..|...8`..K....=..8.......|...
181c0 70 63 00 fb 81 3d 90 00 98 69 03 c5 7c 00 06 ac 81 3d 90 00 98 09 03 ce 7c 00 06 ac 38 00 00 00 pc...=...i..|....=......|...8...
181e0 81 3d 90 00 98 09 03 cf 7c 00 06 ac 38 60 00 05 4b ff f9 c9 81 3d 90 00 38 00 00 05 98 09 03 ce .=......|...8`..K....=..8.......
18200 7c 00 06 ac 60 63 00 10 81 3d 90 00 54 63 06 3e 98 69 03 cf 7c 00 06 ac 38 00 00 06 81 3d 90 00 |...`c...=..Tc.>.i..|...8....=..
18220 98 09 03 ce 7c 00 06 ac 38 00 00 0e 81 3d 90 00 98 09 03 cf 7c 00 06 ac 80 01 00 24 bb 41 00 08 ....|...8....=......|......\$.A..
18240 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 3f a0 ff f5 8!..|...N....!..|......\$....?...
18260 81 7d 90 00 39 2b 03 da 88 09 00 00 7c 00 06 ac 39 2b 00 80 88 09 00 00 7c 00 06 ac 38 00 00 10 .}..9+......|...9+......|...8...
18280 98 0b 03 c0 7c 00 06 ac 81 7d 90 00 39 2b 00 80 88 09 00 00 7c 00 06 ac 38 00 00 0c 98 0b 03 c0 ....|....}..9+......|...8.......
182a0 7c 00 06 ac 81 5d 90 00 7d 49 53 78 8c 09 00 80 7c 00 06 ac 39 6a 03 da 88 0b 00 00 7c 00 06 ac |....]..}ISx....|...9j......|...
182c0 88 09 00 00 7c 00 06 ac 38 00 00 14 98 0a 03 c0 7c 00 06 ac 81 7d 90 00 39 2b 00 80 88 09 00 00 ....|...8.......|....}..9+......
182e0 7c 00 06 ac 3b 80 00 00 9b 8b 03 c0 7c 00 06 ac 81 7d 90 00 39 2b 00 80 88 09 00 00 7c 00 06 ac |...;.......|....}..9+......|...
18300 38 00 00 02 98 0b 03 c4 7c 00 06 ac 38 00 00 03 81 3d 90 00 98 09 03 c5 7c 00 06 ac 38 60 00 04 8.......|...8....=......|...8`..
18320 4b ff f8 71 81 3d 90 00 38 00 00 04 98 09 03 c4 7c 00 06 ac 70 63 00 fb 81 3d 90 00 98 69 03 c5 K..q.=..8.......|...pc...=...i..
18340 7c 00 06 ac 38 60 00 05 4b ff f8 71 81 3d 90 00 38 00 00 05 98 09 03 ce 7c 00 06 ac 70 63 00 8f |...8`..K..q.=..8.......|...pc..
18360 81 3d 90 00 60 63 00 10 98 69 03 cf 7c 00 06 ac 38 00 00 06 81 3d 90 00 98 09 03 ce 7c 00 06 ac .=..`c...i..|...8....=......|...
18380 38 00 00 0e 81 3d 90 00 98 09 03 cf 7c 00 06 ac 38 00 00 0a 81 3d 90 00 98 09 03 d4 7c 00 06 ac 8....=......|...8....=......|...
183a0 81 3d 90 00 9b 89 03 d5 7c 00 06 ac 38 00 00 0b 81 3d 90 00 98 09 03 d4 7c 00 06 ac 38 00 00 0f .=......|...8....=......|...8...
183c0 81 3d 90 00 98 09 03 d5 7c 00 06 ac 38 60 00 17 4b ff f8 11 81 3d 90 00 38 00 00 17 98 09 03 d4 .=......|...8`..K....=..8.......
183e0 7c 00 06 ac 54 63 06 fe 81 3d 90 00 60 63 00 a0 98 69 03 d5 7c 00 06 ac 38 60 00 09 4b ff f7 e5 |...Tc...=..`c...i..|...8`..K...
18400 81 3d 90 00 38 00 00 09 98 09 03 d4 7c 00 06 ac 54 63 06 34 81 3d 90 00 60 63 00 0f 98 69 03 d5 .=..8.......|...Tc.4.=..`c...i..
18420 7c 00 06 ac 81 7d 90 00 39 2b 03 da 88 09 00 00 7c 00 06 ac 38 00 00 20 98 0b 03 c0 7c 00 06 ac |....}..9+......|...8.......|...
18440 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 38 60 00 10 7c 08 02 a6 ...\$....8!..|...N....!..8`..|...
18460 90 01 00 24 bf 81 00 10 4b ff f7 a1 3f a0 ff f5 81 7d 90 00 39 2b 03 da 88 09 00 00 7c 00 06 ac ...\$....K...?....}..9+......|...
18480 39 2b 00 80 88 09 00 00 7c 00 06 ac 38 00 00 10 98 0b 03 c0 7c 00 06 ac 81 7d 90 00 39 2b 00 80 9+......|...8.......|....}..9+..
184a0 88 09 00 00 7c 00 06 ac 54 63 06 36 60 63 00 01 98 6b 03 c0 7c 00 06 ac 81 3d 90 00 39 29 00 80 ....|...Tc.6`c...k..|....=..9)..
184c0 88 09 00 00 7c 00 06 ac 38 60 00 02 4b ff f6 c5 81 3d 90 00 38 00 00 02 98 09 03 c4 7c 00 06 ac ....|...8`..K....=..8.......|...
184e0 60 63 00 0f 81 3d 90 00 54 63 06 3e 98 69 03 c5 7c 00 06 ac 38 60 00 04 4b ff f6 99 81 3d 90 00 `c...=..Tc.>.i..|...8`..K....=..
18500 38 00 00 04 98 09 03 c4 7c 00 06 ac 60 63 00 04 81 3d 90 00 54 63 06 3e 98 69 03 c5 7c 00 06 ac 8.......|...`c...=..Tc.>.i..|...
18520 38 60 00 05 4b ff f6 95 81 3d 90 00 39 60 00 05 99 69 03 ce 7c 00 06 ac 70 63 00 ef 81 3d 90 00 8`..K....=..9`...i..|...pc...=..
18540 98 69 03 cf 7c 00 06 ac 38 00 00 06 81 3d 90 00 98 09 03 ce 7c 00 06 ac 81 3d 90 00 99 69 03 cf .i..|...8....=......|....=...i..
18560 7c 00 06 ac 38 00 00 0a 81 3d 90 00 98 09 03 d4 7c 00 06 ac 3b 80 00 20 81 3d 90 00 9b 89 03 d5 |...8....=......|...;....=......
18580 7c 00 06 ac 38 00 00 0b 81 3d 90 00 98 09 03 d4 7c 00 06 ac 38 00 00 00 81 3d 90 00 98 09 03 d5 |...8....=......|...8....=......
185a0 7c 00 06 ac 38 60 00 17 4b ff f6 39 81 3d 90 00 38 00 00 17 98 09 03 d4 7c 00 06 ac 54 63 06 fe |...8`..K..9.=..8.......|...Tc..
185c0 81 3d 90 00 60 63 00 e0 98 69 03 d5 7c 00 06 ac 38 60 00 09 4b ff f6 0d 81 3d 90 00 38 00 00 09 .=..`c...i..|...8`..K....=..8...
185e0 98 09 03 d4 7c 00 06 ac 54 63 06 34 81 3d 90 00 98 69 03 d5 7c 00 06 ac 81 7d 90 00 39 2b 03 cc ....|...Tc.4.=...i..|....}..9+..
18600 88 09 00 00 7c 00 06 ac 70 00 00 f3 98 0b 03 c2 7c 00 06 ac 81 7d 90 00 39 2b 03 da 88 09 00 00 ....|...p.......|....}..9+......
18620 7c 00 06 ac 9b 8b 03 c0 7c 00 06 ac 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 |.......|......\$....8!..|...N...
18640 3d 60 ff f5 81 2b 90 00 98 69 03 c8 7c 00 06 ac 54 84 f6 be 81 2b 90 00 98 89 03 c9 7c 00 06 ac =`...+...i..|...T....+......|...
18660 54 a5 f6 be 81 2b 90 00 98 a9 03 c9 7c 00 06 ac 81 2b 90 00 54 c6 f6 be 98 c9 03 c9 7c 00 06 ac T....+......|....+..T.......|...
18680 4e 80 00 20 94 21 ff e0 3c e0 ff f5 39 00 00 00 bf a1 00 14 81 27 90 00 3b e7 90 00 99 09 03 c0 N....!..<...9........'..;.......
186a0 7c 00 06 ac 81 27 90 00 3b a0 00 04 39 49 01 ce 7f a0 57 2c 7c 00 06 ac 39 69 01 d0 7d 00 5f 2c |....'..;...9I....W,|...9i..}._,
186c0 7c 00 06 ac 38 00 00 08 7c 00 57 2c 7c 00 06 ac 7d 00 5f 2c 7c 00 06 ac 38 00 00 09 7c 00 57 2c |...8...|.W,|...}._,|...8...|.W,
186e0 7c 00 06 ac 7d 00 5f 2c 7c 00 06 ac 38 c0 00 01 7c c0 57 2c 7c 00 06 ac 7c 60 5f 2c 7c 00 06 ac |...}._,|...8...|.W,|...|`_,|...
18700 38 00 00 02 7c 00 57 2c 7c 00 06 ac 7c 80 5f 2c 7c 00 06 ac 38 00 00 03 7c 00 57 2c 7c 00 06 ac 8...|.W,|...|._,|...8...|.W,|...
18720 7c a0 5f 2c 7c 00 06 ac 7f a0 57 2c 7c 00 06 ac 7c c0 5f 2c 7c 00 06 ac 99 09 03 c0 7c 00 06 ac |._,|.....W,|...|._,|.......|...
18740 38 00 00 20 81 27 90 00 98 09 03 c0 7c 00 06 ac 2f 85 00 08 40 9e 00 ac 3d 20 ff f4 7f e7 fb 78 8....'......|.../...@...=......x
18760 38 89 35 dc 38 c0 00 00 7c 9f 23 78 39 84 00 06 48 00 00 7c 7d 6a 2a 14 7c 04 50 ae 81 27 00 00 8.5.8...|.#x9...H..|}j*.|.P..'..
18780 99 69 03 c8 7c 00 06 ac 81 27 00 00 9b a9 03 c9 7c 00 06 ac 81 27 00 00 98 69 03 c9 7c 00 06 ac .i..|....'......|....'...i..|...
187a0 54 00 f0 be 81 27 00 00 98 09 03 c9 7c 00 06 ac 39 4a 00 01 42 00 ff c0 39 08 00 01 38 a5 00 06 T....'......|...9J..B...9...8...
187c0 7f 88 60 00 41 9e 00 1c 88 08 00 00 39 40 00 00 54 03 f0 be 38 00 00 06 7c 09 03 a6 4b ff ff 98 ..`.A.......9@..T...8...|...K...
187e0 2f 86 00 05 38 c6 00 01 41 9e 00 18 7c 04 30 ae 1c a6 00 24 54 1d f0 be 7f e8 fb 78 4b ff ff cc /...8...A...|.0....\$T......xK...
18800 bb a1 00 14 38 21 00 20 4e 80 00 20 94 21 ff b0 7c 08 02 a6 90 01 00 54 be a1 00 24 7c 7b 1b 78 ....8!..N....!..|......T...\$|{.x
18820 38 60 00 00 60 63 80 00 7c 96 23 78 7c de 33 78 7c f5 3b 78 48 00 10 09 7c 7d 1b 78 38 60 00 00 8`..`c..|.#x|.3x|.;xH...|}.x8`..
18840 60 63 80 01 48 00 0f f9 7c 7c 1b 78 38 60 00 00 60 63 80 02 48 00 0f e9 2f 9d 00 00 41 9e 00 30 `c..H...||.x8`..`c..H.../...A..0
18860 2f 9c 00 00 41 9e 00 28 2f 83 00 00 41 9e 00 20 38 03 00 07 7f b9 eb 78 7c 00 1e 70 7e e0 e9 d6 /...A..(/...A...8......x|..p~...
18880 7f 9a e3 78 7c 78 1b 78 48 00 00 14 3b 20 03 20 3b 40 02 58 3b 00 00 08 3a e0 03 20 7f 44 d3 78 ...x|x.xH...;...;@.X;...:....D.x
188a0 7f 05 c3 78 7f 23 cb 78 3b 81 00 08 4b ff fd d9 7f 63 db 78 4b ff 4c e5 3c 80 ff f4 7f 25 cb 78 ...x.#.x;...K....c.xK.L.<....%.x
188c0 38 84 5b 0c 7c 7f 1b 78 4b ff 4f ad 3c 80 ff f4 38 84 5b 14 7f e3 fb 78 7f 45 d3 78 4b ff 4f 99 8.[.|..xK.O.<...8.[....x.E.xK.O.
188e0 3c 80 ff f4 7f e3 fb 78 38 84 5b 1c 7f 05 c3 78 4b ff 4f 85 3c 80 ff f4 7f e3 fb 78 38 84 5b 24 <......x8.[....xK.O.<......x8.[\$
18900 7e e5 bb 78 4b ff 4f 71 3c 80 ff f4 56 c5 00 36 38 84 5b 30 7f e3 fb 78 4b ff 4f 5d 3c 60 ff f4 ~..xK.Oq<...V..68.[0...xK.O]<`..
18920 38 63 52 04 4b ff 4c 75 7c 7d 1b 78 7f 63 db 78 4b ff 4b f5 3c 80 ff f5 3c 60 ff f4 38 84 9b a4 8cR.K.Lu|}.x.c.xK.K.<...<`..8...
18940 38 63 52 0c 4b ff 45 81 3d 40 ff f5 3d 20 ff f5 39 29 9c 88 3c 80 ff f4 38 84 5b 38 7f a3 eb 78 8cR.K.E.=@..=...9)..<...8.[8...x
18960 81 6a 90 18 55 60 10 3a 39 6b ff ff 91 6a 90 18 7c a9 00 2e 4b ff 4f 01 3c 60 ff f4 38 63 61 18 .j..U`.:9k...j..|...K.O.<`..8ca.
18980 4b ff 4c 19 7c 7d 1b 78 7f 63 db 78 48 00 1a 05 3c 80 ff f4 7f 65 db 78 38 84 51 fc 38 c3 00 01 K.L.|}.x.c.xH...<....e.x8.Q.8...
189a0 7f a3 eb 78 4b ff 4e 29 3c 60 ff f4 3f a0 ff f4 38 63 55 4c 3b bd 6f 74 4b ff 4b e1 38 80 00 06 ...xK.N)<`..?...8cUL;.otK.K.8...
189c0 7f a5 eb 78 7f 26 1e 70 7c 7b 1b 78 7f 83 e3 78 48 00 29 b5 7f 83 e3 78 48 00 19 b9 3c 80 ff f4 ...x.&.p|{.x...xH.)....xH...<...
189e0 7f 85 e3 78 38 84 70 88 38 c3 00 01 7f 63 db 78 4b ff 4d dd 7f a5 eb 78 38 80 00 06 7f 46 1e 70 ...x8.p.8....c.xK.M....x8....F.p
18a00 7f 83 e3 78 48 00 29 81 7f 83 e3 78 48 00 19 85 3c 80 ff f4 7f 85 e3 78 38 84 70 98 38 c3 00 01 ...xH.)....xH...<......x8.p.8...
18a20 7f 63 db 78 4b ff 4d a9 2b 95 00 07 40 9d 00 4c 88 1e 00 00 2f 80 00 4e 40 9e 00 40 88 1e 00 01 .c.xK.M.+...@..L..../..N@..@....
18a40 2f 80 00 44 40 9e 00 34 88 1e 00 02 2f 80 00 52 40 9e 00 28 88 1e 00 03 2f 80 00 56 40 9e 00 1c /..D@..4..../..R@..(..../..V@...
18a60 3c 80 ff f4 80 de 00 04 7f e3 fb 78 38 84 70 a8 38 be 00 08 4b ff 4d 59 7e c3 b3 78 7f 24 cb 78 <..........x8.p.8...K.MY~..x.\$.x
18a80 7f 45 d3 78 7f 06 c3 78 7e e7 bb 78 4b ff 5c e1 80 01 00 54 ba a1 00 24 38 21 00 50 7c 08 03 a6 .E.x...x~..xK.\....T...\$8!.P|...
18aa0 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 4b fe fc fd 80 01 00 14 38 60 20 00 38 21 00 10 N....!..|.......K.......8`..8!..
18ac0 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 7d 1b 78 4b fe fc d1 |...N....!..|......\$....|}.xK...
18ae0 3b e0 00 00 7c 69 fe 70 7d 20 1a 78 7c 00 48 50 3d 20 ff f5 7c 00 fe 70 54 1e 07 be 3b 89 9b a8 ;...|i.p}..x|.HP=...|..pT...;...
18b00 3b de 00 01 48 00 00 14 81 3c 00 00 7c 09 00 ae 7c 1d f9 ae 3b ff 00 01 4b fe fc 95 2f 9f 20 00 ;...H....<..|...|...;...K.../...
18b20 7f e0 f0 30 40 9e ff e4 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 ...0@......\$....8!..|...N....!..
18b40 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 7d 1b 78 4b fe fc 5d 3b e0 00 00 7c 69 fe 70 7d 20 1a 78 |......\$....|}.xK..];...|i.p}..x
18b60 7c 00 48 50 3d 20 ff f5 7c 00 fe 70 54 1e 07 be 3b 89 9b a8 3b de 00 01 48 00 00 14 81 3c 00 00 |.HP=...|..pT...;...;...H....<..
18b80 7c 1d f8 ae 3b ff 00 01 7c 09 59 ae 4b fe fc 21 2f 9f 20 00 7f eb f0 30 40 9e ff e4 80 01 00 24 |...;...|.Y.K..!/......0@......\$
18ba0 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff 90 7c 08 02 a6 90 01 00 74 bf 61 00 5c ....8!..|...N....!..|......t.a.\
18bc0 7c 7f 1b 78 7c 9e 23 78 4b fe fb e5 3f 60 00 02 3f 80 00 06 2f 83 00 00 40 9e 00 70 3c 60 ff f4 |..x|.#xK...?`..?.../...@..p<`..
18be0 3f a0 ff f5 38 63 50 c8 3b bd 9b a8 4b ff 49 39 3c 60 ff f4 38 9d 00 04 38 63 4e e8 3b 60 40 00 ?...8cP.;...K.I9<`..8...8cN.;`@.
18c00 4b ff 42 c5 3c 60 ff f4 38 9d 00 08 38 63 4e f4 4b ff 42 b5 3c 60 ff f4 38 63 70 c4 4b ff 49 09 K.B.<`..8...8cN.K.B.<`..8cp.K.I.
18c20 3c 60 ff f4 38 9d 00 0c 38 63 4f 00 4b ff 42 99 3c 60 ff f4 38 9d 00 10 38 63 4f b0 4b ff 42 89 <`..8...8cO.K.B.<`..8...8cO.K.B.
18c40 3c 00 ff f0 60 1c 40 00 3d 20 ff f5 3b a1 00 10 3c a0 ff f4 7c 1c f2 14 7f e6 fb 78 38 a5 70 cc <...`.@.=...;...<...|......x8.p.
18c60 38 80 00 40 7f a3 eb 78 90 09 9b a8 48 00 27 19 7f a3 eb 78 4b ff 40 85 7f a3 eb 78 4b ff 49 1d 8..@...x....H.'....xK.@....xK.I.
18c80 7c 7d 1b 78 4b fe fb 29 3c 80 ff f4 38 84 70 d8 7f a3 eb 78 38 a0 20 00 4b ff 4b dd 3c 80 ff f4 |}.xK..)<...8.p....x8...K.K.<...
18ca0 7f a3 eb 78 93 81 00 08 93 61 00 0c 38 84 4f ac 38 a1 00 08 38 c0 00 08 4b ff 4b 15 3c 80 ff f4 ...x.....a..8.O.8...8...K.K.<...
18cc0 3c a0 ff f4 38 84 5a 08 38 a5 70 c4 7f a3 eb 78 38 c0 00 06 4b ff 4a f9 4b fe fa ed 2f 83 00 00 <...8.Z.8.p....x8...K.J.K.../...
18ce0 41 9e 00 20 3c 80 ff f4 3c a0 ff f4 7f a3 eb 78 38 84 51 08 38 a5 70 e0 38 c0 00 0c 4b ff 4a d1 A...<...<......x8.Q.8.p.8...K.J.
18d00 3c 60 ff f4 3b 61 00 10 38 63 52 04 3f a0 ff f4 4b ff 48 89 3b bd 70 c4 7c 7c 1b 78 7f 63 db 78 <`..;a..8cR.?...K.H.;.p.||.x.c.x
18d20 4b ff 48 05 3c 80 ff f5 3c 60 ff f4 38 84 9b a8 38 63 52 0c 38 84 00 14 4b ff 41 8d 3d 40 ff f5 K.H.<...<`..8...8cR.8...K.A.=@..
18d40 3d 20 ff f5 39 29 9c 88 7f a4 eb 78 7f 83 e3 78 81 6a 90 18 55 60 10 3a 39 6b ff ff 91 6a 90 18 =...9).....x...x.j..U`.:9k...j..
18d60 7c a9 00 2e 4b ff 4b 11 3c 60 ff f4 38 63 61 18 4b ff 48 29 7c 7c 1b 78 7f 63 db 78 48 00 16 15 |...K.K.<`..8ca.K.H)||.x.c.xH...
18d80 7f a4 eb 78 7f 65 db 78 38 c3 00 01 7f 83 e3 78 4b ff 4a 3d 80 01 00 74 bb 61 00 5c 38 21 00 70 ...x.e.x8......xK.J=...t.a.\8!.p
18da0 7c 08 03 a6 4e 80 00 20 94 21 ff 50 7c 08 02 a6 90 01 00 b4 bf 41 00 98 7c 7c 1b 78 3c 60 ff f4 |...N....!.P|........A..||.x<`..
18dc0 38 63 61 18 7c 9b 23 78 4b ff 47 d1 3f 40 ff f4 3b 5a 5b e0 7c 7d 1b 78 7f 83 e3 78 48 00 15 b5 8ca.|.#xK.G.?@..;Z[.|}.x...xH...
18de0 3c 80 ff f4 7f 85 e3 78 38 84 61 9c 38 c3 00 01 7f a3 eb 78 4b ff 49 d9 7f 64 db 78 7f 83 e3 78 <......x8.a.8......xK.I..d.x...x
18e00 4b ff e9 79 7f 43 d3 78 38 80 00 00 4b ff fd a5 7f 83 e3 78 7f 64 db 78 48 00 06 c1 38 a0 00 03 K..y.C.x8...K......x.d.xH...8...
18e20 7f 64 db 78 7f 83 e3 78 3f a0 ff f5 4b ff d5 a9 7f 83 e3 78 3b bd 9b a8 4b ff 46 ed 3c 60 ff f4 .d.x...x?...K......x;...K.F.<`..
18e40 38 9d 00 18 38 63 4e e8 3f 60 ff f4 4b ff 40 79 3c 60 ff f4 38 9d 00 1c 3b 7b 70 ec 38 63 4e f4 8...8cN.?`..K.@y<`..8...;{p.8cN.
18e60 4b ff 40 65 7f 63 db 78 4b ff 46 bd 3c 60 ff f4 38 9d 00 20 38 63 4f 00 4b ff 40 4d 3c 60 ff f4 K.@e.c.xK.F.<`..8...8cO.K.@M<`..
18e80 38 9d 00 24 38 63 4f b0 3b a1 00 10 4b ff 40 39 3c a0 ff f4 7f 86 e3 78 38 a5 71 04 38 80 00 80 8..\$8cO.;...K.@9<......x8.q.8...
18ea0 7f a3 eb 78 48 00 24 e1 7f a3 eb 78 4b ff 46 ed 3c 80 ff f4 3c a0 ff f4 38 84 5a 08 38 a5 6d 60 ...xH.\$....xK.F.<...<...8.Z.8.m`
18ec0 38 c0 00 09 7c 7d 1b 78 4b ff 49 05 3c 80 ff f4 3c a0 ff f4 7f a3 eb 78 38 84 51 08 38 a5 71 1c 8...|}.xK.I.<...<......x8.Q.8.q.
18ee0 38 c0 00 0e 4b ff 48 e9 3c 80 ff f4 7f a3 eb 78 7f 45 d3 78 38 84 71 2c 38 c0 00 00 4b ff 48 d1 8...K.H.<......x.E.x8.q,8...K.H.
18f00 3c 80 ff f4 3c 00 00 04 38 c0 00 08 7f a3 eb 78 90 01 00 0c 90 01 00 08 38 a1 00 08 38 84 4f ac <...<...8......x........8...8.O.
18f20 4b ff 48 ad 3c 80 ff f4 7f a3 eb 78 38 84 60 e0 38 a0 00 02 4b ff 49 41 3c 80 ff f4 7f a3 eb 78 K.H.<......x8.`.8...K.IA<......x
18f40 38 84 60 c4 38 a0 00 00 4b ff 49 2d 7f a3 eb 78 7f 64 db 78 7f 45 d3 78 38 c0 00 00 4b ff 48 71 8.`.8...K.I-...x.d.x.E.x8...K.Hq
18f60 3c 80 ff f4 3c a0 00 3f 7f a3 eb 78 38 84 51 40 60 a5 94 0a 4b ff 49 01 80 01 00 b4 bb 41 00 98 <...<..?...x8.Q@`...K.I......A..
18f80 38 21 00 b0 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7d 1b 78 8!..|...N....!..|......\$.a..|}.x
18fa0 3c 60 ff f4 38 63 61 18 7c 9c 23 78 4b ff 45 ed 7c 7b 1b 78 7f a3 eb 78 48 00 13 d9 3c 80 ff f4 <`..8ca.|.#xK.E.|{.x...xH...<...
18fc0 7f a5 eb 78 38 84 61 9c 38 c3 00 01 7f 63 db 78 4b ff 47 fd 7f 84 e3 78 7f a3 eb 78 4b ff e7 9d ...x8.a.8....c.xK.G....x...xK...
18fe0 7f a3 eb 78 7f 84 e3 78 4b ff fb c9 7f a3 eb 78 7f 84 e3 78 48 00 04 e5 7f a3 eb 78 7f 84 e3 78 ...x...xK......x...xH......x...x
19000 38 a0 00 01 4b ff d3 d1 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 88 63 00 00 8...K......\$.a..8!..|...N....c..
19020 54 63 07 fe 4e 80 00 20 88 03 00 00 70 09 00 01 41 82 ff f8 88 63 00 10 54 63 06 7e 4e 80 00 20 Tc..N.......p...A....c..Tc.~N...
19040 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 9e 23 78 7c 7f 1b 78 80 09 9b d0 .!..=...|...........|.#x|..x....
19060 2f 80 00 00 41 9e 00 24 2f 84 00 0a 40 9e 00 0c 38 80 00 0d 4b ff ff cd 88 1f 00 00 70 09 00 04 /...A..\$/...@...8...K.......p...
19080 41 82 ff f8 9b df 00 10 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 3d 65 00 04 A...............8!..|...N...=e..
190a0 54 a5 08 3c 39 6b 84 00 3d 20 ff f5 7d 6b 2b 96 90 89 9b d0 38 00 00 04 39 6b ff fe 98 04 00 00 T..<9k..=...}k+.....8...9k......
190c0 38 00 00 44 55 68 c6 3e 98 04 00 00 38 00 00 0c 55 6b 06 3e 98 04 00 00 99 64 00 00 38 00 00 0d 8..DUh.>....8...Uk.>.....d..8...
190e0 39 40 00 03 98 04 00 00 99 04 00 00 38 00 00 0e 38 60 ff ff 98 04 00 00 99 44 00 00 38 00 ff c1 9@..........8...8`.......D..8...
19100 99 44 00 00 98 04 00 00 38 00 00 05 98 04 00 00 38 00 ff ea 98 04 00 00 4e 80 00 20 3d 20 ff f5 .D......8.......8.......N...=...
19120 54 64 06 3e 80 69 9b d0 4b ff ff 18 94 21 ff f0 38 60 00 1b 7c 08 02 a6 90 01 00 14 4b ff ff e1 Td.>.i..K....!..8`..|.......K...
19140 38 60 00 5b 4b ff ff d9 38 60 00 48 4b ff ff d1 38 60 00 1b 4b ff ff c9 38 60 00 5b 4b ff ff c1 8`.[K...8`.HK...8`..K...8`.[K...
19160 80 01 00 14 38 60 00 4a 38 21 00 10 7c 08 03 a6 4b ff ff ac 94 21 ff e0 3d 00 ff f5 7c 08 02 a6 ....8`.J8!..|...K....!..=...|...
19180 3d 40 ff f5 90 01 00 24 39 4a 9c 88 bf 81 00 10 7c 7c 1b 78 3b e0 00 00 81 68 90 18 39 2b ff ff =@.....\$9J......||.x;....h..9+..
191a0 55 6b 10 3a 55 20 10 3a 39 29 ff ff 91 28 90 18 7f aa 58 2e 7f ca 00 2e 48 00 00 14 7c 9f f0 ae Uk.:U..:9)...(....X.....H...|...
191c0 80 7c 00 00 3b ff 00 01 4b ff fe 79 7f 9f e8 00 41 9c ff ec 3d 60 ff f5 81 2b 90 18 39 29 00 01 .|..;...K..y....A...=`...+..9)..
191e0 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7f a9 01 2e 80 01 00 24 bb 81 00 10 38 21 00 20 U..:.+..=...9).........\$....8!..
19200 7c 08 03 a6 4e 80 00 20 4e 80 00 20 3c e0 ff f5 3d 20 ff f5 38 00 ff ff 81 67 90 18 81 49 9b d0 |...N...N...<...=...8....g...I..
19220 3d 20 ff f5 39 29 9c 88 91 43 00 00 39 6b 00 01 55 68 10 3a 91 67 90 18 7c 09 41 2e 4e 80 00 20 =...9)...C..9k..Uh.:.g..|.A.N...
19240 94 21 ff 60 7c 08 02 a6 90 01 00 a4 bf 21 00 84 3f 80 ff f4 3b a1 00 30 7c 9f 23 78 3b 9c 71 38 .!.`|........!..?...;..0|.#x;.q8
19260 7c 7b 1b 78 38 80 00 40 7f e7 fb 78 7c b9 2b 78 7c da 33 78 7f 85 e3 78 7c 66 1b 78 7f a3 eb 78 |{.x8..@...x|.+x|.3x...x|f.x...x
19280 48 00 21 05 3c c0 ff f4 38 80 00 04 38 c6 35 e4 7f a5 eb 78 38 e0 00 04 38 60 00 01 4b ff 4b 29 H.!.<...8...8.5....x8...8`..K.K)
192a0 7f a3 eb 78 4b ff 43 69 3c 60 ff f4 38 63 61 18 4b ff 42 e9 7f 85 e3 78 7f 66 db 78 38 80 00 40 ...xK.Ci<`..8ca.K.B....x.f.x8..@
192c0 7f e7 fb 78 7c 7e 1b 78 7f a3 eb 78 48 00 20 b9 4b fe f4 dd 2f 83 00 00 41 9e 00 1c 3c a0 ff f4 ...x|~.x...xH...K.../...A...<...
192e0 38 61 00 10 38 a5 71 44 38 80 00 20 7f e6 fb 78 48 00 20 95 4b fe f4 b9 2f 83 00 00 41 9e 00 24 8a..8.qD8......xH...K.../...A..\$
19300 3b a1 00 30 7f a3 eb 78 48 00 10 89 7f a5 eb 78 38 81 00 10 38 c3 00 01 7f c3 f3 78 4b ff 44 b1 ;..0...xH......x8...8......xK.D.
19320 3b 81 00 10 3c a0 ff f4 3b a1 00 30 7f e6 fb 78 38 a5 71 4c 38 80 00 20 7f 83 e3 78 48 00 20 49 ;...<...;..0...x8.qL8......xH..I
19340 7f a3 eb 78 48 00 10 4d 7f 84 e3 78 7f a5 eb 78 38 c3 00 01 7f c3 f3 78 4b ff 44 75 7f a3 eb 78 ...xH..M...x...x8......xK.Du...x
19360 4b ff 42 39 3c 80 ff f4 3c a0 ff f4 38 84 5a 08 38 a5 71 54 38 c0 00 07 7c 7b 1b 78 4b ff 44 51 K.B9<...<...8.Z.8.qT8...|{.xK.DQ
19380 3c a0 ff f4 7f e6 fb 78 38 a5 71 5c 38 80 00 40 7f a3 eb 78 3b e1 00 08 48 00 1f ed 7f a3 eb 78 <......x8.q\8..@...x;...H......x
193a0 48 00 0f f1 3c a0 ff f4 38 a5 71 64 7c 7c 1b 78 38 63 00 01 20 83 00 40 7c 7d 1a 14 48 00 1f c9 H...<...8.qd||.x8c.....@|}..H...
193c0 3c 80 ff f4 7f a5 eb 78 38 dc 00 0a 38 84 51 08 7f 63 db 78 57 5d 28 34 4b ff 43 f5 38 1a 09 80 <......x8...8.Q..c.xW](4K.C.8...
193e0 3c 80 ff f4 54 00 28 34 38 84 4f ac 7f 63 db 78 90 01 00 08 7f e5 fb 78 38 00 00 20 38 c0 00 08 <...T.(48.O..c.x.......x8...8...
19400 90 01 00 0c 4b ff 43 c9 3d 39 00 01 3b 89 30 00 7c 1c ea 14 90 01 00 08 4b fe f3 95 2f 83 00 00 ....K.C.=9..;.0.|.......K.../...
19420 41 9e 00 1c 3c 80 ff f4 7f 63 db 78 38 84 61 08 7f e5 fb 78 38 c0 00 04 4b ff 43 95 20 1a 00 10 A...<....c.x8.a....x8...K.C.....
19440 90 01 00 08 4b fe f3 69 2f 83 00 00 41 9e 00 1c 3c 80 ff f4 7f 63 db 78 38 84 60 18 7f e5 fb 78 ....K..i/...A...<....c.x8.`....x
19460 38 c0 00 04 4b ff 43 69 4b ff 3b e5 38 00 00 04 39 20 ff ff 7c 1c e9 ae 38 00 00 44 39 60 00 03 8...K.CiK.;.8...9...|...8..D9`..
19480 7c 1c e9 ae 38 00 00 0c 7c 1c e9 ae 7d 3c e9 ae 38 00 00 0d 7c 1c e9 ae 7d 3c e9 ae 38 00 00 0e |...8...|...}<..8...|...}<..8...
194a0 7c 1c e9 ae 7d 7c e9 ae 38 00 ff c1 7d 7c e9 ae 7c 1c e9 ae 38 00 00 05 7c 1c e9 ae 38 00 ff ea |...}|..8...}|..|...8...|...8...
194c0 7c 1c e9 ae 80 01 00 a4 bb 21 00 84 38 21 00 a0 7c 08 03 a6 4e 80 00 20 94 21 ff 80 7c 08 02 a6 |........!..8!..|...N....!..|...
194e0 90 01 00 84 bf 01 00 60 3f 00 ff f5 7c 9c 23 78 3b 38 9b d0 7c 7d 1b 78 4b ff 40 2d 3c 60 ff f4 .......`?...|.#x;8..|}.xK.@-<`..
19500 38 99 00 04 38 63 4e e8 3f 60 ff f4 4b ff 39 b9 3c 60 ff f4 38 99 00 08 3b 7b 71 70 38 63 4e f4 8...8cN.?`..K.9.<`..8...;{qp8cN.
19520 4b ff 39 a5 7f 63 db 78 3b 41 00 10 4b ff 3f f9 3c 60 ff f4 38 99 00 0c 38 63 4f 00 4b ff 39 89 K.9..c.x;A..K.?.<`..8...8cO.K.9.
19540 3c a0 ff f4 7f a6 eb 78 38 a5 71 78 38 80 00 40 7f 43 d3 78 48 00 1e 31 7f 43 d3 78 4b ff 40 3d <......x8.qx8..@.C.xH..1.C.xK.@=
19560 3c 80 ff f4 38 a0 00 01 38 84 60 c4 7c 7d 1b 78 4b ff 43 05 3c 00 00 01 60 00 30 00 3c 80 ff f4 <...8...8.`.|}.xK.C.<...`.0.<...
19580 7f a3 eb 78 38 a1 00 08 90 01 00 08 38 84 4f ac 38 00 10 00 38 c0 00 08 90 01 00 0c 4b ff 42 31 ...x8.......8.O.8...8.......K.B1
195a0 3c 80 ff f4 7f 65 db 78 7f a3 eb 78 38 84 5a 08 38 c0 00 05 4b ff 42 19 3c a0 ff f4 3c 80 ff f4 <....e.x...x8.Z.8...K.B.<...<...
195c0 38 a5 35 e4 7f a3 eb 78 38 a5 00 20 38 c0 00 0e 38 84 51 08 4b ff 41 f9 3c 60 ff f4 38 99 00 10 8.5....x8...8...8.Q.K.A.<`..8...
195e0 38 63 4f b0 4b ff 38 e1 3c 80 ff f4 7f 43 d3 78 7f 85 e3 78 38 84 71 80 38 c0 00 01 4b ff fc 45 8cO.K.8.<....C.x...x8.q.8...K..E
19600 3c 80 ff f4 7f 43 d3 78 7f 85 e3 78 38 84 71 84 38 c0 00 00 3f 9c 00 01 4b ff fc 29 80 01 00 84 <....C.x...x8.q.8...?...K..)....
19620 3b 9c 30 20 93 98 9b d0 bb 01 00 60 38 21 00 80 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 00 ff f5 ;.0........`8!..|...N....!..=...
19640 7c 08 02 a6 3d 60 ff f5 90 01 00 14 39 6b 9c 88 bf c1 00 08 7c 7e 1b 78 81 28 90 18 55 20 10 3a |...=`......9k......|~.x.(..U..:
19660 39 29 ff ff 55 2a 10 3a 7c ab 00 2e 39 29 ff ff 91 28 90 18 2f 85 00 00 7f eb 50 2e 41 9d 00 14 9)..U*.:|...9)...(../.....P.A...
19680 3c 60 ff f4 7f e4 fb 78 38 63 71 88 4b fe ef f9 80 7e 00 00 88 03 00 00 70 0a 00 01 41 82 00 44 <`.....x8cq.K....~......p...A..D
196a0 88 03 00 00 70 09 00 01 41 82 ff f8 88 03 00 10 3d 60 ff f5 54 00 06 7e 98 1f 00 00 38 00 00 01 ....p...A.......=`..T..~....8...
196c0 81 2b 90 18 39 29 00 01 55 2a 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 51 2e 48 00 00 24 .+..9)..U*.:.+..=...9)..|.Q.H..\$
196e0 3d 60 ff f5 81 2b 90 18 39 29 00 01 55 20 10 3a 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7d 49 01 2e =`...+..9)..U..:.+..=...9)..}I..
19700 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 3d 20 ff f5 2f 85 00 00 39 69 9b e4 ........8!..|...N...=.../...9i..
19720 38 a5 00 01 7c a9 03 a6 81 29 9b e4 81 6b 00 04 b0 69 00 00 39 20 00 00 40 be 00 1c 38 00 00 01 8...|....)...k...i..9...@...8...
19740 7c 09 03 a6 48 00 00 10 88 0b 00 00 7c 04 49 ae 39 29 00 01 42 00 ff f4 4e 80 00 20 94 21 ff e0 |...H.......|.I.9)..B...N....!..
19760 3d 20 ff f5 39 69 9b e4 38 00 00 08 7c 09 03 a6 39 40 00 00 81 29 9b e4 81 6b 00 04 b0 69 00 00 =...9i..8...|...9@...)...k...i..
19780 7d 21 52 14 88 0b 00 00 39 4a 00 01 98 09 00 08 42 00 ff f0 80 81 00 08 80 01 00 0c 38 21 00 20 }!R.....9J......B...........8!..
197a0 54 8b 42 1e 54 09 46 3e 54 8a c4 2e 54 03 c4 2e 7d 4a 5b 78 7c 63 4b 78 54 0b 42 1e 54 89 46 3e T.B.T.F>T...T...}J[x|cKxT.B.T.F>
197c0 7d 4a 4b 78 7c 63 5b 78 54 84 c0 0e 54 00 c0 0e 7c 63 03 78 7d 44 23 78 4e 80 00 20 94 21 ff e0 }JKx|c[xT...T...|c.x}D#xN....!..
197e0 3d 20 ff f5 39 69 9b e4 38 00 00 04 7c 09 03 a6 39 40 00 00 81 29 9b e4 81 6b 00 04 b0 69 00 00 =...9i..8...|...9@...)...k...i..
19800 7d 21 52 14 88 0b 00 00 39 4a 00 01 98 09 00 08 42 00 ff f0 80 61 00 08 38 21 00 20 54 69 46 3e }!R.....9J......B....a..8!..TiF>
19820 54 60 c0 0e 7c 00 4b 78 54 69 c4 2e 7c 00 4b 78 54 63 42 1e 7c 03 1b 78 4e 80 00 20 94 21 ff e0 T`..|.KxTi..|.KxTcB.|..xN....!..
19840 3d 20 ff f5 39 69 9b e4 81 29 9b e4 81 6b 00 04 b0 69 00 00 88 0b 00 00 98 01 00 08 88 0b 00 00 =...9i...)...k...i..............
19860 98 01 00 09 a0 61 00 08 38 21 00 20 54 60 44 2e 54 63 c2 3e 7c 03 1b 78 4e 80 00 20 3d 20 ff f5 .....a..8!..T`D.Tc.>|..xN...=...
19880 3c 00 f0 00 60 00 05 10 39 69 9b e4 90 09 9b e4 3c 00 f0 00 60 00 05 12 90 0b 00 04 4e 80 00 20 <...`...9i......<...`.......N...
198a0 3d 20 ff f5 54 63 10 3a 39 29 9b ec 7d 29 18 2e 80 69 00 00 4e 80 00 20 94 21 ff f0 3d 20 ff f5 =...Tc.:9)..})...i..N....!..=...
198c0 7c 08 02 a6 39 29 9b ec 90 01 00 14 54 60 10 3a bf c1 00 08 7c 7e 1b 78 7f e9 00 2e 80 1f 00 04 |...9)......T`.:....|~.x........
198e0 2f 80 00 00 41 9e 00 0c 80 7f 00 00 4b ff 38 f9 7f e3 fb 78 4b fe ed 4d 3d 20 ff f5 57 cb 10 3a /...A.......K.8....xK..M=...W..:
19900 39 29 9b ec 38 00 00 00 38 60 00 00 bb c1 00 08 7c 09 59 2e 80 01 00 14 38 21 00 10 7c 08 03 a6 9)..8...8`......|.Y.....8!..|...
19920 4e 80 00 20 94 21 ff e0 54 63 10 3a 7c 08 02 a6 90 01 00 24 bf 81 00 10 3f 80 ff f5 3f a0 ff f5 N....!..Tc.:|......\$....?...?...
19940 3b bd 9c 88 81 3c 90 18 39 29 00 01 39 69 00 01 55 29 10 3a 55 60 10 3a 91 7c 90 18 7c dd 49 2e ;....<..9)..9i..U).:U`.:.|..|.I.
19960 3d 20 ff f5 7c bd 01 2e 39 29 9b ec 7d 29 18 2e 80 69 00 0c 80 89 00 00 4b ff 38 dd 81 3c 90 18 =...|...9)..})...i......K.8..<..
19980 55 20 10 3a 39 29 ff ff 91 3c 90 18 7c 7d 00 2e 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 U..:9)...<..|}.....\$....8!..|...
199a0 7c 63 fe 70 4e 80 00 20 94 21 ff e0 54 63 10 3a 7c 08 02 a6 90 01 00 24 bf 81 00 10 3f 80 ff f5 |c.pN....!..Tc.:|......\$....?...
199c0 3f a0 ff f5 3b bd 9c 88 7c bf 2b 78 81 3c 90 18 39 29 00 01 39 69 00 01 55 29 10 3a 55 60 10 3a ?...;...|.+x.<..9)..9i..U).:U`.:
199e0 91 7c 90 18 7c 9d 49 2e 3d 20 ff f5 7c bd 01 2e 39 29 9b ec 7d 29 18 2e 80 69 00 08 80 89 00 00 .|..|.I.=...|...9)..})...i......
19a00 4b ff 38 55 81 3c 90 18 55 20 10 3a 39 29 ff ff 91 3c 90 18 7c 7d 00 2e 2f 83 00 00 40 9e 00 10 K.8U.<..U..:9)...<..|}../...@...
19a20 2f 9f 00 00 41 9e 00 08 38 60 ff ff 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 /...A...8`.....\$....8!..|...N...
19a40 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 54 63 10 3a 90 01 00 14 93 e1 00 0c 39 29 9b ec 7f e9 18 2e .!..=...|...Tc.:........9)......
19a60 80 1f 00 14 80 9f 00 00 2f 80 00 00 40 9e 00 24 3c 60 ff f4 38 63 5c b8 4b ff 3f c5 39 60 ff ff ......../...@..\$<`..8c\.K.?.9`..
19a80 39 80 ff ff 2f 83 00 00 90 7f 00 14 41 be 00 44 80 9f 00 00 80 7f 00 14 4b ff 37 bd 3c e0 ff f5 9.../.......A..D........K.7.<...
19aa0 3d 00 ff f5 39 08 9c 88 81 47 90 18 39 2a ff ff 55 4a 10 3a 38 09 ff ff 55 29 10 3a 90 07 90 18 =...9....G..9*..UJ.:8...U).:....
19ac0 7c 08 50 2e 7d 28 48 2e 7c 0b 03 78 7d 2c 4b 78 80 01 00 14 83 e1 00 0c 7d 84 63 78 7d 63 5b 78 |.P.}(H.|..x},Kx........}.cx}c[x
19ae0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 54 63 10 3a 90 01 00 14 8!..|...N....!..=...|...Tc.:....
19b00 93 e1 00 0c 39 29 9b ec 7f e9 18 2e 80 1f 00 1c 80 9f 00 00 2f 80 00 00 40 9e 00 20 3c 60 ff f4 ....9)............../...@...<`..
19b20 38 63 5d a4 4b ff 3f 19 38 00 00 00 2f 83 00 00 90 7f 00 1c 41 be 00 30 80 9f 00 00 80 7f 00 1c 8c].K.?.8.../.......A..0........
19b40 4b ff 37 15 3d 20 ff f5 81 69 90 18 38 0b ff ff 55 6b 10 3a 90 09 90 18 3d 20 ff f5 39 29 9c 88 K.7.=....i..8...Uk.:....=...9)..
19b60 7c 09 58 2e 7c 03 03 78 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 |.X.|..x........8!..|...N....!..
19b80 3d 20 ff f5 7c 08 02 a6 54 63 10 3a 90 01 00 14 93 e1 00 0c 39 29 9b ec 7f e9 18 2e 80 1f 00 24 =...|...Tc.:........9).........\$
19ba0 80 9f 00 00 2f 80 00 00 40 9e 00 20 3c 60 ff f4 38 63 5d b0 4b ff 3e 89 38 00 00 00 2f 83 00 00 ..../...@...<`..8c].K.>.8.../...
19bc0 90 7f 00 24 41 be 00 30 80 9f 00 00 80 7f 00 24 4b ff 36 85 3d 20 ff f5 81 69 90 18 38 0b ff ff ...\$A..0.......\$K.6.=....i..8...
19be0 55 6b 10 3a 90 09 90 18 3d 20 ff f5 39 29 9c 88 7c 09 58 2e 7c 03 03 78 80 01 00 14 83 e1 00 0c Uk.:....=...9)..|.X.|..x........
19c00 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 54 63 10 3a 90 01 00 14 8!..|...N....!..=...|...Tc.:....
19c20 93 e1 00 0c 39 29 9b ec 7f e9 18 2e 80 1f 00 18 80 9f 00 00 2f 80 00 00 40 9e 00 20 3c 60 ff f4 ....9)............../...@...<`..
19c40 38 63 5d 98 4b ff 3d f9 38 00 00 00 2f 83 00 00 90 7f 00 18 41 be 00 30 80 9f 00 00 80 7f 00 18 8c].K.=.8.../.......A..0........
19c60 4b ff 35 f5 3d 20 ff f5 81 69 90 18 38 0b ff ff 55 6b 10 3a 90 09 90 18 3d 20 ff f5 39 29 9c 88 K.5.=....i..8...Uk.:....=...9)..
19c80 7c 09 58 2e 7c 03 03 78 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 |.X.|..x........8!..|...N....!..
19ca0 3d 20 ff f5 7c 08 02 a6 54 63 10 3a 90 01 00 14 93 e1 00 0c 39 29 9b ec 7f e9 18 2e 80 1f 00 20 =...|...Tc.:........9)..........
19cc0 80 9f 00 00 2f 80 00 00 40 9e 00 1c 3c 60 ff f4 38 63 5d 8c 4b ff 3d 69 2f 83 00 00 90 7f 00 20 ..../...@...<`..8c].K.=i/.......
19ce0 41 be 00 3c 80 7f 00 20 80 9f 00 00 4b ff 35 69 3d 60 ff f5 38 60 00 00 81 2b 90 18 55 20 10 3a A..<........K.5i=`..8`...+..U..:
19d00 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e 2f 80 ff ff 41 9e 00 08 38 60 ff ff 9)...+..=...9)..|.../...A...8`..
19d20 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 ........8!..|...N....!..=...|...
19d40 54 63 10 3a 90 01 00 14 39 29 9b ec bf c1 00 08 7c 9e 23 78 7f e9 18 2e 80 1f 00 10 80 9f 00 00 Tc.:....9)......|.#x............
19d60 2f 80 00 00 40 9e 00 1c 3c 60 ff f4 38 63 5d 84 4b ff 3c cd 2f 83 00 00 90 7f 00 10 41 be 00 44 /...@...<`..8c].K.<./.......A..D
19d80 7f c3 f3 78 4b ff 37 a1 80 7f 00 10 80 9f 00 00 4b ff 34 c5 3d 60 ff f5 38 60 00 00 81 2b 90 18 ...xK.7.........K.4.=`..8`...+..
19da0 55 20 10 3a 39 29 ff ff 91 2b 90 18 3d 20 ff f5 39 29 9c 88 7c 09 00 2e 2f 80 ff ff 41 9e 00 08 U..:9)...+..=...9)..|.../...A...
19dc0 38 60 ff ff 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 8`..........8!..|...N....!..|...
19de0 90 01 00 34 bf 01 00 10 7c 7c 1b 79 41 82 00 90 3c 60 ff f4 7f 84 e3 78 38 63 56 8c 4b ff 3c 41 ...4....||.yA...<`.....x8cV.K.<A
19e00 7c 78 1b 79 41 82 00 78 3c 60 ff f4 7f 84 e3 78 38 63 59 2c 4b ff 3c 29 7c 79 1b 79 41 82 00 60 |x.yA..x<`.....x8cY,K.<)|y.yA..`
19e20 38 00 00 20 3d 20 ff f5 7c 09 03 a6 3b 49 9b ec 3b e0 00 00 57 fe 10 3a 7f 7a f0 2e 2f 9b 00 00 8...=...|...;I..;...W..:.z../...
19e40 40 9e 00 34 38 60 00 28 4b fe e8 19 38 80 00 00 38 a0 00 28 7c 7d 1b 78 48 00 07 45 7f ba f1 2e @..48`.(K...8...8..(|}.xH..E....
19e60 93 9d 00 00 93 7d 00 04 93 1d 00 08 93 3d 00 0c 48 00 00 10 3b ff 00 01 42 00 ff bc 3b e0 ff ff .....}.......=..H...;...B...;...
19e80 80 01 00 34 7f e3 fb 78 bb 01 00 10 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ...4...x....8!.0|...N....!..|...
19ea0 90 01 00 14 bf c1 00 08 4b ff 3a 75 3b e0 ff ff 7c 7e 1b 79 41 82 00 38 4b ff ff 21 2f 83 ff ff ........K.:u;...|~.yA..8K..!/...
19ec0 7c 7f 1b 78 40 be 00 10 7f c3 f3 78 4b ff 33 19 48 00 00 1c 3d 20 ff f5 54 60 10 3a 39 29 9b ec |..x@......xK.3.H...=...T`.:9)..
19ee0 7d 29 00 2e 38 00 00 01 90 09 00 04 80 01 00 14 7f e3 fb 78 bb c1 00 08 38 21 00 10 7c 08 03 a6 })..8..............x....8!..|...
19f00 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 7c 83 23 78 7c bf 2b 78 N....!..|......\$....|}.x|.#x|.+x
19f20 7c 9e 23 78 48 00 04 6d 38 a3 00 01 7f 9f 28 40 40 9c 00 08 7f e5 fb 78 7f a3 eb 78 7f c4 f3 78 |.#xH..m8.....(@@......x...x...x
19f40 48 00 06 a9 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 H......\$....8!..|...N....!..|...
19f60 90 01 00 34 be e1 00 0c 7c 7a 1b 78 7c bd 2b 78 7c d7 33 78 3b 04 ff ff 7f 23 2a 14 7f 5f d3 78 ...4....|z.x|.+x|.3x;....#*.._.x
19f80 7f 3e cb 78 3b 60 00 00 3b 80 00 00 48 00 00 6c 7f e3 fb 78 7f c4 f3 78 7e e9 03 a6 4e 80 04 21 .>.x;`..;...H..l...x...x~...N..!
19fa0 2f 83 00 00 40 9d 00 48 38 1d 00 01 2f 9d 00 00 7f ca f3 78 39 60 00 00 7c 09 03 a6 40 be 00 28 /...@..H8.../......x9`..|...@..(
19fc0 38 00 00 01 7c 09 03 a6 48 00 00 1c 7d 3f 58 ae 88 0a 00 00 7c 1f 59 ae 99 2a 00 00 39 6b 00 01 8...|...H...}?X.....|.Y..*..9k..
19fe0 39 4a 00 01 42 00 ff e8 3b 60 00 01 3b 9c 00 01 7f ff ea 14 7f de ea 14 7f 9c c0 40 41 9c ff 94 9J..B...;`..;..............@A...
1a000 2f 9b 00 00 40 9e ff 78 80 01 00 34 ba e1 00 0c 38 21 00 30 7c 08 03 a6 4e 80 00 20 3d 20 ff f4 /...@..x...4....8!.0|...N...=...
1a020 39 29 36 14 48 00 00 08 38 63 00 01 89 63 00 00 7c 09 58 ae 70 06 00 20 40 82 ff f0 2f 8b 00 2d 9)6.H...8c...c..|.X.p...@.../..-
1a040 41 9e 00 0c 2f 8b 00 2b 40 9e 00 14 2f 8b 00 2d 38 63 00 01 38 e0 ff ff 41 9e 00 08 38 e0 00 01 A.../..+@.../..-8c..8...A...8...
1a060 2f 85 00 10 41 9e 00 24 2f 85 00 00 40 9e 00 3c 88 03 00 00 68 00 00 30 30 00 ff ff 7c 00 01 10 /...A..\$/...@..<....h..00...|...
1a080 54 05 00 3c 38 a5 00 0a 88 03 00 00 2f 80 00 30 40 9e 00 18 88 03 00 01 2f 80 00 78 40 9e 00 0c T..<8......./..0@......./..x@...
1a0a0 38 63 00 02 38 a0 00 10 3d 20 ff f4 39 00 00 00 39 29 36 14 89 63 00 00 39 4b ff d0 7c 09 58 ae 8c..8...=...9...9)6..c..9K..|.X.
1a0c0 54 06 ff fe 2f 06 00 00 70 06 00 07 54 06 f7 fe 2f 86 00 00 41 82 00 38 40 9e 00 14 38 0b ff e0 T.../...p...T.../...A..8@...8...
1a0e0 41 9a 00 08 54 0b 06 3e 39 4b ff c9 7f 8a 28 00 2f 0a 00 00 40 9c 00 18 41 98 00 14 7c 08 29 d6 A...T..>9K....(./...@...A...|.).
1a100 38 63 00 01 7d 0a 02 14 4b ff ff ac 2f 84 00 00 41 9e 00 08 90 64 00 00 7c 68 39 d6 4e 80 00 20 8c..}...K.../...A....d..|h9.N...
1a120 94 21 ff f0 3c 60 ff f4 7c 08 02 a6 38 63 71 ac 90 01 00 14 4b fe e5 51 48 00 00 00 94 21 ff f0 .!..<`..|...8cq.....K..QH....!..
1a140 7c 65 1b 78 7c 08 02 a6 3c 60 ff f4 38 63 71 e4 90 01 00 14 4b fe e5 31 48 00 00 00 7c a0 2b 79 |e.x|...<`..8cq.....K..1H...|.+y
1a160 7c 66 1b 78 7c 09 03 a6 39 00 00 00 38 60 00 00 39 60 00 00 41 82 00 64 3d 20 ff f4 39 29 36 14 |f.x|...9...8`..9`..A..d=...9)6.
1a180 7c 66 40 ae 7d 64 40 ae 39 08 00 01 2f 83 00 00 2f 0b 00 00 7c 83 58 00 41 9e 00 40 41 9a 00 3c |f@.}d@.9.../.../...|.X.A..@A..<
1a1a0 41 86 00 34 7c 09 18 ae 39 43 00 20 70 07 00 01 38 eb 00 20 41 82 00 08 55 43 06 3e 7c 09 58 ae A..4|...9C..p...8...A...UC.>|.X.
1a1c0 70 0a 00 01 41 82 00 08 54 eb 06 3e 7f 83 58 00 40 9e 00 08 42 00 ff ac 7c 6b 18 50 4e 80 00 20 p...A...T..>..X.@...B...|k.PN...
1a1e0 39 20 00 00 7c 04 48 ae 7c 03 49 ae 39 29 00 01 2f 80 00 00 40 9e ff f0 4e 80 00 20 38 a5 00 01 9...|.H.|.I.9)../...@...N...8...
1a200 39 20 00 00 7c a9 03 a6 42 40 00 18 7c 04 48 ae 7c 03 49 ae 39 29 00 01 2f 80 00 00 40 9e ff ec 9...|...B@..|.H.|.I.9)../...@...
1a220 4e 80 00 20 7c 6b 1b 78 48 00 00 08 39 6b 00 01 88 0b 00 00 2f 80 00 00 40 9e ff f4 39 20 00 00 N...|k.xH...9k....../...@...9...
1a240 7c 04 48 ae 7c 0b 49 ae 39 29 00 01 2f 80 00 00 40 9e ff f0 4e 80 00 20 7c a0 2b 79 7c 09 03 a6 |.H.|.I.9)../...@...N...|.+y|...
1a260 4d 82 00 20 7c 69 1b 78 48 00 00 08 39 29 00 01 88 09 00 00 2f 80 00 00 40 9e ff f4 48 00 00 14 M...|i.xH...9)....../...@...H...
1a280 42 00 00 14 38 00 00 00 98 09 00 00 4e 80 00 20 39 60 00 00 7c 04 58 ae 39 6b 00 01 98 09 00 00 B...8.......N...9`..|.X.9k......
1a2a0 39 29 00 01 2f 80 00 00 40 9e ff d8 4e 80 00 20 7c 6a 1b 78 39 60 00 00 7c 0a 58 ae 7d 24 58 ae 9)../...@...N...|j.x9`..|.X.}\$X.
1a2c0 39 6b 00 01 2f 80 00 00 7c 09 00 50 7c 03 07 75 4c 82 00 20 40 9e ff e4 4e 80 00 20 38 a5 00 01 9k../...|..P|..uL...@...N...8...
1a2e0 7c 6a 1b 78 7c a9 03 a6 39 60 00 00 48 00 00 24 7c 0a 58 ae 7d 24 58 ae 39 6b 00 01 2f 80 00 00 |j.x|...9`..H..\$|.X.}\$X.9k../...
1a300 7c 09 00 50 7c 03 07 75 4c 82 00 20 4d 9e 00 20 42 00 ff e0 38 60 00 00 4e 80 00 20 54 84 06 3e |..P|..uL...M...B...8`..N...T..>
1a320 48 00 00 14 40 9a 00 0c 38 60 00 00 4e 80 00 20 38 63 00 01 88 03 00 00 7f 80 20 00 2f 00 00 00 H...@...8`..N...8c........../...
1a340 40 9e ff e4 4e 80 00 20 7c 6b 1b 78 7c 69 1b 78 48 00 00 08 39 29 00 01 88 09 00 00 2f 80 00 00 @...N...|k.x|i.xH...9)....../...
1a360 40 9e ff f4 7c 0b 48 50 54 84 06 3e 7c 6b 02 14 88 03 00 00 7f 80 20 00 4d 9e 00 20 38 63 ff ff @...|.HPT..>|k..........M...8c..
1a380 7f 83 58 40 40 9c ff ec 38 60 00 00 4e 80 00 20 7c 69 1b 78 48 00 00 08 38 63 00 01 88 03 00 00 ..X@@...8`..N...|i.xH...8c......
1a3a0 2f 80 00 00 40 9e ff f4 7c 69 18 50 4e 80 00 20 38 84 00 01 7c 69 1b 78 7c 89 03 a6 48 00 00 08 /...@...|i.PN...8...|i.x|...H...
1a3c0 38 63 00 01 42 40 00 10 88 03 00 00 2f 80 00 00 40 9e ff f0 7c 69 18 50 4e 80 00 20 7c 6a 1b 78 8c..B@....../...@...|i.PN...|j.x
1a3e0 38 60 00 00 48 00 00 24 41 9a 00 1c 88 09 00 00 39 29 00 01 2f 80 00 00 7f 0b 00 00 40 9e ff ec 8`..H..\$A.......9)../.......@...
1a400 4e 80 00 20 38 63 00 01 7d 6a 18 ae 2f 8b 00 00 4d 9e 00 20 7c 89 23 78 4b ff ff d4 48 00 00 20 N...8c..}j../...M...|.#xK...H...
1a420 4d 9a 00 20 88 09 00 00 39 29 00 01 2f 80 00 00 7f 0b 00 00 40 9e ff ec 38 63 00 01 89 63 00 00 M.......9)../.......@...8c...c..
1a440 2f 8b 00 00 41 9e 00 0c 7c 89 23 78 4b ff ff d8 38 60 00 00 4e 80 00 20 2c 03 00 00 40 82 00 14 /...A...|.#xK...8`..N...,...@...
1a460 3d 20 ff f5 80 69 9c 6c 2f 83 00 00 4d 9e 00 20 39 60 00 00 48 00 00 24 41 9a 00 1c 88 09 00 00 =....i.l/...M...9`..H..\$A.......
1a480 39 29 00 01 2f 80 00 00 7f 0a 00 00 40 9e ff ec 48 00 00 1c 39 6b 00 01 7d 43 58 ae 2f 8a 00 00 9)../.......@...H...9k..}CX./...
1a4a0 41 9e 00 0c 7c 89 23 78 4b ff ff d4 7c 03 58 ee 2f 80 00 00 7c 6a 1b 78 40 9e 00 3c 3d 20 ff f5 A...|.#xK...|.X./...|j.x@..<=...
1a4c0 38 60 00 00 90 09 9c 6c 4e 80 00 20 40 9a 00 10 7d 4b 53 79 40 82 00 34 48 00 00 48 88 09 00 00 8`.....lN...@...}KSy@..4H..H....
1a4e0 39 29 00 01 2f 80 00 00 7f 0b 00 00 40 9e ff e0 39 4a 00 01 89 6a 00 00 2f 8b 00 00 41 9e 00 24 9)../.......@...9J...j../...A..\$
1a500 7c 89 23 78 4b ff ff d8 88 0a 00 00 2f 80 00 00 41 9e 00 10 38 00 00 00 98 0b 00 00 39 6b 00 01 |.#xK......./...A...8.......9k..
1a520 3d 20 ff f5 91 69 9c 6c 4e 80 00 20 7c 68 1b 78 80 63 00 00 2f 83 00 00 7c 6b 1b 78 40 9e 00 30 =....i.lN...|h.x.c../...|k.x@..0
1a540 4e 80 00 20 40 9a 00 10 7d 69 5b 79 40 82 00 3c 48 00 00 44 88 09 00 00 39 29 00 01 2f 80 00 00 N...@...}i[y@..<H..D....9)../...
1a560 7f 0a 00 00 40 9e ff e0 39 6b 00 01 89 4b 00 00 2f 8a 00 00 40 9e 00 0c 39 20 00 00 48 00 00 18 ....@...9k...K../...@...9...H...
1a580 7c 89 23 78 4b ff ff d0 38 00 00 00 39 29 00 01 98 0b 00 00 91 28 00 00 4e 80 00 20 38 a5 00 01 |.#xK...8...9).......(..N...8...
1a5a0 7c 69 1b 78 7c a9 03 a6 48 00 00 0c 98 89 00 00 39 29 00 01 42 00 ff f8 4e 80 00 20 38 a5 00 01 |i.x|...H.......9)..B...N...8...
1a5c0 7c 6b 1b 78 7c a9 03 a6 7c 83 23 78 39 20 00 00 48 00 00 10 7c 0b 48 ae 7c 03 49 ae 39 29 00 01 |k.x|...|.#x9...H...|.H.|.I.9)..
1a5e0 42 00 ff f4 4e 80 00 20 38 a5 00 01 39 20 00 00 7c a9 03 a6 48 00 00 10 7c 04 48 ae 7c 03 49 ae B...N...8...9...|...H...|.H.|.I.
1a600 39 29 00 01 42 00 ff f4 4e 80 00 20 38 05 00 01 7f 83 20 40 39 20 00 00 7c 09 03 a6 40 9d 00 14 9)..B...N...8......@9...|...@...
1a620 48 00 00 18 7c 04 48 ae 7c 03 49 ae 39 29 00 01 42 00 ff f4 4e 80 00 20 38 05 00 01 7c 84 2a 14 H...|.H.|.I.9)..B...N...8...|.*.
1a640 7c 09 03 a6 7c a3 2a 14 39 20 00 00 48 00 00 0c 7c 04 48 ae 7c 05 49 ae 39 29 ff ff 42 00 ff f4 |...|.*.9...H...|.H.|.I.9)..B...
1a660 4e 80 00 20 38 a5 00 01 7c 6a 1b 78 7c a9 03 a6 39 60 00 00 48 00 00 18 7d 2a 58 ae 7c 04 58 ae N...8...|j.x|...9`..H...}*X.|.X.
1a680 39 6b 00 01 7c 60 48 51 4c 82 00 20 42 00 ff ec 38 60 00 00 4e 80 00 20 38 a5 00 01 7c a9 03 a6 9k..|`HQL...B...8`..N...8...|...
1a6a0 48 00 00 14 88 03 00 00 7f 80 20 00 4d 9e 00 20 38 63 00 01 42 00 ff f0 4e 80 00 20 7c 6a 1b 78 H...........M...8c..B...N...|j.x
1a6c0 7c 89 23 78 48 00 00 08 39 29 00 01 88 09 00 00 2f 80 00 00 40 9e ff f4 7c e4 48 51 7d 43 53 78 |.#xH...9)....../...@...|.HQ}CSx
1a6e0 4d 82 00 20 7d 49 53 78 48 00 00 08 39 29 00 01 88 09 00 00 2f 80 00 00 40 9e ff f4 7d 0a 48 50 M...}ISxH...9)....../...@...}.HP
1a700 48 00 00 2c 7d 2a 58 ae 7c 04 58 ae 39 6b 00 01 7f 89 00 00 40 9e 00 10 42 00 ff ec 7d 43 53 78 H..,}*X.|.X.9k......@...B...}CSx
1a720 4e 80 00 20 39 08 ff ff 39 4a 00 01 7f 88 38 00 41 9c 00 14 38 07 00 01 39 60 00 00 7c 09 03 a6 N...9...9J....8.A...8...9`..|...
1a740 4b ff ff d8 38 60 00 00 4e 80 00 20 38 a5 00 01 54 84 06 3e 7c a9 03 a6 48 00 00 1c 88 03 00 00 K...8`..N...8...T..>|...H.......
1a760 38 63 00 01 7f 84 00 00 40 9e 00 0c 38 63 ff ff 4e 80 00 20 42 00 ff e8 38 60 00 00 4e 80 00 20 8c......@...8c..N...B...8`..N...
1a780 3d 20 ff f4 7c 67 1b 78 38 c9 36 14 39 40 00 00 7d 67 50 ae 38 0b ff e0 2f 8b 00 00 54 08 06 3e =...|g.x8.6.9@..}gP.8.../...T..>
1a7a0 7d 26 58 ae 71 20 00 02 40 82 00 08 7d 68 5b 78 7d 24 50 ae 39 4a 00 01 39 69 ff e0 7c 06 48 ae }&X.q...@...}h[x}\$P.9J..9i..|.H.
1a7c0 70 05 00 02 41 82 00 08 55 69 06 3e 7c 09 40 50 7c 03 07 75 4c 82 00 20 40 9e ff b8 4e 80 00 20 p...A...Ui.>|.@P|..uL...@...N...
1a7e0 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 48 00 00 08 38 63 00 01 88 03 00 00 .!..|...........|..xH...8c......
1a800 2f 80 00 00 40 9e ff f4 7c 7f 18 50 38 63 00 01 4b fe de 51 39 20 00 00 7c 1f 48 ae 7c 03 49 ae /...@...|..P8c..K..Q9...|.H.|.I.
1a820 39 29 00 01 2f 80 00 00 40 9e ff f0 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 9)../...@...........8!..|...N...
1a840 94 21 ff 60 7c 08 02 a6 90 01 00 a4 71 40 00 40 bd e1 00 5c 7d 30 4b 78 3d 20 ff f4 7d 56 53 78 .!.`|.......q@.@...\}0Kx=...}VSx
1a860 7c 7f 1b 78 7c 94 23 78 7c de 33 78 7c bd 2b 78 7c f3 3b 78 7d 18 43 78 39 29 37 14 40 82 00 0c |..x|.#x|.3x|.+x|.;x}.Cx9)7.@...
1a880 7d 32 4b 78 48 00 00 08 3a 49 00 28 72 c9 00 10 41 82 00 08 56 d6 00 3c 38 13 ff fe 2b 80 00 22 }2KxH...:I.(r...A...V..<8...+.."
1a8a0 40 9d 00 0c 3b e0 00 00 48 00 02 bc 56 c0 07 fe 72 cb 00 02 7c 00 00 d0 54 11 06 f6 3a 31 00 20 @...;...H...V...r...|...T...:1..
1a8c0 41 82 00 4c 2f 9d 00 00 41 9c 00 10 72 c0 00 04 41 82 00 28 48 00 00 18 23 de 00 00 7f bd 01 90 A..L/...A...r...A..(H...#.......
1a8e0 3b 18 ff ff 3a a0 00 2d 48 00 00 28 3b 18 ff ff 3a a0 00 2b 48 00 00 1c 72 c9 00 08 41 82 00 10 ;...:..-H..(;...:..+H...r...A...
1a900 3b 18 ff ff 3a a0 00 20 48 00 00 08 3a a0 00 00 72 cf 00 20 41 82 00 24 2f 93 00 10 40 9e 00 0c ;...:...H...:...r...A..\$/...@...
1a920 3b 18 ff fe 48 00 00 14 6a 60 00 08 7c 00 00 34 54 00 d9 7e 7f 00 c0 50 7f ab f3 79 3a e0 00 00 ;...H...j`..|..4T..~...P...y:...
1a940 40 82 00 14 38 00 00 30 3a e0 00 01 98 01 00 08 48 00 00 58 7f bc eb 78 3b 60 00 00 7f c4 f3 78 @...8..0:.......H..X...x;`.....x
1a960 7f 65 db 78 7e 66 9b 78 7f 83 e3 78 48 00 9c 4d 7f da f3 78 7f 65 db 78 7e 66 9b 78 7c 9e 23 78 .e.x~f.x...xH..M...x.e.x~f.x|.#x
1a980 7c 7d 1b 78 7f 44 d3 78 7f 83 e3 78 48 00 9d 79 7d 21 ba 14 7f ab f3 79 3a f7 00 01 7c 12 20 ae |}.x.D.x...xH..y}!.....y:...|...
1a9a0 98 09 00 08 40 82 ff b0 7f 97 80 00 7e e9 bb 78 40 9c 00 08 7e 09 83 78 72 c0 00 11 7d 09 c0 50 ....@.......~..x@...~..xr...}..P
1a9c0 41 82 00 18 48 00 00 3c 41 9d 00 08 98 1f 00 00 3b ff 00 01 48 00 00 20 39 68 00 01 2f 88 00 00 A...H..<A.......;...H...9h../...
1a9e0 38 00 00 20 7d 69 03 a6 40 bc 00 0c 39 60 00 01 7d 69 03 a6 7f 9f a0 40 39 08 ff ff 42 00 ff cc 8...}i..@...9`..}i.....@9...B...
1aa00 2f 95 00 00 41 9e 00 14 7f 9f a0 40 41 9d 00 08 9a bf 00 00 3b ff 00 01 2f 8f 00 00 41 9e 00 54 /...A......@A.......;.../...A..T
1aa20 2f 93 00 08 40 9e 00 1c 7f 9f a0 40 41 9d 00 0c 38 00 00 30 98 1f 00 00 3b ff 00 01 48 00 00 34 /...@......@A...8..0....;...H..4
1aa40 2f 93 00 10 40 9e 00 2c 7f 9f a0 40 41 9d 00 0c 38 00 00 30 98 1f 00 00 39 7f 00 01 7f 8b a0 40 /...@..,...@A...8..0....9......@
1aa60 41 9d 00 0c 88 12 00 21 98 1f 00 01 3b eb 00 01 72 c0 00 10 41 82 00 18 48 00 00 38 41 9d 00 08 A......!....;...r...A...H..8A...
1aa80 9a 3f 00 00 3b ff 00 01 48 00 00 1c 39 68 00 01 2f 88 00 00 7d 69 03 a6 40 bc 00 0c 38 00 00 01 .?..;...H...9h../...}i..@...8...
1aaa0 7c 09 03 a6 7f 9f a0 40 39 08 ff ff 42 00 ff d0 7f 97 48 00 7d 37 48 50 39 29 00 01 7d 29 03 a6 |......@9...B.....H.}7HP9)..})..
1aac0 39 20 00 30 41 9d 00 10 6e e0 80 00 2f 80 ff ff 40 9e 00 1c 39 60 00 01 7d 69 03 a6 48 00 00 10 9..0A...n.../...@...9`..}i..H...
1aae0 41 9d 00 08 99 3f 00 00 3b ff 00 01 7f 9f a0 40 42 00 ff f0 38 17 ff ff 39 21 00 08 2f 80 00 00 A....?..;......@B...8...9!../...
1ab00 7d 29 02 14 7e e9 03 a6 40 bc 00 0c 38 00 00 01 7c 09 03 a6 7f 9f a0 40 41 9d 00 0c 88 09 00 00 })..~...@...8...|......@A.......
1ab20 98 1f 00 00 3b ff 00 01 39 29 ff ff 42 00 ff e8 2f 88 00 00 39 08 00 01 38 00 00 20 7d 09 03 a6 ....;...9)..B.../...9...8...}...
1ab40 40 bc 00 1c 39 20 00 01 7d 29 03 a6 48 00 00 10 41 9d 00 08 98 1f 00 00 3b ff 00 01 7f 9f a0 40 @...9...})..H...A.......;......@
1ab60 42 00 ff f0 80 01 00 a4 7f e3 fb 78 b9 e1 00 5c 38 21 00 a0 7c 08 03 a6 4e 80 00 20 94 21 ff d0 B..........x...\8!..|...N....!..
1ab80 7c 08 02 a6 90 01 00 34 38 04 ff ff be c1 00 08 7f a3 02 14 38 03 ff ff 7f 9d 00 40 7c 9b 23 78 |......48...........8......@|.#x
1aba0 7c 7c 1b 78 7c be 2b 78 7c df 33 78 40 9c 00 0c 7f 63 00 d0 3b a0 ff ff 3d 20 ff f4 7f 83 e3 78 ||.x|.+x|.3x@....c..;...=......x
1abc0 3b 29 36 14 3d 20 ff f4 3a c9 72 2c 3b 00 00 00 3a e0 00 25 3b 40 00 20 48 00 06 f8 2f 80 00 25 ;)6.=...:.r,;...:..%;@..H.../..%
1abe0 39 40 00 00 40 9e 05 38 8d 3e 00 01 2f 89 00 2b 41 9e 00 3c 2b 89 00 2b 41 9d 00 18 2f 89 00 20 9@..@..8.>../..+A..<+..+A.../...
1ac00 41 9e 00 34 2f 89 00 23 40 9e 00 44 48 00 00 30 2f 89 00 2d 41 9e 00 10 2f 89 00 30 40 9e 00 30 A..4/..#@..DH..0/..-A.../..0@..0
1ac20 48 00 00 24 61 4a 00 10 4b ff ff c0 61 4a 00 04 4b ff ff b8 61 4a 00 08 4b ff ff b0 61 4a 00 20 H..\$aJ..K...aJ..K...aJ..K...aJ..
1ac40 4b ff ff a8 61 4a 00 01 4b ff ff a0 7c 19 48 ae 39 00 00 00 70 0b 00 04 40 82 00 14 48 00 00 28 K...aJ..K...|.H.9...p...@...H..(
1ac60 1c 08 00 0a 3b de 00 01 7d 0b 02 14 89 3e 00 00 39 69 ff d0 7c 19 48 ae 70 09 00 04 40 82 ff e4 ....;...}....>..9i..|.H.p...@...
1ac80 48 00 00 58 2f 89 00 2a 39 00 ff ff 40 9e 00 4c 89 3f 00 00 3b de 00 01 2b 89 00 08 40 9c 00 1c H..X/..*9...@..L.?..;...+...@...
1aca0 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 7d 00 4a 14 48 00 00 10 81 1f 00 04 38 08 00 04 ....9i..U).:....}.J.H.......8...
1acc0 90 1f 00 04 81 08 00 00 2f 88 00 00 40 9c 00 0c 7d 08 00 d0 61 4a 00 10 88 1e 00 00 38 80 ff ff ......../...@...}...aJ......8...
1ace0 2f 80 00 2e 40 9e 00 8c 8d 3e 00 01 38 80 00 00 7c 19 48 ae 70 0b 00 04 40 82 00 14 48 00 00 28 /...@....>..8...|.H.p...@...H..(
1ad00 1c 04 00 0a 3b de 00 01 7c 8b 02 14 89 3e 00 00 39 69 ff d0 7c 19 48 ae 70 09 00 04 40 82 ff e4 ....;...|....>..9i..|.H.p...@...
1ad20 48 00 00 44 2f 89 00 2a 40 9e 00 44 89 3f 00 00 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 H..D/..*@..D.?..+...@.......9i..
1ad40 55 29 10 3a 99 7f 00 00 7d 20 4a 14 48 00 00 10 81 3f 00 04 38 09 00 04 90 1f 00 04 80 89 00 00 U).:....}.J.H....?..8...........
1ad60 3b de 00 01 2f 84 00 00 40 bc 00 08 38 80 00 00 88 1e 00 00 2f 80 00 68 41 9e 00 28 2f 80 00 6c ;.../...@...8......./..hA..(/..l
1ad80 41 9e 00 20 2f 80 00 4c 41 9e 00 18 2f 80 00 5a 41 9e 00 10 2f 80 00 7a 39 20 ff ff 40 9e 00 28 A.../..LA.../..ZA.../..z9...@..(
1ada0 2f 80 00 6c 7c 09 03 78 3b de 00 01 40 9e 00 18 88 1e 00 00 2f 80 00 6c 40 9e 00 0c 3b de 00 01 /..l|..x;...@......./..l@...;...
1adc0 39 20 00 4c 88 1e 00 00 2f 80 00 6e 41 9e 02 d8 2b 80 00 6e 41 9d 00 3c 2f 80 00 63 41 9e 00 70 9..L..../..nA...+..nA..</..cA..p
1ade0 2b 80 00 63 41 9d 00 18 2f 80 00 25 41 9e 03 30 2f 80 00 58 40 9e 03 0c 48 00 02 f4 2f 80 00 64 +..cA.../..%A..0/..X@...H.../..d
1ae00 41 9e 02 f8 2f 80 00 69 40 9e 02 f8 48 00 02 ec 2f 80 00 73 41 9e 00 e4 2b 80 00 73 41 9d 00 18 A.../..i@...H.../..sA...+..sA...
1ae20 2f 80 00 6f 41 9e 02 c0 2f 80 00 70 40 9e 02 d4 48 00 02 1c 2f 80 00 75 41 9e 03 00 2f 80 00 78 /..oA.../..p@...H.../..uA.../..x
1ae40 38 e0 00 10 40 9e 02 bc 48 00 02 f4 71 4b 00 10 41 82 00 18 48 00 00 34 41 9d 00 08 9b 43 00 00 8...@...H...qK..A...H..4A....C..
1ae60 38 63 00 01 48 00 00 18 34 08 ff ff 7d 09 03 a6 40 a0 00 0c 39 20 00 01 7d 29 03 a6 7f 83 e8 40 8c..H...4...}...@...9...}).....@
1ae80 39 08 ff ff 42 00 ff d4 89 3f 00 00 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 9...B....?..+...@.......9i..U).:
1aea0 99 7f 00 00 7d 20 4a 14 48 00 00 10 81 3f 00 04 38 09 00 04 90 1f 00 04 7f 83 e8 40 80 09 00 00 ....}.J.H....?..8..........@....
1aec0 41 9d 00 08 98 03 00 00 35 68 ff ff 38 63 00 01 40 a0 00 18 39 00 00 01 48 00 00 10 41 9d 00 08 A.......5h..8c..@...9...H...A...
1aee0 9b 43 00 00 38 63 00 01 35 08 ff ff 7f 83 e8 40 40 82 ff ec 48 00 03 d8 89 3f 00 00 2b 89 00 08 .C..8c..5......@@...H....?..+...
1af00 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 7d 20 4a 14 48 00 00 10 81 3f 00 04 @.......9i..U).:....}.J.H....?..
1af20 38 09 00 04 90 1f 00 04 81 69 00 00 2b 8b 0f ff 41 9d 00 0c 7e cb b3 78 48 00 00 10 2f 8b 00 00 8........i..+...A...~..xH.../...
1af40 39 20 00 00 41 9e 00 1c 39 20 00 00 48 00 00 08 39 29 00 01 7c 0b 48 ae 2f 80 00 00 40 9e ff f4 9...A...9...H...9)..|.H./...@...
1af60 7f 89 20 00 7d 27 4b 78 40 9c 00 08 7c 87 23 78 71 40 00 10 41 82 00 18 48 00 00 48 41 9d 00 08 ....}'Kx@...|.#xq@..A...H..HA...
1af80 9b 43 00 00 38 63 00 01 48 00 00 2c 7d 27 40 50 7f 87 40 00 39 29 00 01 7d 29 03 a6 41 9d 00 10 .C..8c..H..,}'@P..@.9)..})..A...
1afa0 6c e0 80 00 2f 80 ff ff 40 9e 00 0c 39 20 00 01 7d 29 03 a6 7f 83 e8 40 39 08 ff ff 42 00 ff c0 l.../...@...9...}).....@9...B...
1afc0 38 07 00 01 7f 98 38 00 39 20 00 00 7c 09 03 a6 41 9d 00 10 3c 00 80 00 7f 87 00 00 40 be 00 24 8.....8.9...|...A...<.......@..\$
1afe0 38 00 00 01 7c 09 03 a6 48 00 00 18 41 9d 00 0c 7c 0b 48 ae 98 03 00 00 38 63 00 01 39 29 00 01 8...|...H...A...|.H.....8c..9)..
1b000 7f 83 e8 40 42 00 ff e8 7d 27 40 50 7f 87 40 00 39 29 00 01 7d 29 03 a6 41 9d 00 10 6c e0 80 00 ...@B...}'@P..@.9)..})..A...l...
1b020 2f 80 ff ff 40 9e 00 1c 39 20 00 01 7d 29 03 a6 48 00 00 10 41 9d 00 08 9b 43 00 00 38 63 00 01 /...@...9...})..H...A....C..8c..
1b040 7f 83 e8 40 42 00 ff f0 48 00 02 84 2f 88 ff ff 40 9e 00 0c 61 4a 00 01 39 00 00 08 89 3f 00 00 ...@B...H.../...@...aJ..9....?..
1b060 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 7c c0 4a 14 48 00 00 10 +...@.......9i..U).:....|.J.H...
1b080 80 df 00 04 38 06 00 04 90 1f 00 04 7c 89 23 78 80 c6 00 00 7f a4 eb 78 38 a0 00 00 38 e0 00 10 ....8.......|.#x.......x8...8...
1b0a0 48 00 02 28 89 3f 00 00 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 H..(.?..+...@.......9i..U).:....
1b0c0 7d 20 4a 14 48 00 00 10 81 3f 00 04 38 09 00 04 90 1f 00 04 81 29 00 00 7c 1c 18 50 90 09 00 00 }.J.H....?..8........)..|..P....
1b0e0 48 00 01 ec 38 e0 00 08 48 00 00 54 61 4a 00 40 38 e0 00 10 48 00 00 48 61 4a 00 02 48 00 00 3c H...8...H..TaJ.@8...H..HaJ..H..<
1b100 7f 83 e8 40 41 9d 00 08 9a e3 00 00 88 1e 00 00 38 63 00 01 2f 80 00 00 41 9e 00 18 7f 83 e8 40 ...@A...........8c../...A......@
1b120 41 9d 00 08 98 03 00 00 38 63 00 01 48 00 01 a0 3b de ff ff 48 00 01 98 38 e0 00 0a 2f 89 00 4c A.......8c..H...;...H...8.../..L
1b140 40 9e 00 58 88 1f 00 00 54 09 07 fe 2b 80 00 06 7d 20 4a 14 55 29 06 3e 99 3f 00 00 41 9d 00 1c @..X....T...+...}.J.U).>.?..A...
1b160 80 1f 00 08 39 69 00 02 55 29 10 3a 99 7f 00 00 7c a0 4a 14 48 00 00 18 81 3f 00 04 39 29 00 07 ....9i..U).:....|.J.H....?..9)..
1b180 55 25 00 38 38 05 00 08 90 1f 00 04 80 05 00 04 80 a5 00 00 48 00 01 28 2f 89 00 6c 40 9e 00 3c U%.88...............H..(/..l@..<
1b1a0 89 3f 00 00 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 7c c0 4a 14 .?..+...@.......9i..U).:....|.J.
1b1c0 48 00 00 10 80 df 00 04 38 06 00 04 90 1f 00 04 71 4b 00 02 48 00 00 d8 2f 89 00 5a 41 9e 00 0c H.......8.......qK..H.../..ZA...
1b1e0 2f 89 00 7a 40 9e 00 40 89 3f 00 00 2b 89 00 08 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a /..z@..@.?..+...@.......9i..U).:
1b200 99 7f 00 00 7c c0 4a 14 48 00 00 10 80 df 00 04 38 06 00 04 90 1f 00 04 80 06 00 00 38 a0 00 00 ....|.J.H.......8...........8...
1b220 48 00 00 9c 2f 89 00 68 89 3f 00 00 40 9e 00 4c 55 29 06 3e 2b 89 00 08 40 9c 00 1c 80 1f 00 08 H.../..h.?..@..LU).>+...@.......
1b240 39 69 00 01 55 29 10 3a 99 7f 00 00 7c c0 4a 14 48 00 00 10 80 df 00 04 38 06 00 04 90 1f 00 04 9i..U).:....|.J.H.......8.......
1b260 71 40 00 02 38 a0 00 00 a0 06 00 02 41 82 00 50 7c 00 07 34 48 00 00 44 55 29 06 3e 2b 89 00 08 q@..8.......A..P|..4H..DU).>+...
1b280 40 9c 00 1c 80 1f 00 08 39 69 00 01 55 29 10 3a 99 7f 00 00 7c c0 4a 14 48 00 00 10 80 df 00 04 @.......9i..U).:....|.J.H.......
1b2a0 38 06 00 04 90 1f 00 04 71 49 00 02 80 06 00 00 38 a0 00 00 41 82 00 08 7c 05 fe 70 7c 89 23 78 8.......qI......8...A...|..p|.#x
1b2c0 7c 06 03 78 7f a4 eb 78 4b ff f5 79 3b de 00 01 88 1e 00 00 2f 80 00 00 40 9e f9 04 7f 83 e8 40 |..x...xK..y;......./...@......@
1b2e0 41 9d 00 0c 98 03 00 00 48 00 00 10 2f 9b 00 00 41 9e 00 08 98 1d 00 00 80 01 00 34 7c 7c 18 50 A.......H.../...A..........4||.P
1b300 ba c1 00 08 38 21 00 30 7c 08 03 a6 4e 80 00 20 7c 80 23 78 3c 80 7f ff 7c a6 2b 78 60 84 ff ff ....8!.0|...N...|.#x<...|.+x`...
1b320 7c 05 03 78 4b ff f8 58 94 21 ff d0 7c 08 02 a6 90 01 00 34 90 a1 00 18 38 00 00 02 98 01 00 08 |..xK..X.!..|......4....8.......
1b340 90 c1 00 1c 38 00 00 00 98 01 00 09 90 e1 00 20 91 01 00 24 91 21 00 28 91 41 00 2c 38 01 00 38 ....8..............\$.!.(.A.,8..8
1b360 38 a1 00 08 90 01 00 0c 38 01 00 10 90 01 00 10 4b ff ff a1 80 01 00 34 38 21 00 30 7c 08 03 a6 8.......8.......K......48!.0|...
1b380 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 90 c1 00 1c 38 00 00 03 98 01 00 08 90 e1 00 20 N....!..|......4....8...........
1b3a0 38 00 00 00 98 01 00 09 91 01 00 24 91 21 00 28 91 41 00 2c 38 01 00 38 38 c1 00 08 90 01 00 0c 8..........\$.!.(.A.,8..88.......
1b3c0 38 01 00 10 90 01 00 10 4b ff f7 b5 80 01 00 34 38 21 00 30 7c 08 03 a6 4e 80 00 20 7c 63 22 78 8.......K......48!.0|...N...|c"x
1b3e0 7c 63 00 34 54 63 d9 7e 4e 80 00 20 94 21 ff e0 2f 84 ff ff 7c 08 02 a6 90 01 00 24 bf a1 00 14 |c.4Tc.~N....!../...|......\$....
1b400 7c 9f 23 78 7c 7e 1b 78 7c bd 2b 78 38 60 ff ff 38 80 ff ff 41 9e 00 10 7f e4 fb 78 38 60 00 00 |.#x|~.x|.+x8`..8...A......x8`..
1b420 48 00 90 79 7c 65 1b 78 7c 86 23 78 7f c3 f3 78 4b ff e4 f5 2f 83 00 00 41 9e 00 0c 3b e0 ff ff H..y|e.x|.#x...xK.../...A...;...
1b440 48 00 00 28 2f 9f ff ff 40 9e 00 20 7f c3 f3 78 4b ff e5 f1 2f 83 00 00 41 9c 00 10 7f a5 eb 78 H..(/...@......xK.../...A......x
1b460 48 00 90 71 7c 9f 23 78 80 01 00 24 7f e3 fb 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 H..q|.#x...\$...x....8!..|...N...
1b480 94 21 ff f0 7c a5 30 30 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c df 33 78 4b ff e5 11 2c 03 00 00 .!..|.00|...........|.3xK...,...
1b4a0 40 81 00 08 7c 63 fe 30 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 fd e0 @...|c.0........8!..|...N....!..
1b4c0 38 c0 04 00 7c 08 02 a6 90 01 02 24 bf 81 02 10 7c 7d 1b 78 7c bf 2b 78 3b 81 00 08 38 a0 00 00 8...|......\$....|}.x|.+x;...8...
1b4e0 7c 9e 23 78 4b ff e4 41 7f a3 eb 78 7f 84 e3 78 38 a0 02 00 4b ff e4 b5 a0 01 00 08 2f 80 42 44 |.#xK..A...x...x8...K......./.BD
1b500 40 9e 00 30 8b bc 00 24 7f 9d f8 40 41 9c 00 08 3b bf ff ff 38 9c 00 25 7f c3 f3 78 7f a5 eb 78 @..0...\$...@A...;...8..%...x...x
1b520 4b ff f0 c9 38 00 00 00 7c 1e e9 ae 48 00 00 2c 2f 80 48 2b 40 9e 00 10 3c 80 ff f4 38 84 72 34 K...8...|...H..,/.H+@...<...8.r4
1b540 48 00 00 0c 3c 80 ff f4 38 84 72 44 7f e5 fb 78 7f c3 f3 78 4b ff ec a9 80 01 02 24 7f c3 f3 78 H...<...8.rD...x...xK......\$...x
1b560 bb 81 02 10 38 21 02 20 7c 08 03 a6 4e 80 00 20 2f 85 00 01 7c 6b 1b 78 41 9e 00 14 2f 85 00 03 ....8!..|...N.../...|k.xA.../...
1b580 2f 04 00 00 40 9e 00 48 48 00 00 24 2f 84 00 00 40 9c 00 14 80 03 00 00 7d 24 00 d0 7f 89 00 40 /...@..HH..\$/...@.......}\$.....@
1b5a0 41 9d 00 34 80 0b 00 00 48 00 00 1c 40 98 00 14 80 03 00 04 7d 24 00 d0 7f 89 00 40 41 9d 00 18 A..4....H...@.......}\$.....@A...
1b5c0 80 0b 00 04 7c 64 02 14 48 00 00 10 7c 83 23 78 40 98 00 08 38 60 00 00 80 0b 00 04 7f 83 00 40 ....|d..H...|.#x@...8`.........@
1b5e0 40 9d 00 08 7c 03 03 78 90 6b 00 00 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c @...|..x.k..N....!..|...........
1b600 7c 7f 1b 78 81 23 00 0c 80 03 00 00 81 63 00 04 7c 83 23 78 7d 00 58 50 81 49 00 00 3d 20 ff f5 |..x.#.......c..|.#x}.XP.I..=...
1b620 7f 85 40 40 91 49 80 38 3d 20 ff f5 81 4a 00 00 90 09 90 30 3d 20 ff f5 91 69 90 28 40 9d 00 08 ..@@.I.8=....J.....0=....i.(@...
1b640 7d 05 43 78 81 4a 00 08 7c a4 2b 78 7d 49 03 a6 4e 80 04 21 3d 20 ff f5 80 09 90 30 90 1f 00 00 }.Cx.J..|.+x}I..N..!=......0....
1b660 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 81 23 00 00 81 29 00 00 80 69 00 00 ........8!..|...N....#...)...i..
1b680 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 90 01 00 14 81 69 90 30 2f 8b 00 00 41 9c 00 14 N....!..=...|........i.0/...A...
1b6a0 3d 20 ff f5 80 09 90 28 7f 8b 00 00 40 9d 00 14 3d 20 ff f5 80 09 90 28 3d 20 ff f5 90 09 90 30 =......(....@...=......(=......0
1b6c0 3d 20 ff f5 81 69 90 28 3d 20 ff f5 80 09 90 30 7d 60 58 50 7f 84 58 40 40 9d 00 08 7d 64 5b 78 =....i.(=......0}`XP..X@@...}d[x
1b6e0 3d 20 ff f5 38 00 00 00 81 69 80 38 3d 20 ff f5 90 09 90 38 81 2b 00 00 81 29 00 08 7d 29 03 a6 =...8....i.8=......8.+...)..})..
1b700 4e 80 04 21 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 N..!....8!..|...N....!..|......\$
1b720 bf a1 00 14 3f a0 ff f5 7c bf 2b 78 7c de 33 78 81 1d 80 38 2f 88 00 00 41 9e 00 50 54 6b 4d fe ....?...|.+x|.3x...8/...A..PTkM.
1b740 54 6c 48 2c 7c 8a 23 78 39 20 00 00 80 68 00 08 7c ca 60 14 7c a9 59 14 4b ff e1 cd 2f 83 00 00 TlH,|.#x9....h..|.`.|.Y.K.../...
1b760 40 9e 00 28 81 3d 80 38 7f c4 f3 78 7f e5 fb 78 80 69 00 08 4b ff e2 35 7c 63 fa 78 7c 63 00 34 @..(.=.8...x...x.i..K..5|c.x|c.4
1b780 54 63 d9 7e 48 00 00 08 38 60 ff ff 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 Tc.~H...8`.....\$....8!..|...N...
1b7a0 94 21 ff e0 3d 20 ff f4 7c 08 02 a6 3d 60 ff f5 39 6b 9c 70 90 01 00 24 90 6b 00 08 bf 81 00 10 .!..=...|...=`..9k.p...\$.k......
1b7c0 3b a9 37 64 3d 20 ff f5 7c 7c 1b 78 7c 9f 23 78 3b c0 00 00 80 1d 00 04 91 69 80 38 7c 09 03 a6 ;.7d=...||.x|.#x;........i.8|...
1b7e0 4e 80 04 21 2f 83 00 00 40 9e 00 20 83 bd 00 1c 7f a9 03 a6 4e 80 04 21 38 00 ff ff 2f 83 00 00 N..!/...@...........N..!8.../...
1b800 41 9e 00 98 3b c0 00 01 38 60 00 0c 4b fe ce 55 1c 1e 00 18 93 83 00 08 7c 7d 1b 78 3d 20 ff f4 A...;...8`..K..U........|}.x=...
1b820 39 29 37 64 7f e3 fb 78 7d 29 02 14 38 80 00 00 91 3d 00 00 38 a0 00 34 4b ff ed 65 3d 20 ff f2 9)7d...x})..8....=..8..4K..e=...
1b840 93 bf 00 00 38 00 00 00 39 29 b8 c8 91 3f 00 0c 3d 20 ff f2 39 29 b9 00 91 3f 00 10 3d 20 ff f2 ....8...9)...?..=...9)...?..=...
1b860 39 29 b8 74 91 3f 00 20 3d 20 ff f2 39 29 b5 5c 91 3f 00 24 3d 20 ff f2 39 29 b4 dc 91 3f 00 28 9).t.?..=...9).\.?.\$=...9)...?.(
1b880 3d 20 ff f2 39 29 b8 1c 91 3f 00 2c 3d 20 ff f2 39 29 b5 e0 91 3f 00 30 7c 03 03 78 80 01 00 24 =...9)...?.,=...9)...?.0|..x...\$
1b8a0 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 ....8!..|...N....!..|......\$....
1b8c0 7c bd 2b 78 7c 9f 23 78 83 c3 00 08 7f c3 f3 78 4b ff ea c1 7f 83 e8 40 40 9d 00 0c 3b e0 00 00 |.+x|.#x.......xK......@@...;...
1b8e0 48 00 00 10 7f c4 f3 78 7f e3 fb 78 4b ff e8 f5 80 01 00 24 7f e3 fb 78 bb a1 00 14 38 21 00 20 H......x...xK......\$...x....8!..
1b900 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 93 e1 00 0c 7c 7f 1b 78 80 63 00 08 |...N....!..|...........|..x.c..
1b920 2f 83 00 00 41 9e 00 08 4b fe cd 19 7f e3 fb 78 4b fe cd 11 3d 20 ff f5 38 00 00 00 83 e1 00 0c /...A...K......xK...=...8.......
1b940 90 09 90 30 3d 20 ff f5 90 09 90 28 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 ...0=......(....8!..|...N....!..
1b960 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 80 63 00 00 4b fe cc cd 38 00 00 00 90 1d 00 00 |......\$....|}.x.c..K...8.......
1b980 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 20 ff f5 7c 08 02 a6 ...\$....8!..|...N....!..=...|...
1b9a0 39 40 00 2f 90 01 00 24 bf a1 00 14 7c 7e 1b 78 7c 9f 23 78 81 63 00 00 91 69 80 38 7c 89 23 78 9@./...\$....|~.x|.#x.c...i.8|.#x
1b9c0 48 00 00 10 40 9a 00 08 99 49 00 00 39 29 00 01 88 09 00 00 2f 80 00 00 2f 00 00 5c 40 9e ff e8 H...@....I..9)....../.../..\@...
1b9e0 81 2b 00 00 7f e3 fb 78 81 29 00 0c 7d 29 03 a6 4e 80 04 21 2f 83 00 00 40 9e 00 18 3c 60 ff f4 .+.....x.)..})..N..!/...@...<`..
1ba00 38 63 72 4c 4b fe cc 81 38 60 00 00 48 00 00 3c 38 60 00 10 4b fe cc 4d 3d 20 ff f5 7c 7d 1b 78 8crLK...8`..H..<8`..K..M=...|}.x
1ba20 7f e3 fb 78 81 69 90 30 3d 20 ff f5 91 7d 00 00 80 09 90 28 90 1d 00 04 4b ff ed a9 93 dd 00 0c ...x.i.0=....}.....(....K.......
1ba40 90 7d 00 08 7f a3 eb 78 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 .}.....x...\$....8!..|...N....!..
1ba60 3d 20 ff f5 7c 08 02 a6 38 a0 00 01 7c 86 23 78 90 01 00 14 38 80 00 00 81 69 ac a0 55 60 46 3e =...|...8...|.#x....8....i..U`F>
1ba80 55 69 c0 0e 7d 29 03 78 55 60 c4 2e 7d 29 03 78 55 6b 42 1e 7d 29 5b 78 39 29 00 0a 7c a5 48 30 Ui..}).xU`..}).xUkB.})[x9)..|.H0
1baa0 7c a0 4e 70 7c 00 01 94 7c 60 19 d6 4b ff fc 69 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 |.Np|...|`..K..i....8!..|...N...
1bac0 94 21 ff e0 3d 20 ff f5 7c 08 02 a6 2f 83 00 0b 90 01 00 24 bf a1 00 14 3b a9 ac 88 41 9d 00 4c .!..=...|.../......\$....;...A..L
1bae0 80 1d 00 18 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 ....T.F>T...})[xT...})[xT.B.}).x
1bb00 39 60 00 01 39 29 00 0a 38 03 00 08 7d 6b 48 30 39 3d 04 00 54 00 10 3a 7d 29 5a 14 7d 29 02 14 9`..9)..8...}kH09=..T..:})Z.})..
1bb20 80 09 00 08 48 00 06 a0 80 1d 00 18 3b e3 ff f4 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e ....H.......;...T.F>T...})[xT...
1bb40 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 39 29 00 0a 7c 0a 48 30 55 4b f0 be 7f 9f 58 40 })[xT.B.}).x8...9)..|.H0UK....X@
1bb60 40 9c 00 b4 3d 20 ff f5 80 09 9c 7c 2f 80 00 01 41 9e 00 3c 7d 3d 52 14 38 8a 04 80 7c 9d 22 14 @...=......|/...A..<}=R.8...|.".
1bb80 80 69 04 58 54 69 46 3e 54 60 c0 0e 7c 00 4b 78 54 69 c4 2e 7c 00 4b 78 54 63 42 1e 7c 03 1b 78 .i.XTiF>T`..|.KxTi..|.KxTcB.|..x
1bba0 4b ff fe bd 2f 83 00 00 41 9e 05 bc 81 7d 00 18 39 40 00 01 55 60 46 3e 55 69 c0 0e 7d 29 03 78 K.../...A....}..9@..U`F>Ui..}).x
1bbc0 55 60 c4 2e 7d 29 03 78 55 6b 42 1e 7d 29 5b 78 57 e0 10 3a 39 29 00 0a 7d 49 48 30 7c 00 4a 14 U`..}).xUkB.})[xW..:9)..}IH0|.J.
1bbe0 3d 20 ff f5 39 29 b1 08 7d 69 00 2e 3d 20 ff f5 55 60 c0 0e 91 49 9c 7c 55 69 46 3e 7c 00 4b 78 =...9)..}i..=...U`...I.|UiF>|.Kx
1bc00 55 69 c4 2e 7c 00 4b 78 55 6b 42 1e 7c 03 5b 78 48 00 05 d0 2f 8b 00 00 7f cb f8 50 38 00 00 20 Ui..|.KxUkB.|.[xH.../......P8...
1bc20 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 20 00 00 1f 54 00 08 3c 39 20 00 01 3d 00 ff f5 A...|...|.X8|..4....T..<9...=...
1bc40 7d 29 00 30 38 e8 9c 7c 7f 9e 48 00 40 9c 01 fc 80 08 9c 7c 2f 80 00 02 41 9e 00 40 3c 80 ff f5 }).08..|..H.@......|/...A..@<...
1bc60 38 84 b0 88 7d 24 52 14 38 89 00 80 80 69 00 5c 54 69 46 3e 54 60 c0 0e 7c 00 4b 78 54 69 c4 2e 8...}\$R.8....i.\TiF>T`..|.KxTi..
1bc80 7c 00 4b 78 54 63 42 1e 7c 03 1b 78 4b ff fd d1 2f 83 00 00 41 9e 04 d0 80 1d 00 18 54 0b 46 3e |.KxTcB.|..xK.../...A.......T.F>
1bca0 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 39 29 00 0a T...})[xT...})[xT.B.}).x8...9)..
1bcc0 7c 04 48 30 3d 20 ff f5 38 00 00 02 54 8b f0 bf 90 09 9c 7c 40 82 00 0c 38 00 00 20 48 00 00 14 |.H0=...8...T......|@...8...H...
1bce0 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 20 00 00 1f 7f c0 06 30 39 04 04 80 3d 20 ff f5 39 29 ac 88 |...|.X8|..4.......09...=...9)..
1bd00 2f 8b 00 00 39 40 00 20 54 00 10 3a 7c 00 42 14 7c 69 00 2e 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 /...9@..T..:|.B.|i..A...|...|.X8
1bd20 7c 00 00 34 21 40 00 1f 7f c0 56 30 3d 20 ff f5 2f 8b 00 00 39 29 ac 88 39 40 00 20 54 00 10 3a |..4!@....V0=.../...9)..9@..T..:
1bd40 7c 00 42 14 7c a9 00 2e 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 7f c0 56 30 |.B.|...A...|...|.X8|..4!@....V0
1bd60 3d 20 ff f5 2f 8b 00 00 39 29 ac 88 39 40 00 20 54 00 10 3a 7c 00 42 14 7c e9 00 2e 41 9e 00 14 =.../...9)..9@..T..:|.B.|...A...
1bd80 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 7f c0 56 30 3d 20 ff f5 54 ab c4 2e 38 c9 ac 88 |...|.X8|..4!@....V0=...T...8...
1bda0 54 69 46 3e 7d 6b 4b 78 3d 20 ff f5 54 00 10 3a 7c 00 42 14 54 ea 42 1e 81 29 9c 80 7d 6b 53 78 TiF>}kKx=...T..:|.B.T.B..)..}kSx
1bdc0 7c 06 00 2e 54 00 c0 0e 7d 7f 03 78 7f 9f 48 00 41 9e 00 20 54 84 08 3c 38 84 04 80 7f e3 fb 78 |...T...}..x..H.A...T..<8......x
1bde0 7c 86 22 14 4b ff fc 79 2f 83 00 00 41 9e 03 78 80 1d 00 18 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 |.".K..y/...A..x....T.F>T...})[x
1be00 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 39 29 00 0a 7c 00 48 30 3d 20 ff f5 T...})[xT.B.}).x8...9)..|.H0=...
1be20 54 0b f0 be 39 6b ff ff 54 00 08 3c 7d 6b f0 38 93 e9 9c 80 3d 20 ff f5 55 6b 10 3a 7d 6b 02 14 T...9k..T..<}k.8....=...Uk.:}k..
1be40 39 29 b1 08 48 00 03 7c 38 00 ff ff 2f 8b 00 00 90 07 00 04 3b e0 00 20 41 9e 00 14 7c 0b 00 d0 9)..H..|8.../.......;...A...|...
1be60 7c 00 58 38 7c 00 00 34 23 e0 00 1f 3d 20 ff f5 80 09 9c 7c 2f 80 00 03 41 9e 00 40 3c 80 ff f5 |.X8|..4#...=......|/...A..@<...
1be80 38 84 b0 88 7d 24 52 14 38 89 00 80 80 69 00 60 54 69 46 3e 54 60 c0 0e 7c 00 4b 78 54 69 c4 2e 8...}\$R.8....i.`TiF>T`..|.KxTi..
1bea0 7c 00 4b 78 54 63 42 1e 7c 03 1b 78 4b ff fb b1 2f 83 00 00 41 9e 02 b0 80 1d 00 18 54 0b 46 3e |.KxTcB.|..xK.../...A.......T.F>
1bec0 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 39 29 00 0a T...})[xT...})[xT.B.}).x8...9)..
1bee0 7c 04 48 30 3d 20 ff f5 38 00 00 03 54 8b f0 bf 90 09 9c 7c 40 82 00 0c 39 40 00 20 48 00 00 14 |.H0=...8...T......|@...9@..H...
1bf00 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 57 e0 08 3c 39 20 00 01 39 04 04 80 7d 29 00 30 |...|.X8|..4!@..W..<9...9...}).0
1bf20 55 40 08 3c 2f 8b 00 00 39 40 00 20 7f e9 f0 50 3d 20 ff f5 7f e0 06 30 39 29 ac 88 54 00 10 3a U@.</...9@.....P=......09)..T..:
1bf40 7c 00 42 14 7c a9 00 2e 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 55 40 08 3c |.B.|...A...|...|.X8|..4!@..U@.<
1bf60 7f e0 06 30 3d 20 ff f5 2f 8b 00 00 39 29 ac 88 39 40 00 20 54 00 10 3a 7c 00 42 14 7c c9 00 2e ...0=.../...9)..9@..T..:|.B.|...
1bf80 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 55 40 08 3c 7f e0 06 30 3d 20 ff f5 A...|...|.X8|..4!@..U@.<...0=...
1bfa0 2f 8b 00 00 39 29 ac 88 39 40 00 20 54 00 10 3a 7c 00 42 14 7c e9 00 2e 41 9e 00 14 7c 0b 00 d0 /...9)..9@..T..:|.B.|...A...|...
1bfc0 7c 00 58 38 7c 00 00 34 21 40 00 1f 55 40 08 3c 7f e0 06 30 3d 40 ff f5 54 cb c4 2e 39 4a ac 88 |.X8|..4!@..U@.<...0=@..T...9J..
1bfe0 54 a9 46 3e 7d 6b 4b 78 54 84 08 3c 54 00 10 3a 7c 00 42 14 38 84 04 80 7c 8a 22 14 7c 6a 00 2e T.F>}kKxT..<T..:|.B.8...|.".|j..
1c000 54 e0 42 1e 7d 6b 03 78 54 63 c0 0e 7d 63 1b 78 4b ff fa 4d 2f 83 00 00 41 9e 01 4c 80 1d 00 18 T.B.}k.xTc..}c.xK..M/...A..L....
1c020 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 T.F>T...})[xT...})[xT.B.}).x8...
1c040 39 29 00 0a 7c 00 48 30 54 0b f0 bf 54 09 08 3c 40 82 00 0c 38 00 00 20 48 00 00 14 7c 0b 00 d0 9)..|.H0T...T..<@...8...H...|...
1c060 7c 00 58 38 7c 00 00 34 20 00 00 1f 7f e0 06 30 38 eb ff ff 39 09 04 80 3d 20 ff f5 2f 8b 00 00 |.X8|..4.......08...9...=.../...
1c080 39 29 ac 88 39 40 00 20 7c 00 38 38 54 00 10 3a 7c 00 42 14 7c 89 00 2e 41 9e 00 14 7c 0b 00 d0 9)..9@..|.88T..:|.B.|...A...|...
1c0a0 7c 00 58 38 7c 00 00 34 21 40 00 1f 7f e0 56 30 3d 20 ff f5 2f 8b 00 00 39 29 ac 88 39 40 00 20 |.X8|..4!@....V0=.../...9)..9@..
1c0c0 7c 00 38 38 54 00 10 3a 7c 00 42 14 7c a9 00 2e 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 |.88T..:|.B.|...A...|...|.X8|..4
1c0e0 21 40 00 1f 7f e0 56 30 3d 20 ff f5 2f 8b 00 00 39 29 ac 88 39 40 00 20 7c 00 38 38 54 00 10 3a !@....V0=.../...9)..9@..|.88T..:
1c100 7c 00 42 14 7c c9 00 2e 41 9e 00 14 7c 0b 00 d0 7c 00 58 38 7c 00 00 34 21 40 00 1f 7f e0 56 30 |.B.|...A...|...|.X8|..4!@....V0
1c120 3d 20 ff f5 54 ab c4 2e 3b c9 ac 88 54 89 46 3e 7d 6b 4b 78 7c 9e 42 14 7c 00 38 38 54 00 10 3a =...T...;...T.F>}kKx|.B.|.88T..:
1c140 7c 00 42 14 7c 7e 00 2e 54 c0 42 1e 7d 6b 03 78 54 63 c0 0e 7d 63 1b 78 4b ff f9 05 2f 83 00 00 |.B.|~..T.B.}k.xTc..}c.xK.../...
1c160 40 9e 00 18 3d 20 ff f5 38 00 00 10 38 60 ff ff 90 09 90 38 48 00 00 6c 80 1d 00 18 54 0b 46 3e @...=...8...8`.....8H..l....T.F>
1c180 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 38 00 00 01 39 29 00 0a T...})[xT...})[xT.B.}).x8...9)..
1c1a0 39 7e 04 80 7c 00 48 30 54 09 f0 be 39 29 ff ff 54 00 08 3c 7f e9 48 38 55 29 10 3a 7d 29 02 14 9~..|.H0T...9)..T..<..H8U).:})..
1c1c0 7c 0b 48 2e 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 23 03 78 |.H.T.F>T...})[xT...})[xT.B.}#.x
1c1e0 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 fb b0 3d 20 ff f5 7c 08 02 a6 ...\$....8!..|...N....!..=...|...
1c200 90 01 04 54 bd c1 04 08 3b 69 ac 88 3d 20 ff f5 3a 09 9c 7c 3d 20 ff f4 3a 29 36 14 3d 20 ff f5 ...T....;i..=...:..|=...:)6.=...
1c220 39 e9 90 28 3d 20 ff f5 7c 7d 1b 78 39 c9 90 30 3b 20 00 02 3b 40 00 02 3a c0 00 00 3b 00 00 01 9..(=...|}.x9..0;...;@..:...;...
1c240 3a 7b 04 00 3a 40 ff ff 3a 80 00 00 7f 77 db 78 3a a1 00 08 48 00 00 10 7e bd ab 78 3b 20 00 02 :{..:@..:....w.x:...H...~..x;...
1c260 3b 40 00 02 81 7b 00 18 81 5b 00 28 3b d9 ff ff 55 60 46 3e 55 69 c0 0e 7d 29 03 78 55 60 c4 2e ;@...{...[.(;...U`F>Ui..}).xU`..
1c280 7d 29 03 78 55 6b 42 1e 7d 29 5b 78 55 40 c0 0e 39 29 00 0a 55 4b 46 3e 7f 09 48 30 7c 00 5b 78 }).xUkB.})[xU@..9)..UKF>..H0|.[x
1c2a0 55 4b c4 2e 7c 00 5b 78 55 4a 42 1e 7c 00 53 78 55 3f d9 7f 7f 9e 03 96 40 82 00 0c 38 00 00 20 UK..|.[xUJB.|.SxU?......@...8...
1c2c0 48 00 00 14 7c 1f 00 d0 7c 00 f8 38 7c 00 00 34 20 00 00 1f 81 3b 00 14 7f 8b 06 30 7e 64 9b 78 H...|...|..8|..4.....;.....0~d.x
1c2e0 55 20 46 3e 55 23 c0 0e 7c 63 03 78 55 20 c4 2e 7c 63 03 78 55 29 42 1e 7c 63 4b 78 38 63 00 01 U.F>U#..|c.xU...|c.xU)B.|cKx8c..
1c300 7c 63 5a 14 4b ff f7 59 2f 83 00 00 41 9e 05 48 81 7b 00 18 81 1b 00 28 39 5f ff ff 7f 8a 50 38 |cZ.K..Y/...A..H.{.....(9_....P8
1c320 55 60 46 3e 55 69 c0 0e 7d 29 03 78 55 60 c4 2e 7d 29 03 78 55 6b 42 1e 7d 29 5b 78 55 4a 28 34 U`F>Ui..}).xU`..}).xUkB.})[xUJ(4
1c340 39 29 00 0a 7d 53 52 14 7f 04 48 30 39 60 00 20 81 4a 00 08 54 89 c9 ff 41 82 00 14 7c 09 00 d0 9)..}SR...H09`...J..T...A...|...
1c360 7c 00 48 38 7c 00 00 34 21 60 00 1f 55 09 46 3e 55 00 c0 0e 7c 00 4b 78 55 09 c4 2e 7c 00 4b 78 |.H8|..4!`..U.F>U...|.KxU...|.Kx
1c380 55 09 42 1e 7c 00 4b 78 55 43 c0 0e 7d 3e 03 96 7d 29 01 d6 7d 29 f0 50 55 40 46 3e 7d 29 5c 30 U.B.|.KxUC..}>..})..}).PU@F>})\0
1c3a0 7c 63 03 78 55 40 c4 2e 7c 63 03 78 55 40 42 1e 7c 63 03 78 38 84 04 00 7c 69 1a 14 7c 9b 22 14 |c.xU@..|c.xU@B.|c.x8...|i..|.".
1c3c0 4b ff f6 9d 2f 83 00 00 41 9e 04 8c 81 3b 00 18 38 a0 00 80 92 50 00 00 92 50 00 04 55 20 46 3e K.../...A....;..8....P...P..U.F>
1c3e0 55 23 c0 0e 7c 63 03 78 55 20 c4 2e 7c 63 03 78 55 29 42 1e 7c 63 4b 78 38 63 00 0a 7f 03 18 30 U#..|c.xU...|c.xU)B.|cKx8c.....0
1c400 54 64 c9 fe 38 84 ff ff 38 63 04 00 7f c4 20 38 54 84 38 30 7c 83 22 14 7c 7b 1a 14 7c 9b 22 14 Td..8...8c.....8T.80|.".|{..|.".
1c420 4b ff e1 ed 80 1b 00 18 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e K.......T.F>T...})[xT...})[xT.B.
1c440 7d 29 03 78 39 29 00 0a 7f 09 48 30 39 29 04 00 7d 7b 4a 14 7c 1b 4a 2e 54 0a 44 26 6d 40 ff ff }).x9)....H09)..}{J.|.J.T.D&m@..
1c460 2f 80 a0 00 40 9e 01 38 3a d6 00 01 2f 96 00 05 41 9d 00 0c 3b e0 00 00 48 00 00 14 38 60 00 00 /...@..8:.../...A...;...H...8`..
1c480 38 00 00 1a 48 00 01 b8 3b ff 00 01 7c 1d f8 ae 2f 80 00 00 41 9e 00 10 7c 11 00 ae 70 09 00 20 8...H...;...|.../...A...|...p...
1c4a0 41 82 ff e8 80 0b 00 04 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e A.......T.F>T...})[xT...})[xT.B.
1c4c0 7d 29 03 78 7c 1f 4a 14 91 2f 00 00 2b 80 03 fe 40 9d 00 10 38 60 00 00 38 00 00 0e 48 00 01 60 }).x|.J../..+...@...8`..8...H..`
1c4e0 2f 9f 00 00 41 9e 00 14 7c 75 4a 14 7f a4 eb 78 7f e5 fb 78 4b ff e1 19 81 7b 00 18 80 af 00 00 /...A...|uJ....x...xK....{......
1c500 55 60 46 3e 55 69 c0 0e 7d 29 03 78 55 60 c4 2e 7d 29 03 78 55 6b 42 1e 7d 29 5b 78 7d 75 fa 14 U`F>Ui..}).xU`..}).xUkB.})[x}u..
1c520 39 29 00 0a 7f 09 48 30 7e 8b 29 ae 39 29 04 00 7c 9b 4a 14 80 04 00 1c 54 0b 46 3e 54 09 c0 0e 9)....H0~.).9)..|.J.....T.F>T...
1c540 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 2b 03 79 41 82 00 24 7c a4 2b 78 7e a3 ab 78 })[xT...})[xT.B.}+.yA..\$|.+x~..x
1c560 4b ff f1 25 38 00 00 00 90 0e 00 00 2f 83 00 00 40 9e 00 14 48 00 02 e0 38 84 00 28 7e a3 ab 78 K..%8......./...@...H...8..(~..x
1c580 4b ff e0 8d 88 01 00 08 7f 59 d3 78 7e bd ab 78 2f 80 00 2f 40 9e fc d0 4b ff fc c0 88 1d 00 00 K........Y.x~..x/../@...K.......
1c5a0 2f 80 00 00 41 9e 00 10 7c 11 00 ae 70 09 00 20 41 82 00 44 6d 40 ff ff 2f 80 80 00 40 9e 00 78 /...A...|...p...A..Dm@../...@..x
1c5c0 81 2b 00 04 38 60 00 01 55 2b 46 3e 55 20 c0 0e 7c 00 5b 78 55 2b c4 2e 7c 00 5b 78 55 29 42 1e .+..8`..U+F>U...|.[xU+..|.[xU)B.
1c5e0 7c 00 4b 78 3d 20 ff f5 90 09 90 28 48 00 02 6c 3b bd 00 01 88 1d 00 00 2f 80 00 2f 41 9e ff f4 |.Kx=......(H..l;......./../A...
1c600 80 0b 00 04 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 2b 03 79 ....T.F>T...})[xT...})[xT.B.}+.y
1c620 41 82 00 14 2f 8a 40 00 40 9e 00 0c 7f bf eb 78 48 00 00 1c 38 60 00 00 38 00 00 02 3d 20 ff f5 A.../.@.@......xH...8`..8...=...
1c640 90 09 90 38 48 00 02 14 3b ff 00 01 8b 9f 00 00 2f 9c 00 00 2f 1c 00 2f 41 9e 00 14 7c 11 e0 ae ...8H...;......./.../../A...|...
1c660 70 09 00 20 40 82 00 08 40 9a ff e0 9a 9f 00 00 3b 40 00 00 3b c0 00 00 80 1b 00 18 54 0b 46 3e p...@...@.......;@..;.......T.F>
1c680 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 78 39 49 00 0a 7f 09 50 30 T...})[xT...})[xT.B.}).x9I....P0
1c6a0 7d 33 4a 14 81 29 00 04 55 2b 46 3e 55 20 c0 0e 7c 00 5b 78 55 2b c4 2e 7c 00 5b 78 55 29 42 1e }3J..)..U+F>U...|.[xU+..|.[xU)B.
1c6c0 7c 00 4b 78 7f 9e 00 40 41 9c 00 10 38 60 00 00 38 00 00 0f 48 00 00 60 7f c3 56 30 4b ff f3 e5 |.Kx...@A...8`..8...H..`..V0K...
1c6e0 92 50 00 04 2f 83 00 00 41 9c 00 44 80 1b 00 18 54 09 46 3e 54 04 c0 0e 7c 84 4b 78 54 09 c4 2e .P../...A..D....T.F>T...|.KxT...
1c700 7c 84 4b 78 54 00 42 1e 7c 84 03 78 38 84 00 0a 7f 04 20 30 54 84 08 3c 38 84 04 80 7c 97 22 14 |.KxT.B.|..x8......0T..<8...|.".
1c720 4b ff f3 3d 2f 83 00 00 40 9e 00 1c 38 60 00 00 38 00 00 10 3d 20 ff f5 90 09 90 38 9b 9f 00 00 K..=/...@...8`..8...=......8....
1c740 48 00 01 18 80 1b 00 18 54 0b 46 3e 54 09 c0 0e 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e H.......T.F>T...})[xT...})[xT.B.
1c760 7d 29 03 78 39 29 00 0a 7f 09 48 30 38 09 ff ff 55 29 08 3c 7f c0 00 38 39 29 04 80 7c e9 02 14 }).x9)....H08...U).<...89)..|...
1c780 7d 17 3a 14 7d 77 38 2e a1 48 00 04 55 60 46 3e 55 69 c0 0e 7d 29 03 78 55 60 c4 2e 7d 29 03 78 }.:.}w8..H..U`F>Ui..}).xU`..}).x
1c7a0 55 6b 42 1e 55 40 c2 3e 55 4a 44 2e 7d 4a 03 78 7d 20 5b 79 7f de 52 14 41 82 00 5c 89 28 00 06 UkB.U@.>UJD.}J.x}.[y..R.A..\.(..
1c7c0 39 48 00 08 39 60 00 00 7d 28 4a 14 88 c9 00 08 9a 89 00 08 48 00 00 10 40 9a 00 0c 3b 40 00 00 9H..9`..}(J.........H...@...;@..
1c7e0 48 00 00 28 7c 0a 58 ae 7d 3d 58 ae 39 6b 00 01 7f 80 48 00 2f 00 00 00 41 9e ff e0 30 09 ff ff H..(|.X.}=X.9k....H./...A...0...
1c800 7c 00 01 10 60 1a 00 01 89 28 00 06 7d 28 4a 14 98 c9 00 08 7c 17 38 2e 54 0b 46 3e 54 09 c0 0e |...`....(..}(J.....|.8.T.F>T...
1c820 7d 29 5b 78 54 0b c4 2e 7d 29 5b 78 54 00 42 1e 7d 29 03 79 41 82 fe 44 2f 9a 00 00 40 9e fe 3c })[xT...})[xT.B.}).yA..D/...@..<
1c840 7f 3a cb 78 9b 9f 00 00 7f fd fb 78 7d 39 4b 78 4b ff fa 14 38 60 00 00 80 01 04 54 b9 c1 04 08 .:.x.......x}9KxK...8`.....T....
1c860 38 21 04 50 7c 08 03 a6 4e 80 00 20 94 21 ff c0 3d 20 ff f5 7c 08 02 a6 90 01 00 44 be 81 00 10 8!.P|...N....!..=...|......D....
1c880 3b 29 90 30 3d 20 ff f5 3a c9 ac 88 3d 20 ff f5 3a e9 90 34 3d 20 ff f5 7c 7b 1b 78 7c 9e 23 78 ;).0=...:...=...:..4=...|{.x|.#x
1c8a0 3a 89 90 3c 3b 80 00 00 3b 00 00 01 3a a0 00 00 48 00 00 c4 81 36 00 18 83 59 00 00 7f df f3 78 :..<;...;...:...H....6...Y.....x
1c8c0 55 20 46 3e 55 3d c0 0e 7f bd 03 78 55 20 c4 2e 7f bd 03 78 55 29 42 1e 7f bd 4b 78 3b bd 00 0a U.F>U=.....xU......xU)B...Kx;...
1c8e0 7f 43 ee 30 4b ff f1 dd 7f 66 db 78 7f 0a e8 30 7c 68 1b 79 41 80 00 88 81 76 00 18 80 f4 00 00 .C.0K....f.x...0|h.yA....v......
1c900 39 4a ff ff 7d 4a d0 38 55 60 46 3e 55 69 c0 0e 7d 29 03 78 55 60 c4 2e 7d 29 03 78 55 6b 42 1e 9J..}J.8U`F>Ui..}).xU`..}).xUkB.
1c920 7d 29 5b 78 7d 44 53 78 39 29 00 0a 7f 09 48 30 7d 23 4e 70 7c 63 01 94 7d 2a 48 50 7f 9e 48 00 })[x}DSx9)....H0}#Np|c..}*HP..H.
1c940 7c 68 19 d6 40 9d 00 08 7d 3f 4b 78 7f e5 fb 78 90 f7 00 00 7f 9c fa 14 4b ff ed bd 80 19 00 00 |h..@...}?Kx...x........K.......
1c960 92 b7 00 00 7f 7b fa 14 7f df f0 50 7c 1f 02 14 90 19 00 00 2f 9e 00 00 41 9d ff 3c 80 01 00 44 .....{.....P|......./...A..<...D
1c980 3d 20 ff f5 7c 08 03 a6 80 69 90 38 30 63 ff ff 7c 63 19 10 7f 83 18 38 ba 81 00 10 38 21 00 40 =...|....i.80c..|c.....8....8!.@
1c9a0 4e 80 00 20 94 21 ff f0 3d 20 ff f5 7c 08 02 a6 38 60 00 02 38 80 00 00 93 e1 00 0c 90 01 00 14 N....!..=...|...8`..8...........
1c9c0 3b e9 ac 88 38 a0 04 00 7f e6 fb 78 4b ff ed 49 38 00 00 00 2f 83 00 00 41 9e 00 20 a0 1f 00 38 ;...8......xK..I8.../...A......8
1c9e0 54 09 c2 3e 54 00 44 2e 7c 00 4b 78 68 00 ef 53 7c 00 00 34 54 00 d9 7e 7c 03 03 78 80 01 00 14 T..>T.D.|.Kxh..S|..4T..~|..x....
1ca00 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 3d 20 ff f5 7c 08 02 a6 90 01 00 34 ....8!..|...N....!..=...|......4
1ca20 be c1 00 08 3a e9 ac 88 7c 7b 1b 78 7c 9d 23 78 80 17 00 04 2f 80 00 00 41 9e 00 a0 3d 60 ff f5 ....:...|{.x|.#x..../...A...=`..
1ca40 3d 20 ff f5 3b 29 90 34 3d 20 ff f5 3a c9 90 3c 3b 4b 90 30 80 0b 90 30 3b c0 00 00 3b 00 00 00 =...;).4=...:..<;K.0...0;...;...
1ca60 7c 1c 5e 70 54 09 05 7e 48 00 00 54 80 16 00 00 40 99 00 08 7f bf eb 78 80 77 00 04 7f e5 fb 78 |.^pT..~H..T....@......x.w.....x
1ca80 90 19 00 00 7f bf e8 50 7f 7b fa 14 7f de fa 14 7c 7c 1a 14 3b 9c 00 01 54 63 10 3a 4b ff ec 79 .......P.{......||..;...Tc.:K..y
1caa0 39 20 00 00 2f 83 00 00 41 9e 00 30 80 1a 00 00 93 19 00 00 7c 1f 02 14 90 1a 00 00 23 e9 08 00 9.../...A..0........|.......#...
1cac0 2f 9d 00 00 7d 24 4b 78 7f 66 db 78 7f 1f e8 00 41 9d ff 9c 48 00 00 08 3b c0 00 00 80 01 00 34 /...}\$Kx.f.x....A...H...;......4
1cae0 7f c3 f3 78 ba c1 00 08 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 3d 20 ff f5 7c 08 02 a6 ...x....8!.0|...N....!..=...|...
1cb00 90 01 00 24 bf a1 00 14 3b a9 b4 88 3b c0 00 10 3b fd f8 00 57 c3 10 3a 38 80 00 00 38 a0 08 00 ...\$....;...;...;...W..:8...8...
1cb20 7f a6 eb 78 4b ff eb f1 2f 1e 00 1f 2f 83 00 00 41 9e 00 74 88 1f 08 00 2f 80 00 01 40 9e 00 60 ...xK.../.../...A..t..../...@..`
1cb40 88 1f 08 01 2f 80 00 43 40 9e 00 54 88 1f 08 02 2f 80 00 44 40 9e 00 48 88 1f 08 03 2f 80 00 30 ..../..C@..T..../..D@..H..../..0
1cb60 40 9e 00 3c 88 1f 08 04 2f 80 00 30 40 9e 00 30 88 1f 08 05 2f 80 00 31 40 9e 00 24 39 20 00 00 @..<..../..0@..0..../..1@..\$9...
1cb80 80 1d 00 54 38 60 00 01 91 3f 00 04 3d 20 ff f5 90 09 90 2c 93 dd f8 00 48 00 00 10 3b de 00 01 ...T8`...?..=......,....H...;...
1cba0 40 9a ff 74 38 60 00 00 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff b0 @..t8`.....\$....8!..|...N....!..
1cbc0 3d 20 ff f5 7c 08 02 a6 90 01 00 54 38 00 00 00 bd c1 00 08 3b c9 b5 24 3d c0 ff f5 3a 3e f7 64 =...|......T8.......;..\$=...:>.d
1cbe0 7c 76 1b 78 39 f1 18 00 3a 51 20 00 3a 11 10 00 90 11 00 04 48 00 00 0c 3a 76 00 01 7e 76 9b 78 |v.x9...:Q..:.......H...:v..~v.x
1cc00 88 16 00 00 2f 80 00 2f 41 9e ff f0 3d 60 ff f4 3b 00 00 00 39 2b 36 14 48 00 00 08 3b 18 00 01 ..../../A...=`..;...9+6.H...;...
1cc20 7c 16 c0 ae 7e 76 c2 14 2f 80 00 00 2f 00 00 2f 41 9e 00 14 7c 09 00 ae 70 0b 00 20 40 82 00 08 |...~v../.../../A...|...p...@...
1cc40 40 9a ff dc 82 9e 00 06 82 be 00 0e 48 00 02 f0 56 83 10 3a 38 80 00 00 38 a0 08 00 7e 06 83 78 @...........H...V..:8...8...~..x
1cc60 4b ff ea b5 2f 83 00 00 40 9e 00 0c 38 00 00 10 48 00 02 dc 7e 1e 83 78 48 00 02 b0 89 7e 00 20 K.../...@...8...H...~..xH....~..
1cc80 89 3e 00 19 2f 8b 00 01 55 29 ff fe 3a e9 00 01 40 9e 00 14 88 1e 00 21 2b 80 00 01 41 9d 00 50 .>../...U)..:...@......!+...A..P
1cca0 48 00 02 80 2b 8b 00 02 40 9d 00 44 7d 3e 5a 14 88 09 00 1f 2f 80 00 3b 40 9e 00 34 88 09 00 20 H...+...@..D}>Z...../..;@..4....
1ccc0 2f 80 00 31 40 9e 00 28 3b 6b ff fe 2b 9b 00 01 40 9d 00 20 7d 3e da 14 88 09 00 20 2f 80 00 2e /..1@..(;k..+...@...}>....../...
1cce0 40 9e 00 10 3b 6b ff fd 48 00 00 08 7d 7b 5b 78 38 0b 00 21 7f fe 02 14 73 e0 00 01 38 0a ff df @...;k..H...}{[x8..!....s...8...
1cd00 7f ab 00 50 41 82 00 0c 3b ff 00 01 3b bd ff ff 3b 3e 00 21 3b 40 00 00 3b 80 00 09 48 00 01 74 ...PA...;...;...;>.!;@..;...H..t
1cd20 88 1f 00 03 2f 80 00 01 40 9e 00 d8 88 1f 00 00 2f 80 00 52 40 9e 00 28 88 1f 00 01 2f 80 00 52 ..../...@......./..R@..(..../..R
1cd40 40 9e 00 c0 88 1f 00 02 2b 80 00 04 40 9d 00 b4 88 1f 00 04 7f 9c 00 38 48 00 00 a0 2f 80 00 4e @.......+...@..........8H.../..N
1cd60 40 9e 00 24 88 1f 00 01 2f 80 00 4d 40 9e 00 94 89 3f 00 02 73 9c 00 f7 3b 3f 00 05 3b 69 ff fb @..\$..../..M@....?..s...;?..;i..
1cd80 48 00 00 78 2f 80 00 50 40 9e 00 4c 88 1f 00 01 2f 80 00 58 40 9e 00 6c 88 1f 00 02 2b 80 00 23 H..x/..P@..L..../..X@..l....+..#
1cda0 40 9d 00 60 80 1f 00 08 3a e0 00 01 54 00 04 26 6c 09 ff ff 2f 89 80 00 41 9e 00 14 68 00 40 00 @..`....:...T..&l.../...A...h.@.
1cdc0 7c 00 00 34 54 00 d9 7e 54 17 08 3c 57 9c 06 3c 48 00 00 28 2f 80 00 43 40 9e 00 28 88 1f 00 01 |..4T..~T..<W..<H..(/..C@..(....
1cde0 2f 80 00 45 40 9e 00 1c 88 1f 00 02 2b 80 00 1b 41 9d 01 78 48 00 00 0c 2f 9c 00 00 41 9e 00 9c /..E@.......+...A..xH.../...A...
1ce00 88 1f 00 02 7f a0 e8 50 7f ff 02 14 2b 9d 00 03 41 9d 00 80 2f 9a 00 00 41 9e 00 78 7f 99 78 40 .......P....+...A.../...A..x..x@
1ce20 41 9c 00 20 7f 99 90 40 40 9c 00 18 7f 24 cb 78 7e 43 93 78 7f 65 db 78 7e 59 93 78 4b ff d7 ad A......@@....\$.x~C.x.e.x~Y.xK...
1ce40 3d 60 ff f4 80 7a 00 08 81 3a 00 10 38 80 00 00 38 a0 08 00 83 ba 00 18 39 29 18 00 54 63 10 3a =`...z...:..8...8.......9)..Tc.:
1ce60 80 cb 72 6c 3d 60 ff f5 39 6b ac 88 7f eb 4a 14 4b ff e8 a5 2c 03 00 00 40 82 00 14 3d 20 ff f5 ..rl=`..9k....J.K...,...@...=...
1ce80 39 29 90 38 90 69 00 00 48 00 00 10 3b 40 00 00 2b 9d 00 03 41 9d fe 8c 3d 60 ff f5 3c 00 7f ff 9).8.i..H...;@..+...A...=`..<...
1cea0 39 6b 90 28 60 00 ff ff 7f 9b c0 40 90 0b 00 00 41 9c 00 70 7f 23 cb 78 7e c4 b3 78 7f 05 c3 78 9k.(`......@....A..p.#.x~..x...x
1cec0 4b ff d2 9d 2c 03 00 00 40 82 00 58 7f 98 d8 00 40 9e 00 50 88 13 00 00 2f 80 00 2f 40 9e 00 10 K...,...@..X....@..P..../../@...
1cee0 2f 97 00 02 41 9e fd 18 48 00 00 0c 2f 97 00 01 41 9e 00 10 38 60 00 00 38 00 00 02 48 00 00 50 /...A...H.../...A...8`..8...H..P
1cf00 3d 20 ff f5 80 1e 00 06 90 11 00 04 90 69 90 30 38 60 00 01 80 1e 00 0e 90 0e 90 28 48 00 00 38 =............i.08`.........(H..8
1cf20 88 1e 00 00 7f de 02 14 89 5e 00 00 2f 8a 00 00 40 9e fd 4c 3a 94 00 01 3a b5 f8 00 2f 95 00 00 .........^../...@..L:...:.../...
1cf40 41 9d fd 10 38 60 00 00 38 00 00 0f 3d 20 ff f5 90 09 90 38 80 01 00 54 b9 c1 00 08 38 21 00 50 A...8`..8...=......8...T....8!.P
1cf60 7c 08 03 a6 4e 80 00 20 7f fa fb 78 4b ff fe 94 81 23 00 00 81 64 00 00 38 60 ff ff 81 29 00 08 |...N......xK....#...d..8`...)..
1cf80 80 0b 00 08 7d 20 48 51 4d 80 00 20 30 09 ff ff 7c 60 49 10 4e 80 00 20 94 21 ff e0 7c 08 02 a6 ....}.HQM...0...|`I.N....!..|...
1cfa0 90 01 00 24 bf 81 00 10 7c 7e 1b 78 7c bc 2b 78 38 a0 00 09 7c dd 33 78 7c 9f 23 78 80 63 00 00 ...\$....|~.x|.+x8...|.3x|.#x.c..
1cfc0 4b ff e4 2d 2f 83 ff ff 41 9e 00 5c 7f 83 f8 00 41 9e 00 10 3d 20 ff f4 39 29 72 70 48 00 00 34 K..-/...A..\....A...=...9)rpH..4
1cfe0 80 7e 00 00 7f 84 e3 78 7f a5 eb 78 38 c0 00 09 4b ff e4 91 2f 83 ff ff 41 9e 00 2c 7f 83 e8 00 .~.....x...x8...K.../...A..,....
1d000 38 60 00 00 41 9e 00 24 3d 20 ff f4 39 29 72 8c 3d 60 ff f5 38 00 00 02 91 2b 80 40 3d 20 ff f5 8`..A..\$=...9)r.=`..8....+.@=...
1d020 90 09 90 24 38 60 ff ff 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 fd e0 ...\$8`.....\$....8!..|...N....!..
1d040 38 80 ff ff 7c 08 02 a6 38 a0 00 09 90 01 02 24 bf 41 02 08 7c 7c 1b 78 80 63 00 00 4b ff e3 91 8...|...8......\$.A..||.x.c..K...
1d060 39 20 ff fd 38 03 ff ff 7c 6b 1b 78 7f 80 48 40 40 9d 01 0c 3b e1 00 08 7f 83 e3 78 38 80 00 00 9...8...|k.x..H@@...;......x8...
1d080 7f e5 fb 78 38 c0 00 01 4b ff ff 11 2f 83 ff ff 41 9e 00 18 7f fa fb 78 3b 60 00 00 3b a0 0b 40 ...x8...K.../...A......x;`..;..@
1d0a0 3b e0 00 00 48 00 00 1c 3d 20 ff f4 39 29 72 a4 48 00 00 44 57 bd 08 3c 41 9a 00 34 7f db f3 78 ;...H...=...9)r.H..DW..<A..4...x
1d0c0 3b dd ff ff 7f 83 e3 78 7f c4 f3 78 7f 45 d3 78 38 c0 00 01 4b ff fe c5 2f 1f 00 19 3b ff 00 01 ;......x...x.E.x8...K.../...;...
1d0e0 2f 83 ff ff 40 9e ff d0 48 00 00 ac 3d 20 ff f4 39 29 72 cc 3d 60 ff f5 38 00 00 02 91 2b 80 40 /...@...H...=...9)r.=`..8....+.@
1d100 3d 20 ff f5 39 60 00 00 90 09 90 24 48 00 00 70 7f 45 d3 78 7f 83 e3 78 38 80 0b 40 38 c0 00 01 =...9`.....\$H..p.E.x...x8..@8...
1d120 4b ff fe 79 39 60 0b 40 2f 83 ff ff 40 9e 00 24 48 00 00 4c 4b ff fe 65 2f 83 ff ff 40 9e 00 0c K..y9`.@/...@..\$H..LK..e/...@...
1d140 7f fd fb 78 48 00 00 10 7f fe fb 78 48 00 00 08 3b 61 00 08 7c 1d f2 14 7f 83 e3 78 54 1f f8 7e ...xH......xH...;a..|......xT..~
1d160 38 1d ff ff 7f e4 fb 78 7f 9e 00 40 7f 65 db 78 38 c0 00 01 41 9c ff c0 39 7e 00 01 80 01 02 24 8......x...@.e.x8...A...9~.....\$
1d180 bb 41 02 08 7d 63 5b 78 38 21 02 20 7c 08 03 a6 4e 80 00 20 2f 9b 0b 3f 7f 7e db 78 40 9e ff b4 .A..}c[x8!..|...N.../..?.~.x@...
1d1a0 4b ff ff 70 94 21 df a0 7c 87 23 78 7c 08 02 a6 39 20 ff fe 39 40 00 00 90 01 20 64 bf 81 20 50 K..p.!..|.#x|...9...9@.....d...P
1d1c0 3b a0 00 00 3b e1 00 08 80 c5 00 00 48 00 00 40 81 64 00 00 80 0b 00 00 70 1e 00 01 40 82 00 24 ;...;.......H..@.d......p...@..\$
1d1e0 41 9a 00 10 80 0b 00 08 7f 80 48 00 40 9e 00 38 7d 7f 41 2e 3b bd 00 01 81 2b 00 08 39 29 00 01 A.........H.@..8}.A.;....+..9)..
1d200 2b 9d 00 0f 38 84 00 04 41 9d 00 1c 7d 40 16 70 7f 80 30 40 57 a8 10 3a 39 4a 00 04 2f 1d 00 00 +...8...A...}@.p..0@W..:9J../...
1d220 41 9c ff b0 7c 07 20 50 2f 9d 00 00 7c 00 16 70 90 05 00 00 41 9e 00 bc 2f 9d 00 01 81 21 00 08 A...|..P/...|..p....A.../....!..
1d240 80 03 00 0c 40 9e 00 2c 80 89 00 08 80 a9 00 0c 38 c0 00 01 7c 84 02 14 4b ff fd 41 2f 83 ff ff ....@..,........8...|...K..A/...
1d260 41 9e 00 98 57 a6 10 3a 39 60 00 00 48 00 00 74 80 89 00 08 3b e1 00 48 7f a6 eb 78 7f e5 fb 78 A...W..:9`..H..t....;..H...x...x
1d280 7c 84 02 14 4b ff fd 15 2f 83 ff ff 41 9e 00 6c 7f fe fb 78 57 bc 10 3a 3b e0 00 00 48 00 00 10 |...K.../...A..l...xW..:;...H...
1d2a0 81 29 00 08 80 69 00 0c 4b ff d3 41 7f 9f e0 00 7d 21 fa 14 7f c4 f3 78 38 a0 02 00 3b de 02 00 .)...i..K..A....}!.....x8...;...
1d2c0 3b ff 00 04 40 9e ff dc 4b ff ff 9c 81 29 00 08 80 09 00 00 60 00 00 01 54 00 07 fa 90 09 00 00 ;...@...K....)......`...T.......
1d2e0 7f 8b 30 00 7d 21 5a 14 39 6b 00 04 40 9e ff e0 38 60 00 00 48 00 00 08 38 60 ff ff 80 01 20 64 ..0.}!Z.9k..@...8`..H...8`.....d
1d300 bb 81 20 50 38 21 20 60 7c 08 03 a6 4e 80 00 20 94 21 ff 40 7c 87 23 78 7c 08 02 a6 90 01 00 c4 ...P8!.`|...N....!.@|.#x|.......
1d320 be e1 00 9c 7c b7 2b 78 80 03 00 10 2f 80 00 00 41 9e 00 2c 7f 84 00 40 41 9c 00 24 3d 60 ff f5 ....|.+x..../...A..,...@A..\$=`..
1d340 3d 20 ff f4 39 29 72 f8 38 00 00 02 91 2b 80 40 3d 20 ff f5 90 09 90 24 48 00 03 a8 83 83 00 18 =...9)r.8....+.@=......\$H.......
1d360 2f 9c 00 00 41 9e 03 7c 54 e9 06 fe 39 29 04 04 55 29 10 3a 7d 1c 4a 14 7d 7c 48 2e 48 00 00 20 /...A..|T...9)..U).:}.J.}|H.H...
1d380 80 0b 00 00 70 03 00 01 41 82 00 10 80 0b 00 08 7f 80 38 00 41 9e 00 14 81 6b 00 18 2f 8b 00 00 ....p...A.........8.A....k../...
1d3a0 40 9e ff e0 48 00 03 78 81 3c 00 08 39 29 00 01 91 3c 00 08 81 2b 00 04 81 4b 00 14 39 29 00 01 @...H..x.<..9)...<...+...K..9)..
1d3c0 91 2b 00 04 80 0a 00 04 7f 89 00 40 40 9d 02 98 81 3c 00 04 80 09 00 10 7f 8b 00 00 41 9e 02 88 .+.........@@....<..........A...
1d3e0 81 2a 00 14 91 69 00 10 81 2b 00 10 91 2a 00 10 91 4b 00 10 91 49 00 14 80 0a 00 14 90 0b 00 14 .*...i...+...*...K...I..........
1d400 91 6a 00 14 83 dc 00 04 7f 9e 58 00 40 9e 02 58 91 5c 00 04 48 00 02 54 55 09 06 fe 38 09 04 04 .j........X.@..X.\..H..TU...8...
1d420 54 00 10 3a 7d 7c 00 2e 48 00 00 20 80 0b 00 00 70 03 00 01 41 82 00 10 80 0b 00 08 7f 80 40 00 T..:}|..H.......p...A.........@.
1d440 41 9e 00 60 81 6b 00 18 2f 8b 00 00 40 9e ff e0 80 0a 00 00 57 6b 10 3a 39 29 04 04 90 8a 00 04 A..`.k../...@.......Wk.:9)......
1d460 91 0a 00 08 2f 9b 00 07 55 29 10 3a 54 00 00 3c 7d 3c 4a 14 90 0a 00 00 7d 26 59 2e 3b 7b 00 01 ..../...U).:T..<}<J.....}&Y.;{..
1d480 7d 45 59 2e 81 4a 00 14 41 9e 00 18 81 3c 00 00 7d 1b 3a 14 80 09 00 10 7f 88 00 40 41 9c ff 7c }EY..J..A....<..}.:........@A..|
1d4a0 3b a1 00 0c 3c c0 ff f2 83 5c 00 00 7f a3 eb 78 38 c6 ce dc 7f 64 db 78 38 a0 00 04 4b ff ca 9d ;...<....\.....x8....d.x8...K...
1d4c0 7f b8 eb 78 3b e0 00 00 3b a0 00 00 3b 21 00 08 57 e4 10 3a 7c 1f d8 50 7c 98 22 14 7f 43 d3 78 ...x;...;...;!..W..:|..P|."..C.x
1d4e0 7f 25 cb 78 90 01 00 08 4b ff fc bd 80 01 00 08 2f 83 ff ff 7f ff 02 14 7f 1f d8 40 40 9e 00 08 .%.x....K......./..........@@...
1d500 3b a0 ff ff 41 98 ff cc 2f 9d ff ff 41 9e 01 f4 38 1b ff ff 39 61 00 0c 54 00 10 3a 39 21 00 4c ;...A.../...A...8...9a..T..:9!.L
1d520 7c 8b 02 14 7c c9 02 14 48 00 00 cc 81 09 00 10 81 44 00 00 48 00 00 0c 90 08 00 04 81 08 00 10 |...|...H........D..H...........
1d540 81 28 00 04 2b 89 00 01 38 09 ff ff 41 9d ff ec 81 2a 00 10 80 0a 00 14 90 09 00 14 80 ea 00 14 .(..+...8...A....*..............
1d560 91 27 00 10 80 1c 00 04 7f 80 50 00 40 9e 00 08 90 fc 00 04 80 08 00 14 91 0a 00 10 90 0a 00 14 .'........P.@...................
1d580 81 28 00 14 91 48 00 14 91 49 00 10 81 06 00 00 81 24 00 00 80 08 00 00 7f 80 48 00 41 9e 00 50 .(...H...I.......\$........H.A..P
1d5a0 81 49 00 1c 2f 8a 00 00 41 9e 00 0c 80 09 00 18 90 0a 00 00 81 49 00 18 2f 8a 00 00 41 9e 00 0c .I../...A............I../...A...
1d5c0 80 09 00 1c 90 0a 00 1c 91 09 00 1c 80 08 00 00 90 09 00 18 81 48 00 00 2f 8a 00 00 41 9e 00 0c .....................H../...A...
1d5e0 38 09 00 18 90 0a 00 1c 91 28 00 00 38 c6 ff fc 38 84 ff fc 7f 84 58 00 81 3c 00 04 40 9e ff 30 8........(..8...8.....X..<..@..0
1d600 81 69 00 10 81 01 00 4c 48 00 00 0c 90 0b 00 04 81 6b 00 10 81 2b 00 04 2b 89 00 01 38 09 ff ff .i.....LH........k...+..+...8...
1d620 41 9d ff ec 81 3e 00 10 80 1e 00 14 90 09 00 14 81 5e 00 14 91 2a 00 10 80 1c 00 04 7f 80 f0 00 A....>...........^...*..........
1d640 40 9e 00 08 91 5c 00 04 80 0b 00 14 91 7e 00 10 90 1e 00 14 81 2b 00 14 93 cb 00 14 93 c9 00 10 @....\.......~.......+..........
1d660 48 00 00 08 7d 7e 5b 78 80 08 00 00 7f 80 f0 00 41 9e 00 50 81 3e 00 1c 2f 89 00 00 41 9e 00 0c H...}~[x........A..P.>../...A...
1d680 80 1e 00 18 90 09 00 00 81 3e 00 18 2f 89 00 00 41 9e 00 0c 80 1e 00 1c 90 09 00 1c 91 1e 00 1c .........>../...A...............
1d6a0 80 08 00 00 90 1e 00 18 81 28 00 00 2f 89 00 00 41 9e 00 0c 38 1e 00 18 90 09 00 1c 93 c8 00 00 .........(../...A...8...........
1d6c0 2f 9e 00 00 41 9e 00 3c 80 9e 00 0c 7e e3 bb 78 38 a0 02 00 4b ff cf 15 38 00 00 00 48 00 00 28 /...A..<....~..x8...K...8...H..(
1d6e0 80 83 00 0c 7e e5 bb 78 38 c0 00 01 7c 87 22 14 4b ff f8 a9 38 00 00 00 2f 83 ff ff 40 9e 00 08 ....~..x8...|.".K...8.../...@...
1d700 38 00 ff ff 7c 03 03 78 80 01 00 c4 ba e1 00 9c 38 21 00 c0 7c 08 03 a6 4e 80 00 20 81 3c 00 0c 8...|..x........8!..|...N....<..
1d720 83 dc 00 04 38 00 00 01 3b 60 00 01 38 80 00 01 38 a1 00 0c 39 29 00 01 38 c1 00 4c 91 3c 00 0c ....8...;`..8...8...9)..8..L.<..
1d740 90 1e 00 04 90 fe 00 08 80 1e 00 00 54 00 00 3c 90 1e 00 00 91 01 00 4c 93 c1 00 0c 81 5e 00 14 ............T..<.......L.....^..
1d760 4b ff fd 2c a0 03 00 30 7c 8a 23 78 7f 84 00 40 41 9c 00 10 3d 20 ff f4 39 29 73 18 48 00 00 34 K..,...0|.#x...@A...=...9)s.H..4
1d780 81 03 00 cc 2f 88 00 00 41 9e 00 44 54 89 07 7e 54 8b e8 fe 38 00 00 80 7c 00 4e 30 7d 28 58 ae ..../...A..DT..~T...8...|.N0}(X.
1d7a0 7c 0b 48 39 40 82 00 28 3d 20 ff f4 39 29 73 3c 3d 60 ff f5 38 00 00 02 38 60 ff ff 91 2b 80 40 |.H9@..(=...9)s<=`..8...8`...+.@
1d7c0 3d 20 ff f5 90 09 90 24 4e 80 00 20 80 83 00 14 a0 03 00 3c 7c 8a 21 d6 7c 84 2a 14 7c c5 33 78 =......\$N..........<|.!.|.*.|.3x
1d7e0 7c 84 02 14 4b ff fb 2c 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 80 63 00 18 |...K..,.!..|...........|..x.c..
1d800 2f 83 00 00 41 9e 00 10 4b fe ae 39 38 00 00 00 90 1f 00 18 80 01 00 14 83 e1 00 0c 38 60 00 00 /...A...K..98...............8`..
1d820 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 8!..|...N....!..|...........|..x
1d840 3c 60 00 01 60 63 10 90 4b fe ae 19 2c 03 00 00 40 a2 00 20 3d 20 ff f5 38 00 00 01 90 69 80 40 <`..`c..K...,...@...=...8....i.@
1d860 3d 20 ff f5 38 60 ff ff 90 09 90 24 48 00 00 b4 39 20 00 00 90 7f 00 18 93 e3 00 00 38 03 0f f0 =...8`.....\$H...9...........8...
1d880 91 23 00 08 91 23 00 0c 7c 6a 1b 78 39 00 00 00 90 03 00 04 38 00 00 80 38 e0 00 00 7c 09 03 a6 .#...#..|j.x9.......8...8...|...
1d8a0 55 09 28 34 55 0b 48 2c 39 29 00 10 39 6b 10 90 90 ea 00 28 90 ea 00 2c 7d 23 4a 14 7d 63 5a 14 U.(4U.H,9)..9k.....(...,}#J.}cZ.
1d8c0 90 ea 00 10 90 ea 00 14 38 09 ff e0 39 29 00 20 91 6a 00 1c 90 ea 00 18 91 2a 00 20 90 0a 00 24 ........8...9)...j.......*.....\$
1d8e0 39 08 00 01 39 4a 00 20 42 00 ff b8 81 23 00 04 38 03 00 10 39 60 00 00 91 23 00 24 90 09 00 10 9...9J..B....#..8...9`...#.\$....
1d900 39 20 00 20 38 00 00 00 7d 29 03 a6 7d 23 5a 14 39 6b 00 04 90 09 10 10 42 00 ff f4 38 60 00 00 9...8...})..}#Z.9k......B...8`..
1d920 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 2f 85 00 00 7c 08 02 a6 ........8!..|...N....!../...|...
1d940 90 01 00 34 bf a1 00 24 7c 7e 1b 78 7c 83 23 78 90 9e 00 00 90 be 00 04 41 9e 00 1c 80 04 03 38 ...4...\$|~.x|.#x........A......8
1d960 7f 85 00 40 41 9c 00 10 3d 20 ff f4 39 29 73 54 48 00 00 34 81 43 03 8c 2f 8a 00 00 41 9e 00 44 ...@A...=...9)sTH..4.C../...A..D
1d980 54 ab e8 fe 54 a9 07 7e 38 00 00 80 7c 00 4e 30 7d 2a 58 ae 7d 2b 00 39 40 82 00 28 3d 20 ff f4 T...T..~8...|.N0}*X.}+.9@..(=...
1d9a0 39 29 73 74 3d 60 ff f5 38 00 00 02 91 2b 80 40 3d 20 ff f5 90 09 90 24 38 00 ff ff 48 00 00 d4 9)st=`..8....+.@=......\$8...H...
1d9c0 3b be 00 64 3c c0 ff f2 7c a4 2b 78 38 c6 d6 d0 7f a5 eb 78 48 00 09 95 38 00 ff ff 2f 83 ff ff ;..d<...|.+x8......xH...8.../...
1d9e0 41 9e 00 b0 7c 3f 0b 78 38 9e 00 08 97 bf 00 08 7f e3 fb 78 48 00 06 0d 7f e3 fb 78 38 9e 00 0c A...|?.x8..........xH......x8...
1da00 48 00 06 01 7f e3 fb 78 38 9e 00 10 48 00 05 35 7f e3 fb 78 38 9e 00 11 48 00 05 29 7f e3 fb 78 H......x8...H..5...x8...H..)...x
1da20 38 9e 00 12 48 00 05 75 38 9e 00 14 7f e3 fb 78 48 00 05 41 a0 9e 00 12 2b 84 00 23 40 9d 00 10 8...H..u8......xH..A....+..#@...
1da40 3d 20 ff f4 39 29 73 94 4b ff ff 5c 39 24 fe d1 7f fd fb 78 1d 29 ff fe 7d 3e 4a 14 3b e4 00 01 =...9)s.K..\9\$.....x.)..}>J.;...
1da60 39 29 00 04 91 21 00 08 3b ff ff ff 7f a3 eb 78 38 9f 00 08 54 84 08 3c 7c 9e 22 14 38 84 00 0c 9)...!..;......x8...T..<|.".8...
1da80 48 00 05 19 2f 9f 00 00 40 9e ff e0 38 00 00 00 7c 03 03 78 80 01 00 34 bb a1 00 24 38 21 00 30 H.../...@...8...|..x...4...\$8!.0
1daa0 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7e 1b 78 7c 9d 23 78 |...N....!..|......\$....|~.x|.#x
1dac0 7c bf 2b 78 80 63 03 24 2f 83 00 00 41 9e 00 90 7c 65 1b 78 7f c4 f3 78 7f e3 fb 78 4b ff fe 59 |.+x.c.\$/...A...|e.x...x...xK..Y
1dae0 7f a4 eb 78 2f 83 ff ff 7f e3 fb 78 41 9e 00 a4 48 00 1f 21 88 1f 00 10 7c 0b 07 74 2f 8b ff ff ...x/......xA...H..!....|..t/...
1db00 2f 0b 00 00 41 9e 00 50 40 9a 00 6c 81 3f 00 18 38 09 00 08 2f 89 ff ff 54 00 08 3c 7d 5f 02 14 /...A..P@..l.?..8.../...T..<}_..
1db20 40 9e 00 10 3d 20 ff f5 91 69 80 40 48 00 00 38 a0 6a 00 0c 7d 3f 1a 14 38 69 00 64 89 29 00 64 @...=....i.@H..8.j..}?..8i.d.).d
1db40 39 29 00 02 55 29 00 3c 7c 63 4a 14 48 00 03 51 4b ff ff 80 2f 83 00 00 40 9e 00 3c 3d 20 ff f5 9)..U).<|cJ.H..QK.../...@..<=...
1db60 90 69 80 40 3d 20 ff f5 38 00 00 04 90 09 90 24 48 00 00 24 3d 60 ff f5 3d 20 ff f4 39 29 73 b4 .i.@=...8......\$H..\$=`..=...9)s.
1db80 38 00 00 02 91 2b 80 40 3d 20 ff f5 90 09 90 24 38 60 ff ff 80 01 00 24 bb a1 00 14 38 21 00 20 8....+.@=......\$8`.....\$....8!..
1dba0 7c 08 03 a6 4e 80 00 20 94 21 fd 60 38 a0 00 00 7c 08 02 a6 90 01 02 a4 bf 21 02 84 7c 7f 1b 78 |...N....!.`8...|........!..|..x
1dbc0 38 63 00 bc 7f e4 fb 78 4b ff fd 6d 38 00 ff ff 2f 83 ff ff 41 9e 02 3c 80 1f 00 cc 54 00 04 0e 8c.....xK..m8.../...A..<....T...
1dbe0 6c 09 01 00 2f 89 00 03 40 9e 00 24 80 1f 00 d8 6c 09 00 0e 2f 89 00 78 40 9e 00 14 80 1f 00 dc l.../...@..\$....l.../..x@.......
1dc00 6c 09 00 f8 2f 89 01 f8 41 9e 00 1c 3d 60 ff f5 3d 20 ff f4 39 29 73 cc 38 00 00 02 91 2b 80 40 l.../...A...=`..=...9)s.8....+.@
1dc20 48 00 00 e4 a1 3f 00 d8 7c 3d 0b 78 38 9f 03 20 3b c0 00 00 7d 3f 4a 14 39 29 01 20 95 3d 00 08 H....?..|=.x8...;...}?J.9)...=..
1dc40 7f a3 eb 78 48 00 03 55 7f a3 eb 78 38 9f 03 24 48 00 03 b1 7f a3 eb 78 38 9f 03 28 48 00 03 a5 ...xH..U...x8..\$H......x8..(H...
1dc60 7f a3 eb 78 38 9f 03 2c 48 00 03 99 7f a3 eb 78 38 9f 03 30 48 00 03 8d 7f a3 eb 78 38 9f 03 34 ...x8..,H......x8..0H......x8..4
1dc80 48 00 03 19 7f a3 eb 78 38 9f 03 36 48 00 03 0d 7f a3 eb 78 38 9f 03 38 48 00 03 69 7f a3 eb 78 H......x8..6H......x8..8H..i...x
1dca0 38 9f 03 3c 48 00 03 5d 38 9e 03 40 7f a3 eb 78 7c 9f 22 14 48 00 02 8d 2f 9e 00 4b 3b de 00 01 8..<H..]8..@...x|.".H.../..K;...
1dcc0 40 9e ff e8 a0 1f 03 34 2f 80 02 00 41 9e 00 1c 3d 60 ff f5 3d 20 ff f4 39 29 73 ec 38 00 00 03 @......4/...A...=`..=...9)s.8...
1dce0 91 2b 80 40 48 00 00 20 38 60 01 00 4b fe a9 75 7c 7e 1b 79 40 82 00 1c 3d 20 ff f5 38 00 00 01 .+.@H...8`..K..u|~.y@...=...8...
1dd00 93 c9 80 40 3d 20 ff f5 90 09 90 24 48 00 01 00 a0 9f 00 dc 38 a0 01 00 3b 61 00 0c 3b 81 00 70 ...@=......\$H.......8...;a..;..p
1dd20 7c 9f 22 14 38 84 01 20 4b ff c8 c1 38 00 01 00 90 1f 03 90 3c 00 02 00 60 19 00 01 3c 00 00 0e |.".8...K...8.......<...`...<...
1dd40 60 1a 01 fa 80 1f 00 c4 48 00 00 a0 4b ff fb e9 2f 83 ff ff 7f c3 f3 78 41 9e 00 ac 80 01 00 1c `.......H...K.../......xA.......
1dd60 54 00 04 0e 7f 80 c8 00 40 9e 00 10 80 01 00 28 7f 80 d0 00 41 9e 00 1c 3d 60 ff f5 3d 20 ff f4 T.......@......(....A...=`..=...
1dd80 39 29 74 0c 38 00 00 02 91 2b 80 40 48 00 00 28 80 9f 03 90 38 84 01 ec 4b fe a8 89 38 a0 01 ec 9)t.8....+.@H..(....8...K...8...
1dda0 7c 7d 1b 79 40 82 00 1c 3d 20 ff f5 38 00 00 01 93 a9 80 40 3d 20 ff f5 90 09 90 24 48 00 00 48 |}.y@...=...8......@=......\$H..H
1ddc0 80 7f 03 90 a0 81 00 28 7f be eb 78 7c 7d 1a 14 7c 9c 22 14 4b ff c8 15 81 3f 03 90 80 01 00 14 .......(...x|}..|.".K....?......
1dde0 39 29 01 ec 91 3f 03 90 2f 80 00 00 7c 05 03 78 7f e4 fb 78 7f 63 db 78 40 9e ff 54 93 df 03 8c 9)...?../...|..x...x.c.x@..T....
1de00 48 00 00 10 7f c3 f3 78 4b fe a8 39 38 00 ff ff 7c 03 03 78 80 01 02 a4 bb 21 02 84 38 21 02 a0 H......xK..98...|..x.....!..8!..
1de20 7c 08 03 a6 4e 80 00 20 88 63 00 00 7c 63 07 74 4e 80 00 20 88 63 00 00 4e 80 00 20 7c 69 1b 78 |...N....c..|c.tN....c..N...|i.x
1de40 88 63 00 00 54 63 40 2e 88 09 00 01 7c 63 03 78 7c 63 07 34 4e 80 00 20 88 03 00 00 88 63 00 01 .c..Tc@.....|c.x|c.4N........c..
1de60 54 00 40 2e 7c 03 1b 78 4e 80 00 20 7c 69 1b 78 88 63 00 00 54 63 c0 0e 88 09 00 01 89 69 00 02 T.@.|..xN...|i.x.c..Tc.......i..
1de80 89 29 00 03 54 00 80 1e 7c 63 03 78 55 6b 40 2e 7c 63 4b 78 7c 63 5b 78 4e 80 00 20 88 03 00 00 .)..T...|c.xUk@.|cKx|c[xN.......
1dea0 89 63 00 03 89 23 00 01 88 63 00 02 54 00 c0 0e 7d 6b 03 78 55 29 80 1e 7d 6b 4b 78 54 63 40 2e .c...#...c..T...}k.xU)..}kKxTc@.
1dec0 7d 63 1b 78 4e 80 00 20 98 83 00 00 4e 80 00 20 98 83 00 00 4e 80 00 20 54 80 c6 3e 98 83 00 01 }c.xN.......N.......N...T..>....
1dee0 98 03 00 00 4e 80 00 20 54 80 c2 3e 98 83 00 01 98 03 00 00 4e 80 00 20 39 43 00 01 54 89 46 3e ....N...T..>........N...9C..T.F>
1df00 54 80 86 3e 54 8b c6 3e 99 23 00 00 98 03 00 01 98 8a 00 02 99 6a 00 01 4e 80 00 20 39 43 00 01 T..>T..>.#...........j..N...9C..
1df20 54 89 46 3e 54 80 86 3e 54 8b c6 3e 99 23 00 00 98 03 00 01 98 8a 00 02 99 6a 00 01 4e 80 00 20 T.F>T..>T..>.#...........j..N...
1df40 81 23 00 00 39 69 00 01 88 09 00 00 98 04 00 00 91 63 00 00 4e 80 00 20 81 23 00 00 39 69 00 01 .#..9i...........c..N....#..9i..
1df60 88 09 00 00 98 04 00 00 91 63 00 00 4e 80 00 20 81 23 00 00 88 09 00 00 89 29 00 01 54 00 40 2e .........c..N....#.......)..T.@.
1df80 7c 00 4b 78 b0 04 00 00 81 23 00 00 39 29 00 02 91 23 00 00 4e 80 00 20 81 23 00 00 88 09 00 00 |.Kx.....#..9)...#..N....#......
1dfa0 89 29 00 01 54 00 40 2e 7c 00 4b 78 b0 04 00 00 81 23 00 00 39 29 00 02 91 23 00 00 4e 80 00 20 .)..T.@.|.Kx.....#..9)...#..N...
1dfc0 81 23 00 00 88 09 00 00 89 69 00 01 89 49 00 02 89 29 00 03 54 00 c0 0e 55 6b 80 1e 7c 00 5b 78 .#.......i...I...)..T...Uk..|.[x
1dfe0 55 4a 40 2e 7c 00 4b 78 7c 00 53 78 90 04 00 00 81 23 00 00 39 29 00 04 91 23 00 00 4e 80 00 20 UJ@.|.Kx|.Sx.....#..9)...#..N...
1e000 81 23 00 00 89 69 00 00 88 09 00 03 89 49 00 01 89 29 00 02 55 6b c0 0e 7c 00 5b 78 55 4a 80 1e .#...i.......I...)..Uk..|.[xUJ..
1e020 55 29 40 2e 7c 00 53 78 7c 00 4b 78 90 04 00 00 81 23 00 00 39 29 00 04 91 23 00 00 4e 80 00 20 U)@.|.Sx|.Kx.....#..9)...#..N...
1e040 81 23 00 00 38 09 00 01 98 89 00 00 90 03 00 00 4e 80 00 20 81 23 00 00 38 09 00 01 98 89 00 00 .#..8...........N....#..8.......
1e060 90 03 00 00 4e 80 00 20 81 23 00 00 54 80 c6 3e 39 69 00 02 98 09 00 00 98 89 00 01 91 63 00 00 ....N....#..T..>9i...........c..
1e080 4e 80 00 20 81 23 00 00 54 80 c2 3e 39 69 00 02 98 09 00 00 98 89 00 01 91 63 00 00 4e 80 00 20 N....#..T..>9i...........c..N...
1e0a0 81 23 00 00 54 86 46 3e 54 88 86 3e 54 80 c6 3e 39 69 00 01 39 4b 00 01 38 ea 00 02 99 09 00 01 .#..T.F>T..>T..>9i..9K..8.......
1e0c0 98 c9 00 00 98 0b 00 01 98 8a 00 01 90 e3 00 00 4e 80 00 20 81 23 00 00 54 86 46 3e 54 88 86 3e ................N....#..T.F>T..>
1e0e0 54 80 c6 3e 39 69 00 01 39 4b 00 01 38 ea 00 02 99 09 00 01 98 c9 00 00 98 0b 00 01 98 8a 00 01 T..>9i..9K..8...................
1e100 90 e3 00 00 4e 80 00 20 3d 20 ff f4 7c 6b 1b 78 39 09 37 94 48 00 00 14 7c 08 50 ae 7d 28 48 ae ....N...=...|k.x9.7.H...|.P.}(H.
1e120 7c 69 00 51 4c 82 00 20 89 4b 00 00 88 04 00 00 39 6b 00 01 38 84 00 01 2f 8a 00 00 70 09 00 ff |i.QL....K......9k..8.../...p...
1e140 41 9e 00 0c 40 82 ff d4 48 00 00 14 54 00 06 3e 7c 00 00 d0 7c 03 fe 70 4e 80 00 20 38 60 00 01 A...@...H...T..>|...|..pN...8`..
1e160 4e 80 00 20 3d 20 ff f5 7c 6b 1b 78 80 09 80 3c 2f 80 ff ff 40 9e 00 0c 38 00 00 00 90 09 80 3c N...=...|k.x...</...@...8......<
1e180 3d 20 ff f5 3c 60 83 da 60 63 4f 80 80 09 80 3c 7c 60 18 50 7c 63 5a 14 4e 80 00 20 3d 20 ff f5 =...<`..`cO....<|`.P|cZ.N...=...
1e1a0 7c 6b 1b 78 80 09 80 3c 2f 80 ff ff 40 9e 00 0c 38 00 00 00 90 09 80 3c 3d 20 ff f5 80 69 80 3c |k.x...</...@...8......<=....i.<
1e1c0 3c 63 7c 26 38 63 b0 80 7c 63 5a 14 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 <c|&8c..|cZ.N....!..|......\$....
1e1e0 7c 9d 23 78 7c 7e 1b 78 7c bc 2b 78 80 83 00 00 8b e4 00 00 2f 9f 00 00 41 9e 00 24 7f 9f 28 40 |.#x|~.x|.+x......../...A..\$..(@
1e200 41 9c 00 0c 3b e0 00 00 48 00 00 14 38 84 00 01 7f a3 eb 78 7f e5 fb 78 4b ff c3 d1 38 00 00 00 A...;...H...8......x...xK...8...
1e220 7c 1d f9 ae 80 1e 00 00 7c 00 e2 14 90 1e 00 00 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 |.......|..........\$....8!..|...
1e240 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 41 00 08 7c 7b 1b 78 7c 83 23 78 7c 9a 23 78 N....!..|......\$.A..|{.x|.#x|.#x
1e260 7c bc 2b 78 3b 9c ff ff 4b ff c1 29 81 3b 00 00 7f 44 d3 78 7c 03 e0 10 7c 00 01 10 7c 00 03 b8 |.+x;...K..).;...D.x|...|...|...
1e280 7c 7d 00 38 38 69 00 01 9b a9 00 00 7f a5 eb 78 90 7b 00 00 4b ff c3 55 80 7b 00 00 7c bd e0 50 |}.88i.........x.{..K..U.{..|..P
1e2a0 38 80 00 00 7c 63 ea 14 4b ff c2 f5 80 1b 00 00 7c 00 e2 14 90 1b 00 00 80 01 00 24 bb 41 00 08 8...|c..K.......|..........\$.A..
1e2c0 38 21 00 20 7c 08 03 a6 4e 80 00 20 80 03 00 a8 2c 04 00 00 2f 80 00 00 40 9e 00 30 41 82 00 0c 8!..|...N.......,.../...@..0A...
1e2e0 38 03 00 7a 90 04 00 00 2f 85 00 00 41 9e 00 0c 38 03 00 48 90 05 00 00 2f 86 00 00 38 03 00 4c 8..z..../...A...8..H..../...8..L
1e300 40 9e 00 30 4e 80 00 20 41 82 00 0c 38 03 00 86 90 04 00 00 2f 85 00 00 41 9e 00 0c 38 03 00 54 @..0N...A...8......./...A...8..T
1e320 90 05 00 00 2f 86 00 00 4d 9e 00 20 38 03 00 58 90 06 00 00 4e 80 00 20 2f 84 00 00 90 83 00 a8 ..../...M...8..X....N.../.......
1e340 39 63 00 86 40 9e 00 08 39 63 00 7a 38 00 00 00 39 23 00 98 7c ab 64 aa 7c a9 65 aa 90 03 00 ac 9c..@...9c.z8...9#..|.d.|.e.....
1e360 90 03 00 a4 4e 80 00 20 94 21 ff c0 7c 08 02 a6 90 01 00 44 bf 01 00 20 7c 7d 1b 78 7c 9b 23 78 ....N....!..|......D....|}.x|.#x
1e380 7c b9 2b 78 7c d8 33 78 81 23 00 00 83 c3 00 a4 83 89 00 14 7f e4 e3 96 7f 9f f0 40 40 9c 00 38 |.+x|.3x.#.................@@..8
1e3a0 38 a0 00 00 38 c0 00 00 38 81 00 08 3b c0 00 00 4b ff ff 1d 38 00 00 00 39 7d 00 98 90 1d 00 a4 8...8...8...;...K...8...9}......
1e3c0 81 21 00 08 7c a9 64 aa 7c ab 65 aa 3b 5d 00 98 48 00 00 0c 7f fe f8 50 4b ff ff f4 a0 1d 00 9a .!..|.d.|.e.;]..H......PK.......
1e3e0 7f a3 eb 78 7f 45 d3 78 38 c0 00 00 7f 9f 00 40 40 9c 00 0c 39 20 00 00 48 00 00 40 a1 3d 00 9e ...x.E.x8......@@...9...H..@.=..
1e400 7f e0 f8 50 7f 9f 48 40 7c 09 02 14 40 9c 00 0c 39 20 00 01 48 00 00 24 a1 7d 00 a2 7f e9 f8 50 ...P..H@|...@...9...H..\$.}.....P
1e420 7c 00 f2 14 7f c0 5a 14 7f 9f 58 40 7f c4 f3 78 40 9c 00 3c 39 20 00 02 7c bb e3 96 80 7d 00 00 |.....Z...X@...x@..<9...|....}..
1e440 7c a5 e1 d6 39 29 00 24 7c a5 d8 50 55 29 10 3a 7d 3d 4a 14 7f 26 cb 78 7f 09 03 a6 a0 89 00 08 |...9).\$|..PU).:}=J..&.x........
1e460 7c 9f 22 14 4e 80 04 21 48 00 00 20 7f eb f8 50 48 00 24 e9 2f 83 00 00 40 9d 00 0c 93 dd 00 a4 |.".N..!H......PH.\$./...@.......
1e480 4b ff ff 5c 38 60 ff ff 80 01 00 44 bb 01 00 20 38 21 00 40 7c 08 03 a6 4e 80 00 20 94 21 ff e0 K..\8`.....D....8!.@|...N....!..
1e4a0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7d 1b 78 3b 80 00 00 38 63 00 08 7c bb 2b 78 90 9d 00 00 |......\$.a..|}.x;...8c..|.+x....
1e4c0 93 9d 00 04 7c c4 33 78 4b ff bd 19 38 00 00 02 9b 9d 00 29 93 7d 00 40 7f a3 eb 78 98 1d 00 28 ....|.3xK...8......).}.@...x...(
1e4e0 b3 9d 00 3e 38 80 00 00 b3 9d 00 3c b3 9d 00 3a b3 9d 00 38 93 9d 00 34 93 9d 00 30 9b 9d 00 2c ...>8......<...:...8...4...0...,
1e500 9b 9d 00 2d b3 9d 00 44 93 9d 00 48 93 9d 00 4c b3 9d 00 50 93 9d 00 54 93 9d 00 58 93 9d 00 5c ...-...D...H...L...P...T...X...\
1e520 93 9d 00 60 93 9d 00 64 b3 9d 00 68 b3 9d 00 6a b3 9d 00 6c b3 9d 00 6e b3 9d 00 70 b3 9d 00 72 ...`...d...h...j...l...n...p...r
1e540 93 9d 00 74 b3 9d 00 78 b3 9d 00 7a b3 9d 00 7c b3 9d 00 7e b3 9d 00 86 b3 9d 00 88 b3 9d 00 80 ...t...x...z...|...~............
1e560 b3 9d 00 82 b3 9d 00 84 b3 9d 00 8a b3 9d 00 8c b3 9d 00 8e b3 9d 00 90 93 9d 00 94 4b ff fd bd ............................K...
1e580 93 9d 00 b8 93 9d 00 b4 93 9d 00 b0 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 ...............\$.a..8!..|...N...
1e5a0 3d 20 ff f5 90 69 9c 84 4e 80 00 20 2c 03 00 00 40 82 00 34 3d 20 ff f5 80 69 9c 84 2f 83 00 00 =....i..N...,...@..4=....i../...
1e5c0 40 9e 00 24 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 @..\$=`..=...9)t(8....+.@=......\$
1e5e0 4e 80 00 20 80 63 08 14 4e 80 00 20 80 03 00 a8 31 20 ff ff 7c 69 01 10 4e 80 00 20 94 21 ff f0 N....c..N.......1...|i..N....!..
1e600 7c 69 1b 78 7c 08 02 a6 38 a3 00 28 7c 86 23 78 90 01 00 14 38 89 00 08 80 63 00 04 48 00 15 15 |i.x|...8..(|.#x....8....c..H...
1e620 80 01 00 14 38 60 00 00 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff 40 2f 83 00 00 7c 08 02 a6 ....8`..8!..|...N....!.@/...|...
1e640 90 61 00 a8 90 01 00 c4 bf a1 00 b4 7c bd 2b 78 40 9e 00 3c 3d 20 ff f5 80 09 9c 84 2f 80 00 00 .a..........|.+x@..<=......./...
1e660 40 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 @..(=`..=...9)t(8....+.@=......\$
1e680 38 00 ff ff 48 00 00 4c 90 01 00 a8 3b c1 00 2c 3b e1 00 0c 38 61 00 a8 7f c5 f3 78 38 c1 00 08 8...H..L....;..,;...8a.....x8...
1e6a0 7f e7 fb 78 39 00 00 00 48 00 24 f5 38 00 ff ff 2f 83 00 00 40 9d 00 1c 80 61 00 08 7f e4 fb 78 ...x9...H.\$.8.../...@....a.....x
1e6c0 7f c5 f3 78 7f a6 eb 78 48 00 14 69 38 00 00 00 7c 03 03 78 80 01 00 c4 bb a1 00 b4 38 21 00 c0 ...x...xH..i8...|..x........8!..
1e6e0 7c 08 03 a6 4e 80 00 20 94 21 ff 80 2f 83 00 00 7c 08 02 a6 90 61 00 78 90 01 00 84 40 9e 00 30 |...N....!../...|....a.x....@..0
1e700 3d 20 ff f5 80 09 9c 84 2f 80 00 00 40 9e 00 1c 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 =......./...@...=`..=...9)t(8...
1e720 91 2b 80 40 48 00 00 48 90 01 00 78 38 61 00 78 38 a1 00 08 38 c0 00 00 38 e0 00 00 39 00 00 00 .+.@H..H...x8a.x8...8...8...9...
1e740 48 00 24 5d 39 60 ff ff 2f 83 00 00 40 9d 00 40 88 01 00 08 2f 80 00 01 41 9e 00 24 3d 20 ff f5 H.\$]9`../...@..@..../...A..\$=...
1e760 38 00 00 00 90 09 80 40 38 00 00 05 3d 20 ff f5 39 60 ff ff 90 09 90 24 48 00 00 14 81 21 00 78 8......@8...=...9`.....\$H....!.x
1e780 80 01 00 10 39 60 00 00 90 09 08 14 80 01 00 84 7d 63 5b 78 38 21 00 80 7c 08 03 a6 4e 80 00 20 ....9`..........}c[x8!..|...N...
1e7a0 94 21 ff f0 7c 08 02 a6 90 01 00 14 81 23 00 b4 81 63 00 00 2f 89 00 00 41 9e 00 0c 80 03 00 b8 .!..|........#...c../...A.......
1e7c0 90 09 00 b8 81 23 00 b8 2f 89 00 00 41 9e 00 0c 80 03 00 b4 90 09 00 b4 80 0b 08 1c 7f 83 00 00 .....#../...A...................
1e7e0 40 9e 00 0c 80 03 00 b8 90 0b 08 1c 4b fe 9e 55 80 01 00 14 38 60 00 00 38 21 00 10 7c 08 03 a6 @...........K..U....8`..8!..|...
1e800 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 81 23 02 70 81 63 00 00 2f 89 00 00 41 9e 00 0c N....!..|........#.p.c../...A...
1e820 80 03 02 74 90 09 02 74 81 23 02 74 2f 89 00 00 41 9e 00 0c 80 03 02 70 90 09 02 70 80 0b 08 20 ...t...t.#.t/...A......p...p....
1e840 7f 83 00 00 40 9e 00 0c 80 03 02 74 90 0b 08 20 4b fe 9d f1 80 01 00 14 38 60 00 00 38 21 00 10 ....@......t....K.......8`..8!..
1e860 7c 08 03 a6 4e 80 00 20 94 21 ff d0 38 c0 00 00 7c 08 02 a6 90 01 00 34 bf a1 00 24 7c be 2b 78 |...N....!..8...|......4...\$|.+x
1e880 7c 9f 23 78 38 a1 00 08 38 80 00 00 7c 7d 1b 78 4b ff fa 3d 2f 9e 00 01 41 9e 00 24 2f 9e 00 02 |.#x8...8...|}.xK..=/...A..\$/...
1e8a0 41 9e 00 3c 2f 9e 00 00 40 9e 00 60 7f e0 f8 f8 7c 00 fe 70 7f e3 00 38 48 00 00 74 2f 9f 00 00 A..</...@..`....|..p...8H..t/...
1e8c0 40 9c 00 14 80 1d 00 ac 7d 3f 00 d0 7f 89 00 40 41 9d 00 58 80 1d 00 ac 48 00 00 28 2f 9f 00 00 @.......}?.....@A..X....H..(/...
1e8e0 40 9c 00 18 81 21 00 08 7d 7f 00 d0 80 09 00 00 7f 8b 00 40 41 9d 00 34 81 21 00 08 80 09 00 00 @....!..}..........@A..4.!......
1e900 7c 7f 02 14 48 00 00 28 3d 20 ff f5 38 00 00 00 38 60 ff ff 90 09 80 40 3d 20 ff f5 38 00 00 03 |...H..(=...8...8`.....@=...8...
1e920 90 09 90 24 48 00 00 20 38 60 00 00 81 21 00 08 81 29 00 00 7f 83 48 40 40 9d 00 08 7d 23 4b 78 ...\$H...8`...!...)....H@@...}#Kx
1e940 90 7d 00 ac 80 01 00 34 bb a1 00 24 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 fd c0 38 c0 00 00 .}.....4...\$8!.0|...N....!..8...
1e960 7c 08 02 a6 90 01 02 44 bf 01 02 20 7c ba 2b 78 7c 9f 23 78 38 a1 00 08 38 80 00 00 7c 7c 1b 78 |......D....|.+x|.#x8...8...||.x
1e980 4b ff f9 4d 81 21 00 08 81 7c 00 ac 81 29 00 00 7c 1a 5a 14 7f 80 48 40 40 9d 00 08 7f 4b 48 50 K..M.!...|...)..|.Z...H@@....KHP
1e9a0 3d 20 ff f2 7f fb fb 78 3b 09 d6 d0 7f 5d d3 78 3b 21 00 0c 48 00 00 88 80 1c 00 ac 7f be eb 78 =......x;....].x;!..H..........x
1e9c0 54 1f 05 fe 54 00 ba 7e 21 3f 02 00 2f 1f 00 00 7f 9d 48 40 7c 04 03 78 40 9d 00 08 7d 3e 4b 78 T...T..~!?../.....H@|..x@...}>Kx
1e9e0 7f be e8 50 2f 9e 02 00 40 9a 00 28 40 9e 00 24 7c 04 03 78 7f 65 db 78 7f 83 e3 78 7f 06 c3 78 ...P/...@..(@..\$|..x.e.x...x...x
1ea00 4b ff f9 69 2f 83 ff ff 40 9e 00 24 48 00 00 48 4b ff f9 59 7c 99 fa 14 7f c5 f3 78 2f 83 ff ff K..i/...@..\$H..HK..Y|......x/...
1ea20 7f 63 db 78 41 9e 00 30 4b ff bb c1 80 1c 00 ac 7f 7b f2 14 7c 00 f2 14 90 1c 00 ac 2f 9d 00 00 .c.xA..0K........{..|......./...
1ea40 7f 25 cb 78 7f 06 c3 78 7f 83 e3 78 40 9e ff 6c 48 00 00 08 3b 40 ff ff 80 01 02 44 7f 43 d3 78 .%.x...x...x@..lH...;@.....D.C.x
1ea60 bb 01 02 20 38 21 02 40 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 7c 80 fe 70 ....8!.@|...N....!..|.......|..p
1ea80 7c 04 22 78 7c 84 00 50 7c 84 fe 70 54 84 06 3e 4b ff f8 a9 80 01 00 14 38 60 00 00 38 21 00 10 |."x|..P|..pT..>K.......8`..8!..
1eaa0 7c 08 03 a6 4e 80 00 20 94 21 ff e0 2f 83 00 00 7c 08 02 a6 90 61 00 08 90 01 00 24 bf a1 00 14 |...N....!../...|....a.....\$....
1eac0 7c 9d 23 78 40 9e 00 38 3d 20 ff f5 80 09 9c 84 2f 80 00 00 40 9e 00 24 3d 60 ff f5 3d 20 ff f4 |.#x@..8=......./...@..\$=`..=...
1eae0 39 29 74 28 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 48 00 00 e8 90 01 00 08 38 60 00 bc 9)t(8....+.@=......\$H.......8`..
1eb00 4b fe 9b 61 2f 83 00 00 7c 7e 1b 78 7c 7f 1b 78 40 9e 00 1c 3d 20 ff f5 38 00 00 01 90 69 80 40 K..a/...|~.x|..x@...=...8....i.@
1eb20 3d 20 ff f5 90 09 90 24 48 00 00 94 7f a4 eb 78 38 61 00 08 38 be 00 28 38 de 00 04 38 fe 00 08 =......\$H......x8a..8..(8...8...
1eb40 39 00 00 00 48 00 20 59 2f 83 00 00 40 9d 00 88 88 1e 00 28 2f 80 00 02 41 9e 00 20 3d 20 ff f5 9...H..Y/...@......(/...A...=...
1eb60 38 00 00 00 90 09 80 40 3d 20 ff f5 38 00 00 06 90 09 90 24 48 00 00 60 80 01 00 08 3b a0 00 00 8......@=...8......\$H..`....;...
1eb80 7f c3 f3 78 90 1e 00 00 93 be 00 b0 38 80 00 00 4b ff f7 a9 93 be 00 b4 81 21 00 08 80 09 08 1c ...x........8...K........!......
1eba0 90 1e 00 b8 81 29 08 1c 2f 89 00 00 41 9e 00 08 93 c9 00 b4 81 21 00 08 93 e9 08 1c 80 01 00 24 .....)../...A........!.........\$
1ebc0 7f c3 f3 78 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 7f e3 fb 78 4b fe 9a 69 3b c0 00 00 ...x....8!..|...N......xK..i;...
1ebe0 4b ff ff dc 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7f 1b 79 7c 9e 23 78 40 82 00 38 K....!..|...........|..y|.#x@..8
1ec00 3d 20 ff f5 83 e9 9c 84 2f 9f 00 00 40 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 =......./...@..(=`..=...9)t(8...
1ec20 91 2b 80 40 3d 20 ff f5 90 09 90 24 39 20 ff ff 48 00 00 40 80 1f 08 14 39 20 00 00 7f 9e 00 00 .+.@=......\$9...H..@....9.......
1ec40 41 9e 00 30 7f e3 fb 78 7f c4 f3 78 38 a0 00 00 38 c0 00 00 38 e0 00 03 48 00 1e c1 39 20 ff ff A..0...x...x8...8...8...H...9...
1ec60 2f 83 00 00 40 9d 00 0c 93 df 08 14 39 20 00 00 80 01 00 14 bb c1 00 08 7d 23 4b 78 38 21 00 10 /...@.......9...........}#Kx8!..
1ec80 7c 08 03 a6 4e 80 00 20 94 21 ff 10 7c 08 02 a6 90 01 00 f4 bf 01 00 d0 7c 7f 1b 78 7c 9b 23 78 |...N....!..|...........|..x|.#x
1eca0 80 03 00 04 2f 80 00 00 40 9e 00 98 3d 20 ff f5 83 c9 90 40 48 00 00 14 80 1f 02 6c 7f 9e 00 00 ..../...@...=......@H......l....
1ecc0 41 9e 00 14 83 de 08 28 2f 9e 00 00 40 9e ff ec 48 00 01 18 3b a1 00 50 7f c3 f3 78 38 80 00 02 A......(/...@...H...;..P...x8...
1ece0 7f a5 eb 78 38 c0 00 00 38 e0 00 03 48 00 1e 2d 2f 83 00 00 40 9d 01 8c 3b 81 00 08 7f c3 f3 78 ...x8...8...H..-/...@...;......x
1ed00 38 80 00 01 38 a1 00 60 7f a6 eb 78 7f 87 e3 78 39 00 00 00 48 00 1d 29 2f 83 00 00 40 9d 01 64 8...8..`...x...x9...H..)/...@..d
1ed20 7f 84 e3 78 7f a5 eb 78 7f 66 db 78 38 60 00 01 48 00 0e 01 80 1e 08 28 90 1f 02 6c 48 00 01 18 ...x...x.f.x8`..H......(...lH...
1ed40 80 03 00 20 3b 83 00 08 2f 80 ff ff 41 9e 00 9c 3b 00 00 00 3b 21 00 28 3b 41 00 50 81 3f 00 20 ....;.../...A...;...;!.(;A.P.?..
1ed60 39 29 00 01 91 3f 00 20 48 00 00 30 80 1f 00 10 2f 80 00 00 7c 05 03 78 41 9e 00 68 80 9f 00 08 9)...?..H..0..../...|..xA..h....
1ed80 4b ff eb b5 2f 83 ff ff 40 9e 00 0c 90 7f 00 20 48 00 00 f4 93 1f 00 20 81 3f 00 20 a0 1f 00 1a K.../...@.......H........?......
1eda0 7f 83 e3 78 7f 89 00 00 40 9c ff c4 39 29 00 08 7f 24 cb 78 55 29 08 3c 7d 3f 4a 14 a3 c9 00 14 ...x....@...9)...\$.xU).<}?J.....
1edc0 7d 3f f2 14 3b a9 00 6c 7f a3 eb 78 48 00 15 45 81 3f 00 04 80 01 00 2c 7f 80 48 00 41 9e 00 24 }?..;..l...xH..E.?.....,..H.A..\$
1ede0 38 00 ff ff 90 1f 00 20 3d 60 ff f5 3d 20 ff f4 39 29 74 40 38 00 00 04 91 2b 80 40 48 00 00 7c 8.......=`..=...9)t@8....+.@H..|
1ee00 7d 3f f2 14 7f 44 d3 78 88 69 00 6c 38 63 00 02 54 63 00 3c 7c 7d 1a 14 48 00 11 55 88 01 00 50 }?...D.x.i.l8c..Tc.<|}..H..U...P
1ee20 7c 00 07 74 2f 80 00 01 41 9c 00 34 2f 80 00 02 40 9d 00 10 2f 80 00 04 41 9d 00 24 4b ff ff 20 |..t/...A..4/...@.../...A..\$K...
1ee40 80 61 00 2c 7f 45 d3 78 7f 66 db 78 38 81 00 30 48 00 0c e1 38 60 00 00 48 00 00 2c 3d 60 ff f5 .a.,.E.x.f.x8..0H...8`..H..,=`..
1ee60 3d 20 ff f4 38 00 ff ff 39 29 74 50 90 1f 00 20 38 00 00 02 91 2b 80 40 3d 20 ff f5 90 09 90 24 =...8...9)tP....8....+.@=......\$
1ee80 38 60 ff ff 80 01 00 f4 bb 01 00 d0 38 21 00 f0 7c 08 03 a6 4e 80 00 20 94 21 ff 20 2f 83 00 00 8`..........8!..|...N....!../...
1eea0 7c 08 02 a6 90 61 00 c8 90 01 00 e4 bf 81 00 d0 7c 9d 23 78 40 9e 00 38 3d 20 ff f5 80 09 9c 84 |....a..........|.#x@..8=.......
1eec0 2f 80 00 00 40 9e 00 24 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 91 2b 80 40 3d 20 ff f5 /...@..\$=`..=...9)t(8....+.@=...
1eee0 90 09 90 24 48 00 01 4c 90 01 00 c8 38 60 02 78 4b fe 97 71 2f 83 00 00 7c 7e 1b 78 7c 7f 1b 78 ...\$H..L....8`.xK..q/...|~.x|..x
1ef00 40 9e 00 1c 3d 20 ff f5 38 00 00 01 90 69 80 40 3d 20 ff f5 90 09 90 24 48 00 00 f8 80 01 00 c8 @...=...8....i.@=......\$H.......
1ef20 90 03 00 00 88 1d 00 00 2f 80 00 00 40 9e 00 18 90 03 00 04 3d 20 ff f5 80 09 90 40 90 03 02 6c ......../...@.......=......@...l
1ef40 48 00 00 a4 7f a4 eb 78 38 61 00 c8 38 a1 00 58 38 c0 00 00 38 e0 00 00 39 00 00 00 48 00 1c 41 H......x8a..8..X8...8...9...H..A
1ef60 2f 83 00 00 40 9d 00 c4 88 01 00 58 2f 80 00 01 41 9e 00 20 3d 20 ff f5 38 00 00 00 90 09 80 40 /...@......X/...A...=...8......@
1ef80 3d 20 ff f5 38 00 00 05 90 09 90 24 48 00 00 9c 80 81 00 60 38 00 00 00 3b 81 00 08 90 1e 02 6c =...8......\$H......`8...;......l
1efa0 90 9e 00 04 3c a0 ff f4 7f 83 e3 78 38 a5 5b e0 3b a1 00 30 48 00 0d e9 7f 83 e3 78 7f a4 eb 78 ....<......x8.[.;..0H......x...x
1efc0 38 a0 00 00 48 00 18 65 80 61 00 c8 7f a4 eb 78 38 be 00 08 38 63 04 74 4b ff ea d1 2f 83 00 00 8...H..e.a.....x8...8c.tK.../...
1efe0 40 9d 00 48 38 00 00 00 90 1f 02 70 81 21 00 c8 80 09 08 20 90 1f 02 74 81 29 08 20 2f 89 00 00 @..H8......p.!.........t.)../...
1f000 41 9e 00 08 93 e9 02 70 81 21 00 c8 93 e9 08 20 80 01 00 e4 7f c3 f3 78 bb 81 00 d0 38 21 00 e0 A......p.!.............x....8!..
1f020 7c 08 03 a6 4e 80 00 20 7f e3 fb 78 4b fe 96 15 3b c0 00 00 4b ff ff dc 94 21 ff 80 2c 03 00 00 |...N......xK...;...K....!..,...
1f040 7c 08 02 a6 90 01 00 84 bf c1 00 78 7c 9f 23 78 7c be 2b 78 40 82 00 38 3d 20 ff f5 80 69 9c 84 |..........x|.#x|.+x@..8=....i..
1f060 2f 83 00 00 40 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 91 2b 80 40 3d 20 ff f5 /...@..(=`..=...9)t(8....+.@=...
1f080 90 09 90 24 38 00 ff ff 48 00 00 48 80 9f 00 00 38 a1 00 08 38 c0 00 00 38 e0 00 03 48 00 1a 7d ...\$8...H..H....8...8...8...H..}
1f0a0 38 00 ff ff 2f 83 00 00 40 9d 00 28 80 01 00 14 2f 9e 00 00 90 1f 00 00 38 00 00 00 41 9e 00 14 8.../...@..(..../.......8...A...
1f0c0 7f c3 f3 78 38 81 00 18 4b ff b1 19 38 00 00 00 7c 03 03 78 80 01 00 84 bb c1 00 78 38 21 00 80 ...x8...K...8...|..x.......x8!..
1f0e0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7f 1b 79 7c 9e 23 78 |...N....!..|...........|..y|.#x
1f100 40 82 00 38 3d 20 ff f5 83 e9 9c 84 2f 9f 00 00 40 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 74 28 @..8=......./...@..(=`..=...9)t(
1f120 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 39 20 ff ff 48 00 00 8c 38 9f 00 46 7f c3 f3 78 8....+.@=......\$9...H...8..F...x
1f140 4b ff b0 a1 80 1f 00 04 54 00 ff bc 90 1e 00 1c 81 3f 00 34 a0 1f 00 30 7c 00 49 d6 90 1e 00 20 K.......T........?.4...0|.I.....
1f160 81 3f 00 34 a0 1f 00 44 7c 00 49 d6 90 1e 00 24 80 1f 00 34 90 1e 00 28 80 1f 00 38 90 1e 00 2c .?.4...D|.I....\$...4...(...8...,
1f180 80 1f 00 7c 90 1e 00 30 80 1f 00 80 90 1e 00 34 80 7f 00 20 4b ff ef d1 90 7e 00 38 80 7f 00 24 ...|...0.......4....K....~.8...\$
1f1a0 4b ff ef c5 90 7e 00 3c 80 7f 00 64 4b ff ef b9 39 20 00 00 90 7e 00 40 80 1f 00 84 90 1e 00 44 K....~.<...dK...9....~.@.......D
1f1c0 80 01 00 14 bb c1 00 08 7d 23 4b 78 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ........}#Kx8!..|...N....!..|...
1f1e0 90 01 00 14 bf c1 00 08 7c 7e 1b 79 40 82 00 10 3d 20 ff f5 83 e9 9c 84 48 00 00 30 3d 20 ff f5 ........|~.y@...=.......H..0=...
1f200 83 e9 90 40 48 00 00 14 4b ff ef 01 2f 83 00 00 41 9e 00 18 83 ff 08 28 2f 9f 00 00 38 9f 00 46 ...@H...K.../...A......(/...8..F
1f220 7f c3 f3 78 40 9e ff e4 80 01 00 14 7f e3 fb 78 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 ...x@..........x....8!..|...N...
1f240 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7f 1b 79 40 82 00 38 3d 20 ff f5 83 e9 9c 84 .!..|...........|..y@..8=.......
1f260 2f 9f 00 00 40 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 74 28 38 00 00 03 3b c0 ff ff 91 2b 80 40 /...@..(=`..=...9)t(8...;....+.@
1f280 3d 20 ff f5 90 09 90 24 48 00 00 d8 81 3f 08 18 3b c0 00 00 39 29 ff ff 2f 89 00 00 91 3f 08 18 =......\$H....?..;...9)../....?..
1f2a0 41 9e 00 18 48 00 00 bc 4b ff f4 f9 2f 83 ff ff 40 9e 00 08 3b c0 ff ff 80 1f 08 1c 2f 80 00 00 A...H...K.../...@...;......./...
1f2c0 7c 03 03 78 40 9e ff e4 48 00 00 14 4b ff f5 39 2f 83 ff ff 40 9e 00 08 3b c0 ff ff 80 1f 08 20 |..x@...H...K..9/...@...;.......
1f2e0 2f 80 00 00 7c 03 03 78 40 9e ff e4 7f e3 fb 78 48 00 20 09 2f 83 ff ff 40 9e 00 08 3b c0 ff ff /...|..x@......xH.../...@...;...
1f300 81 3f 08 24 2f 89 00 00 41 9e 00 0c 80 1f 08 28 90 09 08 28 81 3f 08 28 2f 89 00 00 41 9e 00 0c .?.\$/...A......(...(.?.(/...A...
1f320 80 1f 08 24 90 09 08 24 3d 20 ff f5 80 09 90 40 7f 9f 00 00 40 9e 00 0c 80 1f 08 28 90 09 90 40 ...\$...\$=......@....@......(...@
1f340 3d 20 ff f5 80 09 9c 84 7f 9f 00 00 40 9e 00 0c 38 00 00 00 90 09 9c 84 7f e3 fb 78 4b fe 92 e5 =...........@...8..........xK...
1f360 80 01 00 14 7f c3 f3 78 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 3d 20 ff f5 .......x....8!..|...N....!..=...
1f380 7c 08 02 a6 93 e1 00 0c 90 01 00 14 3b e9 90 40 48 00 00 08 4b ff fe ad 80 1f 00 00 2f 80 00 00 |...........;..@H...K......./...
1f3a0 7c 03 03 78 40 9e ff f0 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 |..x@...........8!..|...N....!..
1f3c0 3d 20 ff f5 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7c 1b 78 7c 9b 23 78 83 a9 90 40 48 00 00 30 =...|......\$.a..||.x|.#x...@H..0
1f3e0 80 1d 00 08 7f 80 d8 00 40 9e 00 20 7f a3 eb 78 7f 84 e3 78 48 00 15 51 2f 83 00 01 40 9e 00 0c ........@......x...xH..Q/...@...
1f400 7f be eb 78 48 00 00 b0 83 bd 08 28 2f 9d 00 00 40 9e ff d0 38 60 08 2c 4b fe 92 49 2f 83 00 00 ...xH......(/...@...8`.,K..I/...
1f420 7c 7e 1b 78 7c 7f 1b 78 40 9e 00 1c 3d 20 ff f5 38 00 00 01 93 a9 80 40 3d 20 ff f5 90 09 90 24 |~.x|..x@...=...8......@=......\$
1f440 48 00 00 88 38 80 00 00 48 00 1f f1 80 1e 00 04 7f 84 e3 78 7f c3 f3 78 60 00 00 04 90 1e 00 04 H...8...H..........x...x`.......
1f460 48 00 1f 49 2f 83 ff ff 41 9e 00 78 7f 64 db 78 7f c3 f3 78 48 00 1d 61 2f 83 ff ff 41 9e 00 64 H..I/...A..x.d.x...xH..a/...A..d
1f480 7f c3 f3 78 48 00 1c a1 2f 83 ff ff 41 9e 00 54 93 be 08 24 3d 20 ff f5 81 29 90 40 91 3e 08 28 ...xH.../...A..T...\$=....).@.>.(
1f4a0 2f 89 00 00 41 9e 00 08 93 c9 08 24 3d 20 ff f5 93 e9 90 40 81 3e 08 18 39 29 00 01 91 3e 08 18 /...A......\$=......@.>..9)...>..
1f4c0 3d 20 ff f5 93 c9 9c 84 80 01 00 24 7f c3 f3 78 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 =..........\$...x.a..8!..|...N...
1f4e0 7f e3 fb 78 3b c0 00 00 48 00 1e 11 7f e3 fb 78 4b fe 91 51 4b ff ff d4 94 21 fd d0 2f 85 00 00 ...x;...H......xK..QK....!../...
1f500 7c 08 02 a6 90 01 02 34 38 01 00 0c bf a1 02 24 90 01 00 08 7c 9f 23 78 38 80 00 02 41 9e 00 0c |......48......\$....|.#x8...A...
1f520 81 23 00 10 38 89 ff fe 38 a1 00 0c 4b ff dd e5 38 00 ff ff 2f 83 ff ff 41 9e 02 0c 3b a1 00 08 .#..8...8...K...8.../...A...;...
1f540 7f e4 fb 78 7f a3 eb 78 3b c0 00 00 4b ff ea 25 7f a3 eb 78 38 9f 00 04 4b ff ea 69 7f a3 eb 78 ...x...x;...K..%...x8...K..i...x
1f560 38 9f 00 08 4b ff ea 5d 7f a3 eb 78 38 9f 00 0c 4b ff ea 01 7f a3 eb 78 38 9f 00 0e 4b ff ea 1d 8...K..]...x8...K......x8...K...
1f580 7f a3 eb 78 38 9f 00 10 4b ff ea 11 7f a3 eb 78 38 9f 00 12 4b ff ea 05 7f a3 eb 78 38 9f 00 14 ...x8...K......x8...K......x8...
1f5a0 4b ff e9 f9 7f a3 eb 78 38 9f 00 18 4b ff ea 55 7f a3 eb 78 38 9f 00 1c 4b ff ea 49 7f a3 eb 78 K......x8...K..U...x8...K..I...x
1f5c0 38 9f 00 20 4b ff e9 d5 7f a3 eb 78 38 9f 00 24 4b ff e9 f1 7f a3 eb 78 38 9f 00 28 4b ff e9 bd 8...K......x8..\$K......x8..(K...
1f5e0 38 a0 00 1c 7f a3 eb 78 38 9f 00 2a 4b ff eb e5 7f a3 eb 78 38 9f 00 48 4b ff e9 c9 7f a3 eb 78 8......x8..*K......x8..HK......x
1f600 38 9f 00 4c 4b ff e9 6d 7f a3 eb 78 38 9f 00 50 4b ff e9 f1 7f a3 eb 78 38 9f 00 54 4b ff e9 e5 8..LK..m...x8..PK......x8..TK...
1f620 7f a3 eb 78 38 9f 00 58 4b ff e9 d9 7f a3 eb 78 38 9f 00 5c 4b ff e9 65 7f a3 eb 78 38 9f 00 60 ...x8..XK......x8..\K..e...x8..`
1f640 4b ff e9 c1 7f a3 eb 78 38 9f 00 64 4b ff e9 b5 38 9e 00 18 7f a3 eb 78 54 84 10 3a 7c 9f 22 14 K......x8..dK...8......xT..:|.".
1f660 38 84 00 08 4b ff e9 5d 2f 9e 00 07 3b de 00 01 40 9e ff e0 38 9f 00 88 7f a3 eb 78 4b ff e9 1d 8...K..]/...;...@...8......xK...
1f680 7f a3 eb 78 38 9f 00 8a 4b ff e9 11 7f a3 eb 78 38 9f 00 8c 4b ff e9 05 7f a3 eb 78 38 9f 00 90 ...x8...K......x8...K......x8...
1f6a0 4b ff e9 61 7f a3 eb 78 38 9f 00 94 4b ff e8 ed 7f a3 eb 78 38 9f 00 96 4b ff e8 e1 7f a3 eb 78 K..a...x8...K......x8...K......x
1f6c0 38 9f 00 98 4b ff e8 d5 7f a3 eb 78 38 9f 00 9a 4b ff e8 c9 7f a3 eb 78 38 9f 00 9c 4b ff e8 bd 8...K......x8...K......x8...K...
1f6e0 7f a3 eb 78 38 9f 00 9e 4b ff e8 b1 7f a3 eb 78 38 9f 00 a0 4b ff e9 0d 7f a3 eb 78 38 9f 00 a4 ...x8...K......x8...K......x8...
1f700 4b ff e8 99 7f a3 eb 78 38 9f 00 a6 4b ff e8 8d 7f a3 eb 78 38 9f 00 a8 4b ff e8 81 7f a3 eb 78 K......x8...K......x8...K......x
1f720 38 9f 00 aa 4b ff e8 75 7f a3 eb 78 38 9f 00 ac 4b ff e8 69 7f a3 eb 78 38 9f 00 ae 4b ff e8 5d 8...K..u...x8...K..i...x8...K..]
1f740 38 00 00 00 7c 03 03 78 80 01 02 34 bb a1 02 24 38 21 02 30 7c 08 03 a6 4e 80 00 20 94 21 fd d0 8...|..x...4...\$8!.0|...N....!..
1f760 38 c0 00 01 7c 08 02 a6 90 01 02 34 38 01 00 0c bf 61 02 1c 90 01 00 08 7c 9f 23 78 7c a4 2b 78 8...|......48....a......|.#x|.+x
1f780 7c 05 03 78 4b ff d8 15 38 00 ff ff 2f 83 ff ff 41 9e 01 50 3b a1 00 08 7f e4 fb 78 7f a3 eb 78 |..xK...8.../...A..P;......x...x
1f7a0 3b 80 00 00 4b ff e7 cd 7f a3 eb 78 38 9f 00 02 4b ff e7 c1 7f a3 eb 78 38 9f 00 04 4b ff e8 05 ;...K......x8...K......x8...K...
1f7c0 7f a3 eb 78 38 9f 00 08 4b ff e7 f9 7f a3 eb 78 38 9f 00 0c 4b ff e7 ed 80 81 00 08 38 a0 00 20 ...x8...K......x8...K.......8...
1f7e0 38 7f 00 10 7f bb eb 78 3b c0 00 00 4b ff aa 11 9b 9f 00 30 38 a0 00 20 38 7f 00 31 81 21 00 08 8......x;...K......08...8..1.!..
1f800 39 29 00 20 7d 24 4b 78 91 21 00 08 4b ff a9 f1 9b 9f 00 51 38 9f 00 54 7f a3 eb 78 81 21 00 08 9)..}\$Kx.!..K......Q8..T...x.!..
1f820 39 29 00 20 91 21 00 08 4b ff e7 99 7f a3 eb 78 38 9f 00 58 4b ff e7 8d 7f a3 eb 78 38 9f 00 5c 9)...!..K......x8..XK......x8..\
1f840 4b ff e7 81 7f a3 eb 78 38 9f 00 60 4b ff e7 75 7f a3 eb 78 38 9f 00 64 4b ff e7 69 7f a3 eb 78 K......x8..`K..u...x8..dK..i...x
1f860 38 9f 00 68 4b ff e7 5d 7f a3 eb 78 38 9f 00 6c 4b ff e7 51 7f a3 eb 78 38 9f 00 70 4b ff e7 45 8..hK..]...x8..lK..Q...x8..pK..E
1f880 7f a3 eb 78 38 9f 00 74 4b ff e7 39 7f a3 eb 78 38 9f 00 78 4b ff e7 2d 80 81 00 08 38 7f 00 7c ...x8..tK..9...x8..xK..-....8..|
1f8a0 38 a0 00 10 4b ff a9 59 81 21 00 08 9b 9f 00 8c 39 29 00 10 91 21 00 08 38 9e 00 40 7f 63 db 78 8...K..Y.!......9)...!..8..@.c.x
1f8c0 54 84 08 3c 7c 9f 22 14 38 84 00 0e 4b ff e6 a5 2f 9e 00 bb 3b de 00 01 40 9e ff e0 38 00 00 00 T..<|.".8...K.../...;...@...8...
1f8e0 7c 03 03 78 80 01 02 34 bb 61 02 1c 38 21 02 30 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 |..x...4.a..8!.0|...N....!..|...
1f900 90 01 00 24 bf 41 00 08 7c dd 33 79 7c 7a 1b 78 7c 9b 23 78 7c be 2b 78 41 82 00 24 81 3d 00 00 ...\$.A..|.3y|z.x|.#x|.+xA..\$.=..
1f920 2f 89 00 00 41 9e 00 18 80 05 00 04 3b e9 00 01 7f 89 00 40 41 9c 00 0c 48 00 00 8c 3b e0 00 01 /...A.......;......@A...H...;...
1f940 3b 9e 00 31 7f c4 f3 78 7f e5 fb 78 7f 43 d3 78 4b ff fe 0d 7f 64 db 78 2f 83 ff ff 7f 83 e3 78 ;..1...x...x.C.xK....d.x/......x
1f960 41 9e 00 34 a8 1e 00 00 2f 80 50 4d 41 9e 00 3c 2f 80 54 53 3d 60 ff f5 3d 40 ff f5 40 9e 00 20 A..4..../.PMA..</.TS=`..=@..@...
1f980 3d 20 ff f4 39 29 74 94 38 00 00 03 91 2b 80 40 90 0a 90 24 38 60 ff ff 48 00 00 64 3d 20 ff f4 =...9)t.8....+.@...\$8`..H..d=...
1f9a0 39 29 74 bc 4b ff ff e4 4b ff a9 09 2f 83 00 00 41 9e 00 38 80 1e 00 04 7f 9f 00 40 3b ff 00 01 9)t.K...K.../...A..8.......@;...
1f9c0 41 9c ff 84 3d 60 ff f5 3d 20 ff f4 39 29 74 80 38 00 00 03 38 60 00 00 91 2b 80 40 3d 20 ff f5 A...=`..=...9)t.8...8`...+.@=...
1f9e0 90 09 90 24 48 00 00 18 2f 9d 00 00 38 60 00 01 41 9e 00 0c 93 fd 00 00 38 60 00 01 80 01 00 24 ...\$H.../...8`..A.......8`.....\$
1fa00 bb 41 00 08 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff 80 7c 08 02 a6 90 01 00 84 bf 01 00 60 .A..8!..|...N....!..|..........`
1fa20 7c 7f 1b 78 38 01 00 30 7c 83 23 78 7c 18 03 78 7c 04 03 78 3b 60 00 00 3b 21 00 08 83 5f 00 00 |..x8..0|.#x|..x|..x;`..;!..._..
1fa40 80 1a 03 98 7c 09 03 a6 4e 80 04 21 a3 9f 00 12 38 60 ff ff 39 3c 00 07 7f 9d e3 78 55 29 08 3c ....|...N..!....8`..9<.....xU).<
1fa60 7d 3f 4a 14 3b c9 00 0c 48 00 00 4c a1 7e 00 00 3b de ff fe 7d 3f 5a 14 88 09 00 64 2f 80 00 00 }?J.;...H..L.~..;...}?Z....d/...
1fa80 41 9e 00 34 80 1a 03 98 38 69 00 64 7f 24 cb 78 7c 09 03 a6 4e 80 04 21 80 1a 03 9c 7f 23 cb 78 A..4....8i.d.\$.x|...N..!.....#.x
1faa0 7f 04 c3 78 7c 09 03 a6 4e 80 04 21 2c 03 00 00 40 81 00 14 7f 9c d8 00 3b bd ff ff 3b 7b 00 01 ...x|...N..!,...@.......;...;{..
1fac0 40 9e ff ac 93 bf 00 18 7c 63 00 34 54 63 d9 7e 80 01 00 84 bb 01 00 60 38 21 00 80 7c 08 03 a6 @.......|c.4Tc.~.......`8!..|...
1fae0 4e 80 00 20 80 03 00 04 81 24 00 04 7c 6b 1b 78 7c 69 00 51 4c 82 00 20 88 0b 00 01 89 24 00 01 N........\$..|k.x|i.QL........\$..
1fb00 7c 69 00 51 4c 82 00 20 a1 2b 00 08 a0 04 00 08 7c 60 48 50 4e 80 00 20 38 00 00 07 b0 c3 00 08 |i.QL....+......|`HPN...8.......
1fb20 90 a3 00 04 98 03 00 00 98 83 00 01 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 ............N....!..|......\$....
1fb40 7c df 33 78 7c 7d 1b 78 7c c3 33 78 7c be 2b 78 4b ff a6 91 93 bf 00 28 88 1e 00 00 7c 00 07 74 |.3x|}.x|.3x|.+xK......(....|..t
1fb60 2f 80 00 01 41 9e 00 10 2f 80 00 02 40 9e 01 00 48 00 00 78 90 1f 00 20 80 1e 00 08 90 1f 00 24 /...A.../...@...H..x...........\$
1fb80 80 7e 00 0c 4b ff e5 e1 90 7f 00 2c 80 7e 00 10 4b ff e5 d5 90 7f 00 30 80 7e 00 14 4b ff e5 c9 .~..K......,.~..K......0.~..K...
1fba0 90 7f 00 34 a0 1e 00 20 b0 1f 00 38 a0 1e 00 22 b0 1f 00 3a a0 1e 00 24 b0 1f 00 3c a0 1e 00 06 ...4.......8..."...:...\$...<....
1fbc0 b0 1f 00 40 a0 1e 00 18 b0 1f 00 42 a0 1e 00 1a b0 1f 00 44 a0 1e 00 1c b0 1f 00 46 a0 1e 00 1e ...@.......B.......D.......F....
1fbe0 b0 1f 00 48 48 00 00 88 88 1e 00 04 54 00 0f bc 90 1f 00 20 80 1e 00 18 90 1f 00 24 80 7e 00 34 ...HH.......T..............\$.~.4
1fc00 4b ff e5 65 90 7f 00 2c 80 7e 00 38 4b ff e5 59 90 7f 00 30 80 7e 00 3c 4b ff e5 4d 90 7f 00 34 K..e...,.~.8K..Y...0.~.<K..M...4
1fc20 38 7f 00 48 a0 1e 00 10 b0 1f 00 38 a0 1e 00 12 b0 1f 00 3a a0 1e 00 14 b0 1f 00 3c 80 1e 00 20 8..H.......8.......:.......<....
1fc40 90 1f 00 40 80 1e 00 2c 90 1f 00 44 80 9e 00 08 4b ff e2 a9 80 9e 00 0c 38 7f 00 4d 4b ff e2 9d ...@...,...D....K.......8..MK...
1fc60 38 00 00 00 98 1f 00 4c 98 1f 00 51 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 8......L...Q...\$....8!..|...N...
1fc80 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 7f 1b 78 7c 9e 23 78 88 03 00 00 7c 00 07 74 .!..|...........|..x|.#x....|..t
1fca0 2f 80 00 01 41 9e 00 10 2f 80 00 02 40 9e 00 dc 48 00 00 64 80 64 00 2c 4b ff e4 e5 90 7f 00 0c /...A.../...@...H..d.d.,K.......
1fcc0 80 7e 00 30 4b ff e4 d9 90 7f 00 10 80 7e 00 34 4b ff e4 cd 90 7f 00 14 a0 1e 00 38 b0 1f 00 20 .~.0K........~.4K..........8....
1fce0 a0 1e 00 3a b0 1f 00 22 a0 1e 00 3c b0 1f 00 24 a0 1e 00 42 b0 1f 00 18 a0 1e 00 44 b0 1f 00 1a ...:..."...<...\$...B.......D....
1fd00 a0 1e 00 46 b0 1f 00 1c a0 1e 00 48 b0 1f 00 1e 48 00 00 78 80 04 00 20 89 23 00 04 70 0b 00 02 ...F.......H....H..x.....#..p...
1fd20 41 82 00 0c 61 20 00 01 48 00 00 08 55 20 00 3c 98 1f 00 04 80 7e 00 2c 4b ff e4 65 90 7f 00 34 A...a...H...U..<.....~.,K..e...4
1fd40 80 7e 00 30 4b ff e4 59 90 7f 00 38 80 7e 00 34 4b ff e4 4d 90 7f 00 3c 38 7e 00 48 a0 1e 00 38 .~.0K..Y...8.~.4K..M...<8~.H...8
1fd60 b0 1f 00 10 a0 1e 00 3a b0 1f 00 12 a0 1e 00 3c b0 1f 00 14 4b ff e0 f9 90 7f 00 08 38 7e 00 4d .......:.......<....K.......8~.M
1fd80 4b ff e0 ed 90 7f 00 0c 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 K...............8!..|...N....!..
1fda0 7c 08 02 a6 90 01 00 24 bf 61 00 0c 7c 7d 1b 78 7c a3 2b 78 7c bc 2b 78 7c 9b 23 78 4b ff a5 d5 |......\$.a..|}.x|.+x|.+x|.#xK...
1fdc0 93 7d 00 04 7f 84 e3 78 38 03 00 01 38 63 00 06 54 00 07 fe 7c 63 02 14 38 00 00 00 98 7d 00 00 .}.....x8...8c..T...|c..8....}..
1fde0 98 1d 00 01 38 7d 00 08 4b ff a3 f9 80 01 00 24 bb 61 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 ....8}..K......\$.a..8!..|...N...
1fe00 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 3d 0b 78 7c 9c 23 78 94 7d 00 08 7f a3 eb 78 .!..|......\$....|=.x|.#x.}.....x
1fe20 4b ff e1 79 7f a3 eb 78 38 9c 00 02 4b ff e1 6d 7f a3 eb 78 38 9c 00 04 4b ff e1 61 7f a3 eb 78 K..y...x8...K..m...x8...K..a...x
1fe40 38 9c 00 06 4b ff e1 55 7f a3 eb 78 38 9c 00 08 4b ff e1 49 7f a3 eb 78 38 9c 00 0a 4b ff e1 3d 8...K..U...x8...K..I...x8...K..=
1fe60 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 ...\$....8!..|...N....!..|......\$
1fe80 bf 81 00 10 7c 3d 0b 78 7c 7c 1b 78 7c 9e 23 78 7c bf 2b 78 94 9d 00 08 a0 83 00 00 7f a3 eb 78 ....|=.x||.x|.#x|.+x...........x
1fea0 4b ff e1 e5 a0 9c 00 02 7f a3 eb 78 4b ff e1 d9 a0 9c 00 04 7f a3 eb 78 4b ff e1 cd a0 9c 00 06 K..........xK..........xK.......
1fec0 7f a3 eb 78 4b ff e1 c1 a0 9c 00 08 7f a3 eb 78 4b ff e1 b5 a0 9c 00 0a 7f a3 eb 78 4b ff e1 a9 ...xK..........xK..........xK...
1fee0 2f 9f 00 00 41 9e 00 18 80 01 00 08 81 3f 00 00 7c 1e 00 50 7d 29 02 14 91 3f 00 00 80 01 00 24 /...A........?..|..P})...?.....\$
1ff00 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 ....8!..|...N....!..|......\$....
1ff20 7c 3d 0b 78 7c 9c 23 78 94 7d 00 08 7f a3 eb 78 4b ff e0 11 7f a3 eb 78 38 9c 00 01 4b ff e0 05 |=.x|.#x.}.....xK......x8...K...
1ff40 7f a3 eb 78 38 9c 00 04 4b ff e0 b9 7f a3 eb 78 38 9c 00 08 4b ff e0 45 80 01 00 24 bb 81 00 10 ...x8...K......x8...K..E...\$....
1ff60 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf c1 00 18 7c 3f 0b 78 8!..|...N....!..|......\$....|?.x
1ff80 7c 9e 23 78 94 7f 00 08 7f e3 fb 78 4b ff df b5 7f e3 fb 78 38 9e 00 01 4b ff df a9 88 1e 00 00 |.#x.......xK......x8...K.......
1ffa0 7c 00 07 74 2f 80 00 02 41 9e 01 48 41 9d 00 10 2f 80 00 01 40 9e 03 48 48 00 00 18 2f 80 00 03 |..t/...A..HA.../...@..HH.../...
1ffc0 41 9e 03 08 2f 80 00 04 40 9e 03 34 48 00 02 fc 38 9e 00 04 7f e3 fb 78 4b ff df 99 7f e3 fb 78 A.../...@..4H...8......xK......x
1ffe0 38 9e 00 06 4b ff df b5 7f e3 fb 78 38 9e 00 08 4b ff e0 11 7f e3 fb 78 38 9e 00 0c 4b ff df c5 8...K......x8...K......x8...K...
20000 7f e3 fb 78 38 9e 00 10 4b ff df b9 7f e3 fb 78 38 9e 00 14 4b ff df ad 7f e3 fb 78 38 9e 00 18 ...x8...K......x8...K......x8...
20020 4b ff df 51 7f e3 fb 78 38 9e 00 1a 4b ff df 45 7f e3 fb 78 38 9e 00 1c 4b ff df 39 7f e3 fb 78 K..Q...x8...K..E...x8...K..9...x
20040 38 9e 00 1e 4b ff df 2d 7f e3 fb 78 38 9e 00 20 4b ff df 21 7f e3 fb 78 38 9e 00 22 4b ff df 15 8...K..-...x8...K..!...x8.."K...
20060 7f e3 fb 78 38 9e 00 24 4b ff df 09 7f e3 fb 78 38 9e 00 26 4b ff de fd 7f e3 fb 78 38 9e 00 28 ...x8..\$K......x8..&K......x8..(
20080 4b ff de f1 7f e3 fb 78 38 9e 00 2a 4b ff de e5 7f e3 fb 78 38 9e 00 2c 4b ff df 29 7f e3 fb 78 K......x8..*K......x8..,K..)...x
200a0 38 9e 00 30 4b ff de cd 7f e3 fb 78 38 9e 00 32 4b ff de c1 7f e3 fb 78 38 9e 00 34 4b ff df 05 8..0K......x8..2K......x8..4K...
200c0 7f e3 fb 78 38 9e 00 38 4b ff de f9 7f e3 fb 78 38 9e 00 3c 4b ff de ed 7f e3 fb 78 38 9e 00 40 ...x8..8K......x8..<K......x8..@
200e0 4b ff de e1 7f e3 fb 78 38 9e 00 44 48 00 01 d4 38 9e 00 04 7f e3 fb 78 4b ff de 49 7f e3 fb 78 K......x8..DH...8......xK..I...x
20100 38 9e 00 05 4b ff de 3d 7f e3 fb 78 38 9e 00 08 4b ff de b1 7f e3 fb 78 38 9e 00 0c 4b ff de a5 8...K..=...x8...K......x8...K...
20120 7f e3 fb 78 38 9e 00 10 4b ff de 49 7f e3 fb 78 38 9e 00 12 4b ff de 3d 7f e3 fb 78 38 9e 00 14 ...x8...K..I...x8...K..=...x8...
20140 4b ff de 31 7f e3 fb 78 38 9e 00 16 4b ff de 25 7f e3 fb 78 38 9e 00 18 4b ff de a9 7f e3 fb 78 K..1...x8...K..%...x8...K......x
20160 38 9e 00 1c 4b ff de 35 7f e3 fb 78 38 9e 00 20 4b ff de 91 7f e3 fb 78 38 9e 00 24 4b ff de 85 8...K..5...x8...K......x8..\$K...
20180 7f e3 fb 78 38 9e 00 28 4b ff de 11 7f e3 fb 78 38 9e 00 2c 4b ff de 6d 7f e3 fb 78 38 9e 00 30 ...x8..(K......x8..,K..m...x8..0
201a0 4b ff de 61 7f e3 fb 78 38 9e 00 34 4b ff de 15 7f e3 fb 78 38 9e 00 38 4b ff de 09 7f e3 fb 78 K..a...x8..4K......x8..8K......x
201c0 38 9e 00 3c 4b ff dd fd 7f e3 fb 78 38 9e 00 40 4b ff dd a1 7f e3 fb 78 38 9e 00 42 4b ff dd 95 8..<K......x8..@K......x8..BK...
201e0 7f e3 fb 78 38 9e 00 44 4b ff dd 89 7f e3 fb 78 38 9e 00 46 4b ff dd 7d 7f e3 fb 78 38 9e 00 48 ...x8..DK......x8..FK..}...x8..H
20200 4b ff dd 71 7f e3 fb 78 38 9e 00 4a 4b ff dd 65 7f e3 fb 78 38 9e 00 4c 4b ff dd a9 7f e3 fb 78 K..q...x8..JK..e...x8..LK......x
20220 38 9e 00 50 4b ff dd 75 7f e3 fb 78 38 9e 00 52 4b ff dd 69 7f e3 fb 78 38 9e 00 54 4b ff dd 5d 8..PK..u...x8..RK..i...x8..TK..]
20240 7f e3 fb 78 38 9e 00 56 4b ff dd 51 7f e3 fb 78 38 9e 00 58 4b ff dd 45 7f e3 fb 78 38 9e 00 5a ...x8..VK..Q...x8..XK..E...x8..Z
20260 4b ff dd 39 7f e3 fb 78 38 9e 00 5c 4b ff dd 2d 7f e3 fb 78 38 9e 00 5e 4b ff dd 21 7f e3 fb 78 K..9...x8..\K..-...x8..^K..!...x
20280 38 9e 00 60 4b ff dd 15 7f e3 fb 78 38 9e 00 62 4b ff dd 09 7f e3 fb 78 38 9e 00 64 4b ff dc fd 8..`K......x8..bK......x8..dK...
202a0 7f e3 fb 78 38 9e 00 66 4b ff dc f1 7f e3 fb 78 38 9e 00 68 4b ff dc e5 7f e3 fb 78 38 9e 00 6c ...x8..fK......x8..hK......x8..l
202c0 4b ff dd 01 48 00 00 38 38 9e 00 04 7f e3 fb 78 4b ff dc f1 7f e3 fb 78 38 9e 00 08 4b ff dc e5 K...H..88......xK......x8...K...
202e0 7f e3 fb 78 38 9e 00 0c 4b ff dd 19 7f e3 fb 78 38 9e 00 10 38 a0 00 20 4b ff de d9 80 01 00 24 ...x8...K......x8...8...K......\$
20300 bb c1 00 18 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 ....8!..|...N....!..|......\$....
20320 7c 3d 0b 78 7c 9c 23 78 94 7d 00 08 7f a3 eb 78 4b ff dc 11 7f a3 eb 78 38 9c 00 01 4b ff dc 05 |=.x|.#x.}.....xK......x8...K...
20340 7f a3 eb 78 38 9c 00 04 4b ff dc b9 7f a3 eb 78 38 9c 00 08 38 a0 00 20 4b ff de 79 80 01 00 24 ...x8...K......x8...8...K..y...\$
20360 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 ....8!..|...N....!..|......\$....
20380 7c 3d 0b 78 7c 7c 1b 78 7c 9e 23 78 7c bf 2b 78 94 9d 00 08 88 83 00 00 7f a3 eb 78 7c 84 07 74 |=.x||.x|.#x|.+x...........x|..t
203a0 4b ff dc a1 88 9c 00 01 7f a3 eb 78 7c 84 07 74 4b ff dc 91 80 9c 00 04 7f a3 eb 78 4b ff dd 19 K..........x|..tK..........xK...
203c0 a0 9c 00 08 7f a3 eb 78 4b ff dc bd 2f 9f 00 00 41 9e 00 14 89 3e 00 00 39 29 00 02 55 29 00 3c .......xK.../...A....>..9)..U).<
203e0 91 3f 00 00 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 .?.....\$....8!..|...N....!..|...
20400 90 01 00 24 bf 61 00 0c 7c bd 2b 78 7c 9c 23 78 7c c5 33 78 7f a4 eb 78 7c db 33 78 4b ff ff 55 ...\$.a..|.+x|.#x|.3x...x|.3xK..U
20420 80 01 00 24 7f 83 e3 78 88 9d 00 00 7f 65 db 78 7c 08 03 a6 38 84 00 02 54 84 00 3c 7c 9d 22 14 ...\$...x.....e.x|...8...T..<|.".
20440 bb 61 00 0c 38 21 00 20 4b ff fa 2c 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 3f 0b 78 .a..8!..K..,.!..|......\$....|?.x
20460 7c 7e 1b 78 7c 9c 23 78 7c bd 2b 78 94 9f 00 08 88 83 00 00 7f e3 fb 78 7c 84 07 74 4b ff db c5 |~.x|.#x|.+x...........x|..tK...
20480 88 9e 00 01 7f e3 fb 78 7c 84 07 74 4b ff db b5 88 1e 00 00 7c 00 07 74 2f 80 00 02 41 9e 01 48 .......x|..tK.......|..t/...A..H
204a0 41 9d 00 10 2f 80 00 01 40 9e 03 50 48 00 00 18 2f 80 00 03 41 9e 03 10 2f 80 00 04 40 9e 03 3c A.../...@..PH.../...A.../...@..<
204c0 48 00 03 04 a8 9e 00 04 7f e3 fb 78 4b ff db 9d a0 9e 00 06 7f e3 fb 78 4b ff db ad 80 9e 00 08 H..........xK..........xK.......
204e0 7f e3 fb 78 4b ff db f1 80 9e 00 0c 7f e3 fb 78 4b ff db b1 80 9e 00 10 7f e3 fb 78 4b ff db a5 ...xK..........xK..........xK...
20500 80 9e 00 14 7f e3 fb 78 4b ff db 99 a8 9e 00 18 7f e3 fb 78 4b ff db 55 a8 9e 00 1a 7f e3 fb 78 .......xK..........xK..U.......x
20520 4b ff db 49 a8 9e 00 1c 7f e3 fb 78 4b ff db 3d a8 9e 00 1e 7f e3 fb 78 4b ff db 31 a8 9e 00 20 K..I.......xK..=.......xK..1....
20540 7f e3 fb 78 4b ff db 25 a8 9e 00 22 7f e3 fb 78 4b ff db 19 a8 9e 00 24 7f e3 fb 78 4b ff db 0d ...xK..%..."...xK......\$...xK...
20560 a8 9e 00 26 7f e3 fb 78 4b ff db 01 a8 9e 00 28 7f e3 fb 78 4b ff da f5 a8 9e 00 2a 7f e3 fb 78 ...&...xK......(...xK......*...x
20580 4b ff da e9 80 9e 00 2c 7f e3 fb 78 4b ff db 15 a8 9e 00 30 7f e3 fb 78 4b ff da d1 a8 9e 00 32 K......,...xK......0...xK......2
205a0 7f e3 fb 78 4b ff da c5 80 9e 00 34 7f e3 fb 78 4b ff da f1 80 9e 00 38 7f e3 fb 78 4b ff da e5 ...xK......4...xK......8...xK...
205c0 80 9e 00 3c 7f e3 fb 78 4b ff da d9 80 9e 00 40 7f e3 fb 78 4b ff da cd 7f e3 fb 78 80 9e 00 44 ...<...xK......@...xK......x...D
205e0 48 00 01 dc 88 9e 00 04 7f e3 fb 78 7c 84 07 74 4b ff da 51 88 9e 00 05 7f e3 fb 78 7c 84 07 74 H..........x|..tK..Q.......x|..t
20600 4b ff da 41 80 9e 00 08 7f e3 fb 78 4b ff da 95 80 9e 00 0c 7f e3 fb 78 4b ff da 89 a8 9e 00 10 K..A.......xK..........xK.......
20620 7f e3 fb 78 4b ff da 45 a8 9e 00 12 7f e3 fb 78 4b ff da 39 a8 9e 00 14 7f e3 fb 78 4b ff da 2d ...xK..E.......xK..9.......xK..-
20640 a8 9e 00 16 7f e3 fb 78 4b ff da 21 80 9e 00 18 7f e3 fb 78 4b ff da 81 a0 9e 00 1c 7f e3 fb 78 .......xK..!.......xK..........x
20660 4b ff da 25 80 9e 00 20 7f e3 fb 78 4b ff da 69 80 9e 00 24 7f e3 fb 78 4b ff da 5d a0 9e 00 28 K..%.......xK..i...\$...xK..]...(
20680 7f e3 fb 78 4b ff da 01 80 9e 00 2c 7f e3 fb 78 4b ff da 45 80 9e 00 30 7f e3 fb 78 4b ff da 39 ...xK......,...xK..E...0...xK..9
206a0 80 9e 00 34 7f e3 fb 78 4b ff d9 f9 80 9e 00 38 7f e3 fb 78 4b ff d9 ed 80 9e 00 3c 7f e3 fb 78 ...4...xK......8...xK......<...x
206c0 4b ff d9 e1 a8 9e 00 40 7f e3 fb 78 4b ff d9 9d a8 9e 00 42 7f e3 fb 78 4b ff d9 91 a8 9e 00 44 K......@...xK......B...xK......D
206e0 7f e3 fb 78 4b ff d9 85 a8 9e 00 46 7f e3 fb 78 4b ff d9 79 a8 9e 00 48 7f e3 fb 78 4b ff d9 6d ...xK......F...xK..y...H...xK..m
20700 a8 9e 00 4a 7f e3 fb 78 4b ff d9 61 80 9e 00 4c 7f e3 fb 78 4b ff d9 8d a0 9e 00 50 7f e3 fb 78 ...J...xK..a...L...xK......P...x
20720 4b ff d9 65 a0 9e 00 52 7f e3 fb 78 4b ff d9 59 a0 9e 00 54 7f e3 fb 78 4b ff d9 4d a0 9e 00 56 K..e...R...xK..Y...T...xK..M...V
20740 7f e3 fb 78 4b ff d9 41 a0 9e 00 58 7f e3 fb 78 4b ff d9 35 a0 9e 00 5a 7f e3 fb 78 4b ff d9 29 ...xK..A...X...xK..5...Z...xK..)
20760 a0 9e 00 5c 7f e3 fb 78 4b ff d9 1d a0 9e 00 5e 7f e3 fb 78 4b ff d9 11 a0 9e 00 60 7f e3 fb 78 ...\...xK......^...xK......`...x
20780 4b ff d9 05 a0 9e 00 62 7f e3 fb 78 4b ff d8 f9 a0 9e 00 64 7f e3 fb 78 4b ff d8 ed a0 9e 00 66 K......b...xK......d...xK......f
207a0 7f e3 fb 78 4b ff d8 e1 a0 9e 00 68 7f e3 fb 78 4b ff d8 d5 80 9e 00 6c 7f e3 fb 78 4b ff d8 e5 ...xK......h...xK......l...xK...
207c0 48 00 00 38 80 9e 00 04 7f e3 fb 78 4b ff d8 d5 80 9e 00 08 7f e3 fb 78 4b ff d8 c9 80 9e 00 0c H..8.......xK..........xK.......
207e0 7f e3 fb 78 4b ff d8 f1 7f e3 fb 78 38 9e 00 10 38 a0 00 20 4b ff da 51 2f 9d 00 00 41 9e 00 18 ...xK......x8...8...K..Q/...A...
20800 80 01 00 08 81 3d 00 00 7c 1c 00 50 7d 29 02 14 91 3d 00 00 80 01 00 24 bb 81 00 10 38 21 00 20 .....=..|..P})...=.....\$....8!..
20820 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 7c 3d 0b 78 7c 7c 1b 78 |...N....!..|......\$....|=.x||.x
20840 7c 9e 23 78 7c bf 2b 78 94 9d 00 08 88 83 00 00 7f a3 eb 78 7c 84 07 74 4b ff d7 e9 88 9c 00 01 |.#x|.+x...........x|..tK.......
20860 7f a3 eb 78 7c 84 07 74 4b ff d7 d9 80 9c 00 04 7f a3 eb 78 4b ff d8 61 7f a3 eb 78 38 9c 00 08 ...x|..tK..........xK..a...x8...
20880 38 a0 00 20 4b ff d9 c1 2f 9f 00 00 41 9e 00 14 89 3e 00 00 39 29 00 02 55 29 00 3c 91 3f 00 00 8...K.../...A....>..9)..U).<.?..
208a0 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 ...\$....8!..|...N....!..|......\$
208c0 bf 61 00 0c 7c bd 2b 78 7c 9c 23 78 7c c5 33 78 7f a4 eb 78 7c db 33 78 4b ff ff 51 80 01 00 24 .a..|.+x|.#x|.3x...x|.3xK..Q...\$
208e0 7f 83 e3 78 88 9d 00 00 7f 65 db 78 7c 08 03 a6 38 84 00 02 54 84 00 3c 7c 9d 22 14 bb 61 00 0c ...x.....e.x|...8...T..<|."..a..
20900 38 21 00 20 4b ff fb 48 94 21 ff f0 7c 6b 1b 78 7c 08 02 a6 90 01 00 14 80 03 00 04 81 24 00 04 8!..K..H.!..|k.x|............\$..
20920 7c 69 00 51 40 82 00 10 38 6b 00 08 38 84 00 08 4b ff d7 d9 80 01 00 14 38 21 00 10 7c 08 03 a6 |i.Q@...8k..8...K.......8!..|...
20940 4e 80 00 20 80 63 00 00 7c 63 22 78 7c 63 00 34 54 63 d9 7e 4e 80 00 20 94 21 fd 50 7c 08 02 a6 N....c..|c"x|c.4Tc.~N....!.P|...
20960 90 01 02 b4 bf 41 02 98 7c de 33 79 7c 7f 1b 78 7c 86 23 78 7c ba 2b 78 40 82 00 08 3b c1 00 2c .....A..|.3y|..x|.#x|.+x@...;..,
20980 3b a1 00 08 80 9f 00 a8 80 bf 00 40 3b 81 00 20 7f a3 eb 78 3b 7f 00 98 4b ff f1 81 7f a3 eb 78 ;..........@;......x;...K......x
209a0 38 a0 00 00 7f 84 e3 78 3b a1 00 14 4b ff f9 c5 80 7f 00 00 7c bb 64 aa 7c bd 65 aa 7f 84 e3 78 8......x;...K.......|.d.|.e....x
209c0 7f c5 f3 78 38 63 00 d4 83 9f 00 a4 4b ff d0 dd 7c bd 64 aa 7c bb 65 aa 93 9f 00 a4 2c 03 00 00 ...x8c......K...|.d.|.e.....,...
209e0 40 81 00 48 2f 9a 00 00 38 60 00 01 41 9e 00 3c 81 3e 00 18 7f 44 d3 78 39 29 00 08 55 29 08 3c @..H/...8`..A..<.>...D.x9)..U).<
20a00 7d 3e 4a 14 a1 29 00 0c 7d 7e 4a 14 39 2b 00 64 88 6b 00 64 38 63 00 02 54 63 00 3c 7c 69 1a 14 }>J..)..}~J.9+.d.k.d8c..Tc.<|i..
20a20 4b ff f3 e1 38 60 00 01 80 01 02 b4 bb 41 02 98 38 21 02 b0 7c 08 03 a6 4e 80 00 20 94 21 fd 20 K...8`.......A..8!..|...N....!..
20a40 7c 08 02 a6 90 01 02 e4 bf 41 02 c8 7d 1f 43 79 7c 7e 1b 78 7c da 33 78 7c fb 3b 78 40 82 00 08 |........A..}.Cy|~.x|.3x|.;x@...
20a60 3b e1 00 58 3b 81 00 08 3b a1 00 30 7f 83 e3 78 4b ff f3 2d 7f 83 e3 78 7f a4 eb 78 38 a0 00 00 ;..X;...;..0...xK..-...x...x8...
20a80 4b ff fd a9 38 7e 04 74 7f a4 eb 78 7f e5 fb 78 4b ff d0 19 2c 03 00 00 40 81 00 6c 81 3f 00 18 K...8~.t...x...xK...,...@..l.?..
20aa0 2f 9b 00 00 39 29 00 08 55 29 08 3c 7d 3f 4a 14 a3 a9 00 0c 7d 3f ea 14 3b c9 00 64 41 9e 00 1c /...9)..U).<}?J.....}?..;..dA...
20ac0 7f 84 e3 78 7f c3 f3 78 4b ff f8 49 7f 63 db 78 38 81 00 10 4b ff 97 0d 2f 9a 00 00 38 60 00 01 ...x...xK..I.c.x8...K.../...8`..
20ae0 41 9e 00 24 7d 3f ea 14 7f 44 d3 78 88 69 00 64 38 63 00 02 54 63 00 3c 7c 7e 1a 14 4b ff f4 71 A..\$}?...D.x.i.d8c..Tc.<|~..K..q
20b00 38 60 00 01 80 01 02 e4 bb 41 02 c8 38 21 02 e0 7c 08 03 a6 4e 80 00 20 94 21 ff 80 7c 08 02 a6 8`.......A..8!..|...N....!..|...
20b20 90 01 00 84 bf c1 00 78 7c bf 2b 79 7c fe 3b 78 40 82 00 08 3b e1 00 08 3c a0 ff f4 7c c8 33 78 .......x|.+y|.;x@...;...<...|.3x
20b40 38 a5 5b e0 7f e6 fb 78 38 e0 00 00 4b ff fe f1 2f 83 00 01 40 9e 00 34 88 1f 00 00 7c 00 07 74 8.[....x8...K.../...@..4....|..t
20b60 7f 80 f0 00 41 9e 00 24 3d 60 ff f5 3d 20 ff f4 39 29 74 d4 38 00 00 02 38 60 ff ff 91 2b 80 40 ....A..\$=`..=...9)t.8...8`...+.@
20b80 3d 20 ff f5 90 09 90 24 80 01 00 84 bb c1 00 78 38 21 00 80 7c 08 03 a6 4e 80 00 20 94 21 ff a0 =......\$.......x8!..|...N....!..
20ba0 7d 80 00 26 7c 08 02 a6 90 01 00 64 91 81 00 30 be a1 00 34 7c 9e 23 78 7c 7a 1b 78 7c bc 2b 78 }..&|......d...0...4|.#x|z.x|.+x
20bc0 7c db 33 78 7c f9 3b 78 7d 16 43 78 88 04 00 00 2f 80 00 00 40 9e 00 1c 3d 60 ff f5 3d 20 ff f4 |.3x|.;x}.Cx..../...@...=`..=...
20be0 39 29 74 e8 38 00 00 04 91 2b 80 40 48 00 02 e0 2f 86 00 00 41 9e 00 0c 38 00 00 00 90 06 00 00 9)t.8....+.@H.../...A...8.......
20c00 7f c3 f3 78 38 80 00 3a 4b ff 97 15 88 1e 00 00 2f 80 00 3a 41 9e 00 0c 2f 83 00 00 40 9e 00 28 ...x8..:K......./..:A.../...@..(
20c20 68 00 00 3a 80 7a 00 00 7c 00 00 34 54 00 d9 7e 80 83 08 14 7c 1e 00 ee 2f 80 00 00 40 9e 00 a8 h..:.z..|..4T..~....|.../...@...
20c40 48 00 00 f8 7f fe 18 50 2f 9f 00 1b 41 9d 01 80 3b a1 00 08 7f e5 fb 78 7f a3 eb 78 7f c4 f3 78 H......P/...A...;......x...x...x
20c60 4b ff 95 9d 7d 21 fa 14 38 00 00 00 98 09 00 08 3d 20 ff f5 83 e9 90 40 48 00 00 1c 4b ff d4 8d K...}!..8.......=......@H...K...
20c80 2f 83 00 00 40 9e 00 0c 93 fa 00 00 48 00 00 18 83 ff 08 28 2f 9f 00 00 38 7f 00 46 7f a4 eb 78 /...@.......H......(/...8..F...x
20ca0 40 9e ff dc 38 80 00 01 48 00 00 3c 80 7a 00 00 7f 85 e3 78 38 c0 00 00 38 e0 00 03 4b ff fe 5d @...8...H..<.z.....x8...8...K..]
20cc0 2f 83 ff ff 7c 7d 1b 78 41 9e 02 10 2f 83 00 00 41 9e 02 08 80 9c 00 0c 3b fe 00 01 7f fe fb 78 /...|}.xA.../...A.......;......x
20ce0 48 00 00 14 3b 01 00 08 3a e1 00 27 3a a0 00 00 2e 1b 00 00 88 1e 00 00 2f 80 00 3a 41 be ff b0 H...;...:..':.........../..:A...
20d00 2f 80 00 00 41 9e 00 30 38 18 00 01 7f 09 c3 78 7f 97 00 40 7c 18 b8 50 7c 09 03 a6 41 9c 00 0c /...A..08......x...@|..P|...A...
20d20 2f 97 00 00 40 be 00 7c 38 00 00 01 7c 09 03 a6 48 00 00 70 80 7a 00 00 7f 85 e3 78 38 c0 00 00 /...@..|8...|...H..p.z.....x8...
20d40 38 e0 00 03 4b ff fd d5 2f 83 ff ff 7c 7d 1b 78 41 9e 01 88 2f 83 00 00 41 9e 01 80 2f 9b 00 00 8...K.../...|}.xA.../...A.../...
20d60 41 9e 00 0c 80 1c 00 0c 90 1b 00 00 80 7a 00 00 80 9c 00 0c 7f 86 e3 78 7f 27 cb 78 7e c8 b3 78 A............z.........x.'.x~..x
20d80 38 bc 00 10 4b ff fc b9 7c 7d 1b 78 48 00 01 4c 98 09 00 00 3b de 00 01 39 29 00 01 42 40 00 18 8...K...|}.xH..L....;...9)..B@..
20da0 88 1e 00 00 2f 80 00 00 2f 00 00 3a 41 9e 00 08 40 9a ff e0 88 1e 00 00 7f df f3 78 2f 80 00 00 ..../.../..:A...@..........x/...
20dc0 41 9e 00 20 2f 80 00 3a 41 9e 00 18 3d 20 ff f5 38 00 00 00 90 09 80 40 38 00 00 07 48 00 00 f0 A.../..:A...=...8......@8...H...
20de0 9a a9 00 00 88 1e 00 00 2f 80 00 3a 40 9e 00 08 3b fe 00 01 41 92 00 08 90 9b 00 00 80 7a 00 00 ......../..:@...;...A........z..
20e00 7f 05 c3 78 7f 86 e3 78 7f 27 cb 78 7e c8 b3 78 4b ff fc 2d 2f 83 ff ff 7c 7d 1b 78 41 9e 00 bc ...x...x.'.x~..xK..-/...|}.xA...
20e20 2f 83 00 00 40 9e 00 40 88 1f 00 00 2f 80 00 00 41 9e 00 10 2f 9b 00 00 41 9e 00 08 90 7b 00 00 /...@..@..../...A.../...A....{..
20e40 88 1f 00 00 2f 80 00 00 40 9e 00 90 2f 99 00 00 41 9e 00 88 7f 23 cb 78 38 81 00 08 4b ff 93 85 ..../...@.../...A....#.x8...K...
20e60 48 00 00 78 88 1c 00 00 7c 00 07 74 2f 80 00 01 41 9e 00 10 2f 80 00 02 40 9e 00 40 48 00 00 18 H..x....|..t/...A.../...@..@H...
20e80 88 1f 00 00 2f 80 00 00 41 9e 00 50 80 9c 00 08 4b ff fe 4c 88 1f 00 00 2f 80 00 00 41 9e 00 3c ..../...A..P....K..L..../...A..<
20ea0 3d 60 ff f5 3d 20 ff f4 39 29 74 f4 38 00 00 05 91 2b 80 40 48 00 00 18 3d 60 ff f5 3d 20 ff f4 =`..=...9)t.8....+.@H...=`..=...
20ec0 39 29 75 08 38 00 00 02 91 2b 80 40 3d 20 ff f5 3b a0 ff ff 90 09 90 24 80 01 00 64 81 81 00 30 9)u.8....+.@=...;......\$...d...0
20ee0 7f a3 eb 78 ba a1 00 34 38 21 00 60 7c 08 03 a6 7d 80 81 20 4e 80 00 20 94 21 ff e0 7c 08 02 a6 ...x...48!.`|...}...N....!..|...
20f00 90 01 00 24 bf 81 00 10 7c 7f 1b 78 a1 23 00 30 a3 83 00 2c a0 03 00 3c 39 29 0f ff 7d 3d 66 70 ...\$....|..x.#.0...,...<9)..}=fp
20f20 7c 1c 00 50 7f 80 e8 40 40 9c 00 1c 3d 60 ff f5 3d 20 ff f4 39 29 75 24 38 00 00 02 91 2b 80 40 |..P...@@...=`..=...9)u\$8....+.@
20f40 48 00 00 24 57 a3 48 2c 4b fe 77 19 2f 83 00 00 90 7f 00 cc 40 9e 00 1c 3d 20 ff f5 38 00 00 01 H..\$W.H,K.w./.......@...=...8...
20f60 90 69 80 40 3d 20 ff f5 90 09 90 24 48 00 00 44 b3 bf 00 d0 7c 7e 1b 78 48 00 00 10 4b ff c3 95 .i.@=......\$H..D....|~.xH...K...
20f80 2f 83 ff ff 41 9e 00 2c 2f 9d 00 00 7f 84 e3 78 7f c5 f3 78 7f e3 fb 78 3b 9c 00 01 3b de 02 00 /...A..,/......x...x...x;...;...
20fa0 3b bd ff ff 40 9e ff d8 38 60 00 00 48 00 00 24 80 7f 00 cc 2f 83 00 00 41 9e 00 08 4b fe 76 85 ;...@...8`..H..\$..../...A...K.v.
20fc0 38 00 00 00 38 60 ff ff b0 1f 00 d0 90 1f 00 cc 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 8...8`.............\$....8!..|...
20fe0 4e 80 00 20 94 21 ff e0 38 83 00 1c 7c 08 02 a6 38 a0 00 00 90 01 00 24 bf a1 00 14 7c 7f 1b 78 N....!..8...|...8......\$....|..x
21000 4b ff e4 f9 38 00 ff ff 2f 83 ff ff 41 9e 01 00 a8 1f 00 1c 2f 80 42 44 41 9e 00 3c 2f 80 d2 d7 K...8.../...A......./.BDA..</...
21020 3d 60 ff f5 3d 40 ff f5 40 9e 00 10 3d 20 ff f4 39 29 75 4c 48 00 00 0c 3d 20 ff f4 39 29 75 6c =`..=@..@...=...9)uLH...=...9)ul
21040 38 00 00 03 91 2b 80 40 90 0a 90 24 38 00 ff ff 48 00 00 bc 81 5f 00 34 71 40 01 ff 41 82 00 24 8....+.@...\$8...H...._.4q@..A..\$
21060 3d 60 ff f5 3d 20 ff f4 39 29 75 88 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 4b ff ff d0 =`..=...9)u.8....+.@=......\$K...
21080 a0 9f 00 b0 80 1f 00 ac 55 4a ba 7e 91 5f 00 14 b0 9f 01 18 39 7f 01 4e 39 3f 00 b0 80 7f 00 20 ........UJ.~._......9..N9?......
210a0 83 bf 00 24 38 80 00 00 7c a9 64 aa 7c ab 65 aa 90 1f 01 20 90 1f 01 1c 90 7f 01 30 38 7f 00 d4 ...\$8...|.d.|.e............08...
210c0 93 bf 01 34 4b ff d2 75 80 1f 00 bc a1 5f 00 c0 39 7f 04 ee 39 3f 00 c0 7c a9 64 aa 7c ab 65 aa ...4K..u....._..9...9?..|.d.|.e.
210e0 90 1f 04 c0 80 9f 00 20 80 7f 00 24 90 1f 04 bc 90 9f 04 d0 38 80 00 00 90 7f 04 d4 b1 5f 04 b8 ...........\$........8........_..
21100 38 7f 04 74 4b ff d2 35 38 00 00 00 7c 03 03 78 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 8..tK..58...|..x...\$....8!..|...
21120 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 4b ff fe ad 2f 83 ff ff N....!..|...........|..xK.../...
21140 41 9e 00 7c 7f e3 fb 78 4b ff fd b1 2f 83 ff ff 41 9e 00 6c 38 7f 00 d4 4b ff ca 51 2f 83 ff ff A..|...xK.../...A..l8...K..Q/...
21160 41 9e 00 5c 38 7f 04 74 4b ff ca 41 2f 83 ff ff 41 9e 00 4c a8 1f 00 28 81 3f 00 04 2f 80 00 00 A..\8..tK..A/...A..L...(.?../...
21180 40 9c 00 10 61 20 00 04 90 1f 00 04 48 00 00 1c 71 2b 00 04 41 82 00 0c 60 00 00 80 48 00 00 08 @...a.......H...q+..A...`...H...
211a0 54 00 06 6e b0 1f 00 28 80 1f 00 04 38 60 00 00 60 00 00 02 90 1f 00 04 48 00 00 08 38 60 ff ff T..n...(....8`..`.......H...8`..
211c0 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 fd d0 2f 84 00 00 7c 08 02 a6 ........8!..|...N....!../...|...
211e0 90 01 02 34 38 00 00 00 90 01 00 08 bf 61 02 1c 90 83 00 08 7c 7f 1b 78 41 9e 00 1c 3d 20 ff f4 ...48........a......|..xA...=...
21200 7c 9e 23 78 3b 69 5d e0 3b 81 00 0c 3b a1 00 08 48 00 00 2c 90 83 00 0c 4b ff be 25 2f 83 00 00 |.#x;i].;...;...H..,....K..%/...
21220 90 7f 00 10 40 9e 00 90 48 00 00 b8 4b ff e6 cd 38 63 00 01 2b 83 00 01 40 9d 00 a8 2f 9e 00 00 ....@...H...K...8c..+...@.../...
21240 7f e3 fb 78 7f 64 db 78 7f 85 e3 78 7f a6 eb 78 3b de ff ff 40 9e ff d8 81 61 00 64 81 01 00 14 ...x.d.x...x...x;...@....a.d....
21260 81 41 00 18 91 1f 00 0c 2f 8b 00 00 91 5f 00 10 41 9e 00 2c 81 21 00 60 7c 0b 4a 14 7f 80 50 40 .A....../...._..A..,.!.`|.J...P@
21280 40 9d 00 10 3d 20 ff f4 39 29 75 ac 48 00 00 40 7c 08 4a 14 91 7f 00 10 90 1f 00 0c 80 1f 00 10 @...=...9)u.H..@|.J.............
212a0 2f 80 00 00 40 9e 00 10 3d 20 ff f4 39 29 75 d0 48 00 00 1c 80 1f 00 10 38 60 00 00 2b 80 06 3f /...@...=...9)u.H.......8`..+..?
212c0 41 9d 00 24 3d 20 ff f4 39 29 75 ec 3d 60 ff f5 38 00 00 03 91 2b 80 40 3d 20 ff f5 90 09 90 24 A..\$=...9)u.=`..8....+.@=......\$
212e0 38 60 ff ff 80 01 02 34 bb 61 02 1c 38 21 02 30 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 8`.....4.a..8!.0|...N....!..|...
21300 90 01 00 14 bf c1 00 08 7c 7f 1b 78 3b c0 00 00 80 03 00 04 70 09 00 01 41 82 00 78 70 09 00 08 ........|..x;.......p...A..xp...
21320 41 82 00 14 4b ff c4 c5 3b c0 ff ff 2f 83 ff ff 41 9e 00 08 3b c0 00 00 80 1f 00 04 80 7f 00 cc A...K...;.../...A...;...........
21340 39 20 ff f4 7c 00 48 38 2f 83 00 00 90 1f 00 04 41 9e 00 08 4b fe 72 ed 80 7f 04 60 38 00 00 00 9...|.H8/.......A...K.r....`8...
21360 b0 1f 00 d0 90 1f 00 cc 2f 83 00 00 41 9e 00 08 4b fe 72 d1 80 7f 08 00 2f 83 00 00 41 9e 00 08 ......../...A...K.r...../...A...
21380 4b fe 72 c1 38 00 00 00 90 1f 08 00 90 1f 04 60 80 01 00 14 7f c3 f3 78 bb c1 00 08 38 21 00 10 K.r.8..........`.......x....8!..
213a0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 80 03 00 04 |...N....!..|...........|..x....
213c0 70 09 00 01 41 82 00 28 3d 60 ff f5 3d 20 ff f4 39 29 76 08 38 00 00 03 38 60 ff ff 91 2b 80 40 p...A..(=`..=...9)v.8...8`...+.@
213e0 3d 20 ff f5 90 09 90 24 48 00 00 3c 60 00 00 01 90 83 00 00 70 09 01 00 90 03 00 04 40 82 00 24 =......\$H..<`.......p.......@..\$
21400 4b ff c4 2d 2f 83 ff ff 41 9e 00 18 80 1f 00 04 38 60 00 00 60 00 00 08 90 1f 00 04 48 00 00 08 K..-/...A.......8`..`.......H...
21420 38 60 00 00 80 01 00 14 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 54 84 04 2e 8`..........8!..|...N....!..T...
21440 7c 08 02 a6 3c c0 ff f4 38 a0 00 03 90 01 00 24 38 00 ff ff 38 c6 76 1c bf 81 00 10 90 03 00 08 |...<...8......\$8...8.v.........
21460 3b 80 00 00 90 83 00 04 7c 7d 1b 78 93 83 00 0c 93 83 00 10 7f a4 eb 78 93 83 00 14 93 83 00 18 ;.......|}.x...........x........
21480 93 83 00 00 93 83 00 cc b3 83 00 d0 38 63 00 d4 4b ff d0 0d 3d 20 ff f2 93 9d 04 60 93 9d 04 64 ............8c..K...=......`...d
214a0 3c c0 ff f4 39 29 fe 7c 93 9d 04 68 38 7d 04 74 91 3d 04 6c 3d 20 ff f2 7f a4 eb 78 39 29 fa 50 <...9).|...h8}.t.=.l=......x9).P
214c0 38 c6 76 30 91 3d 04 70 38 a0 00 04 4b ff cf d1 3d 20 ff f2 38 00 00 02 93 9d 08 28 93 9d 08 24 8.v0.=.p8...K...=...8......(...\$
214e0 39 29 08 74 93 9d 08 20 93 9d 08 1c 91 3d 08 10 90 1d 08 14 3d 20 ff f2 39 29 02 7c 93 9d 08 18 9).t.........=......=...9).|....
21500 93 9d 08 08 91 3d 08 0c 93 9d 08 04 93 9d 08 00 80 01 00 24 bb 81 00 10 38 21 00 20 7c 08 03 a6 .....=.............\$....8!..|...
21520 4e 80 00 20 3c 60 ff f4 38 63 76 38 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 N...<`..8cv8N....!..|...........
21540 7c 9f 23 78 38 80 00 00 4b ff de 75 38 00 ff ff 7c 7e 1b 79 41 82 00 94 7f e3 fb 78 38 80 00 00 |.#x8...K..u8...|~.yA......x8...
21560 38 a0 00 34 4b ff 90 39 3d 20 ff f2 93 df 00 00 38 00 00 00 39 29 1c 24 91 3f 00 0c 3d 20 ff f2 8..4K..9=.......8...9).\$.?..=...
21580 39 29 1a 44 91 3f 00 10 3d 20 ff f2 39 29 1a 3c 91 3f 00 14 3d 20 ff f2 39 29 1a 38 91 3f 00 18 9).D.?..=...9).<.?..=...9).8.?..
215a0 3d 20 ff f2 39 29 17 08 91 3f 00 1c 3d 20 ff f2 39 29 16 e8 91 3f 00 20 3d 20 ff f2 39 29 16 c8 =...9)...?..=...9)...?..=...9)..
215c0 91 3f 00 24 3d 20 ff f2 39 29 16 90 91 3f 00 28 3d 20 ff f2 39 29 15 6c 91 3f 00 2c 3d 20 ff f2 .?.\$=...9)...?.(=...9).l.?.,=...
215e0 39 29 14 90 91 3f 00 30 7c 03 03 78 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 9)...?.0|..x........8!..|...N...
21600 94 21 fd 70 7c 08 02 a6 90 01 02 94 be c1 02 68 7c 7d 1b 78 38 60 00 00 7c b6 2b 78 7c 9a 23 78 .!.p|..........h|}.x8`..|.+x|.#x
21620 4b ff db b9 3b c1 00 0c 7f c4 f3 78 7c 78 1b 78 7f a3 eb 78 4b ff cf c9 7f c3 f3 78 4b ff 8d 55 K...;......x|x.x...xK......xK..U
21640 23 e3 00 ff 2f 9f 00 00 40 9d 00 c0 3b a1 00 60 7f c4 f3 78 7c 7d fa 14 3b 9f ff ff 4b ff 8b 85 #.../...@...;..`...x|}..;...K...
21660 39 61 00 08 38 00 00 5c 7d 2b e2 14 7f b7 eb 78 7d 7b 5b 78 7f 9e e3 78 3b a1 01 60 3b 20 00 5c 9a..8..\}+.....x}{[x...x;..`;..\
21680 98 09 00 58 80 01 00 34 90 01 00 08 48 00 00 38 4b ff 8d 01 7f dc f3 78 7f a4 eb 78 7f e3 f0 51 ...X...4....H..8K......x...x...Q
216a0 7c 77 fa 14 40 81 00 64 4b ff 8b 39 38 1f ff ff 7d 3b f2 14 7d 7b 02 14 7c 1e 03 78 9b 29 00 58 |w..@..dK..98...};..}{..|..x.).X
216c0 9b 2b 00 58 7f 64 db 78 7f a5 eb 78 7f 03 c3 78 4b ff d9 69 2f 83 00 00 7f a3 eb 78 41 9e ff b4 .+.X.d.x...x...xK..i/......xA...
216e0 38 01 00 60 7f e0 e2 14 7f e3 fb 78 4b ff 8c a5 7f 83 b0 40 40 9c 00 14 7f e4 fb 78 7f 43 d3 78 8..`.......xK......@@......x.C.x
21700 4b ff 8a e1 48 00 00 08 3b 40 00 00 80 01 02 94 7f 43 d3 78 ba c1 02 68 38 21 02 90 7c 08 03 a6 K...H...;@.......C.x...h8!..|...
21720 4e 80 00 20 94 21 ff f0 2f 85 00 01 7c 08 02 a6 90 01 00 14 41 9e 00 14 68 a0 00 03 7c 00 00 34 N....!../...|.......A...h...|..4
21740 54 00 d9 7e 54 05 08 3c 4b ff d1 21 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 T..~T..<K..!....8!..|...N....!..
21760 7c 08 02 a6 90 01 00 14 4b ff d1 f1 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 |.......K.......8!..|...N....!..
21780 7c 08 02 a6 90 01 00 14 4b ff d0 19 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 |.......K.......8!..|...N....!..
217a0 7c 08 02 a6 90 01 00 14 80 63 00 04 4b ff 9d 11 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 |........c..K.......8!..|...N...
217c0 94 21 ff 80 7c 08 02 a6 90 01 00 84 bf 61 00 6c 7c bc 2b 78 7c dd 33 78 4b ff d6 c1 3b e0 00 01 .!..|........a.l|.+x|.3xK...;...
217e0 7c 7e 1b 79 40 82 00 40 48 00 00 5c 80 01 00 28 70 09 00 01 40 82 00 34 80 01 00 50 3b e0 00 01 |~.y@..@H..\...(p...@..4...P;...
21800 7f 80 e0 00 40 9e 00 24 80 01 00 55 7f a0 02 78 31 20 ff ff 7f e9 01 10 2f 9f 00 00 41 9e 00 20 ....@..\$...U...x1......./...A...
21820 48 00 00 08 3b 61 00 08 7f c3 f3 78 7f 64 db 78 4b ff d4 59 2f 83 00 00 41 9e ff b4 7f c3 f3 78 H...;a.....x.d.xK..Y/...A......x
21840 4b ff cf c5 80 01 00 84 7f e3 fb 78 bb 61 00 6c 38 21 00 80 7c 08 03 a6 4e 80 00 20 94 21 fe 60 K..........x.a.l8!..|...N....!.`
21860 7d 80 00 26 7c 08 02 a6 90 01 01 a4 91 81 01 6c be 81 01 70 3b e1 00 5c 7c 7d 1b 78 7c bb 2b 78 }..&|..........l...p;..\|}.x|.+x
21880 7f e3 fb 78 38 a0 01 00 7c da 33 78 7c 9c 23 78 4b ff 89 6d 7f e3 fb 78 4b ff 8a f9 7c 61 1a 14 ...x8...|.3x|.#xK..m...xK...|a..
218a0 88 03 00 5b 2f 80 00 3a 41 9e 00 14 3c 80 ff f4 7f e3 fb 78 38 84 76 3c 4b ff 89 6d 38 00 00 00 ...[/..:A...<......x8.v<K..m8...
218c0 3b c1 00 5c 98 01 01 5b 7f c3 f3 78 3b e0 00 01 4b ff 8a c1 7f 84 e3 78 7f 1e 1a 14 7f a3 eb 78 ;..\...[...x;...K......x.......x
218e0 4b ff d5 b9 7c 79 1b 79 40 82 00 e4 3b e0 00 02 48 00 01 58 98 18 00 00 7f c4 f3 78 38 a0 01 00 K...|y.y@...;...H..X.......x8...
21900 7e e3 bb 78 4b ff 89 55 7f a3 eb 78 7e e4 bb 78 7f 65 db 78 7f 46 d3 78 4b ff ff 45 38 00 00 00 ~..xK..U...x~..x.e.x.F.xK..E8...
21920 2f 83 00 02 7c 7f 1b 78 40 9e 00 98 41 92 00 1c 7f c3 f3 78 7f 64 db 78 4b ff 8e 49 38 00 00 01 /...|..x@...A......x.d.xK..I8...
21940 7c 7f 1b 78 48 00 00 7c 80 01 00 50 81 21 00 55 7f 80 a0 00 40 9e 00 9c 7f 89 a8 00 40 9e 00 94 |..xH..|...P.!.U....@.......@...
21960 7f c3 f3 78 7e c4 b3 78 4b ff 8e 19 2f 83 00 00 40 9e 00 80 3c a0 46 4e 3c c0 4d 41 60 a5 44 52 ...x~..xK.../...@...<.FN<.MA`.DR
21980 60 c6 43 53 7f a3 eb 78 7f 84 e3 78 4b ff fe 35 2f 83 00 00 40 9e 00 e0 3c a0 7a 73 3c c0 4d 41 `.CS...x...xK..5/...@...<.zs<.MA
219a0 60 a5 79 73 60 c6 43 53 7f a3 eb 78 7f 84 e3 78 4b ff fe 11 2f 83 00 00 40 9e 00 bc 48 00 00 4c `.ys`.CS...x...xK.../...@...H..L
219c0 2f 9f 00 00 40 9e 00 2c 48 00 00 a0 3c 00 74 62 3d 20 ff f4 60 14 78 69 3c 00 63 68 7f d7 f3 78 /...@..,H...<.tb=...`.xi<.ch...x
219e0 60 15 72 70 3a c9 76 40 3b c1 00 08 2e 1b 00 00 7f 23 cb 78 7f c4 f3 78 4b ff d2 91 7c 60 1b 79 `.rp:.v@;........#.x...xK...|`.y
21a00 41 82 fe f4 48 00 00 3c 2f 9a 00 00 41 9e 00 30 7f a3 eb 78 38 81 00 5c 4b ff d0 91 2f 83 00 00 A...H..</...A..0...x8..\K.../...
21a20 90 7a 00 00 40 9e 00 18 3c 60 ff f4 3b e0 00 01 38 63 76 4c 4b fe 6c 51 48 00 00 08 3b e0 00 00 .z..@...<`..;...8cvLK.lQH...;...
21a40 7f 23 cb 78 4b ff cd c1 80 01 01 a4 81 81 01 6c 7f e3 fb 78 ba 81 01 70 38 21 01 a0 7c 08 03 a6 .#.xK..........l...x...p8!..|...
21a60 7d 80 81 20 4e 80 00 20 2f 80 00 00 41 9e ff d4 4b ff ff 98 3b e0 00 01 4b ff ff 78 94 21 ff d0 }...N.../...A...K...;...K..x.!..
21a80 38 60 00 00 7c 08 02 a6 90 01 00 34 bf a1 00 24 7c 9d 23 78 4b ff d7 45 7c 26 0b 78 38 00 00 00 8`..|......4...\$|.#xK..E|&.x8...
21aa0 3c 80 ff f4 7f a5 eb 78 38 84 76 3c 94 06 00 08 4b ff fd ad 80 01 00 34 80 61 00 08 bb a1 00 24 <......x8.v<....K......4.a.....\$
21ac0 38 21 00 30 7c 08 03 a6 4e 80 00 20 4b ff ff b0 38 80 00 00 4b ff ff a8 94 21 fe 30 38 a0 00 02 8!.0|...N...K...8...K....!.08...
21ae0 7c 08 02 a6 90 01 01 d4 bf 21 01 b4 7c 9f 23 78 3c 80 ff f4 38 84 76 7c 83 c3 00 00 7f e3 fb 78 |........!..|.#x<...8.v|.......x
21b00 4b ff 87 dd 2f 83 00 00 40 9e 00 34 7f c3 f3 78 38 81 00 0c 4b ff d5 d5 2f 83 00 00 41 9c 01 80 K.../...@..4...x8...K.../...A...
21b20 80 81 00 50 7f c3 f3 78 3b ff 00 02 4b ff d0 b9 2f 83 00 00 41 9e 00 18 48 00 01 64 3c 80 ff f4 ...P...x;...K.../...A...H..d<...
21b40 7f c3 f3 78 38 84 76 3c 4b ff cb a1 3b 9f ff ff 3b 61 00 a8 3b 21 00 08 3b 40 00 00 3b fc 00 01 ...x8.v<K...;...;a..;!..;@..;...
21b60 38 80 00 5c 7f e3 fb 78 4b ff 87 b5 7c 7c 1b 79 7f bf e0 50 2b 9d 00 ff 2f 1d 00 00 41 82 00 44 8..\...xK...||.y...P+.../...A..D
21b80 40 9d 00 0c 3b a0 00 ff 48 00 00 08 41 9a ff d0 7f e4 fb 78 7f a5 eb 78 7f 63 db 78 4b ff 86 61 @...;...H...A......x...x.c.xK..a
21ba0 7d 39 ea 14 7f c3 f3 78 7f 64 db 78 9b 49 00 a0 4b ff cb 39 2f 83 00 00 41 9e ff a4 48 00 00 e0 }9.....x.d.x.I..K..9/...A...H...
21bc0 88 1f 00 00 2f 80 00 3a 40 9e 00 c0 7f c3 f3 78 3b a1 00 a8 4b ff c9 d9 7f a5 eb 78 38 81 00 08 ..../..:@......x;...K......x8...
21be0 3b 7f 00 01 7c 7c 1b 78 7f c3 f3 78 93 81 00 08 4b ff d4 49 80 81 00 08 7f c3 f3 78 4b ff cf e9 ;...||.x...x....K..I.......xK...
21c00 7f c3 f3 78 7f a4 eb 78 4b ff d2 91 7c 7f 1b 79 41 82 00 8c 7f 84 e3 78 7f c3 f3 78 4b ff cf c9 ...x...xK...|..yA......x...xK...
21c20 3b a1 00 54 3b 81 00 9c 48 00 00 3c 80 01 00 74 70 09 00 01 40 82 00 30 7f 63 db 78 7f 84 e3 78 ;..T;...H..<...tp...@..0.c.x...x
21c40 38 a0 00 04 4b ff 86 99 2f 83 00 00 40 9e 00 18 7f a4 eb 78 7f c3 f3 78 4b ff ce 51 7c 7d 1b 78 8...K.../...@......x...xK..Q|}.x
21c60 48 00 00 1c 7f a4 eb 78 7f e3 fb 78 4b ff d0 1d 2f 83 00 00 41 9e ff b8 3b a0 00 00 7f e3 fb 78 H......x...xK.../...A...;......x
21c80 4b ff cb 85 48 00 00 1c 7f c3 f3 78 7f e4 fb 78 4b ff ce 19 7c 7d 1b 78 48 00 00 08 3b a0 00 00 K...H......x...xK...|}.xH...;...
21ca0 80 01 01 d4 7f a3 eb 78 bb 21 01 b4 38 21 01 d0 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 .......x.!..8!..|...N....!..|...
21cc0 90 01 00 14 80 63 00 00 4b ff d5 79 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 38 00 00 00 .....c..K..y....8!..|...N...8...
21ce0 90 83 00 00 39 25 00 10 90 03 00 04 90 03 00 08 81 65 00 0c 98 03 00 21 98 c3 00 20 91 23 00 1c ....9%...........e.....!.....#..
21d00 91 23 00 18 90 03 00 14 90 e3 00 10 91 63 00 0c 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 .#...........c..N....!..|.......
21d20 bf c1 00 08 7c 7f 1b 78 83 c3 00 00 80 1e 02 18 2f 80 00 00 40 9e 00 0c 7f c3 f3 78 48 00 15 f5 ....|..x......../...@......xH...
21d40 88 1f 00 21 80 9e 02 18 38 7f 00 24 2f 80 00 00 38 00 00 00 90 1f 00 14 41 9e 00 0c 48 00 11 a5 ...!....8..\$/...8.......A...H...
21d60 48 00 00 1c 88 bf 00 20 80 df 00 10 80 ff 00 04 48 00 12 b5 38 00 ff ff 98 1f 00 21 38 1f 00 38 H...............H...8......!8..8
21d80 90 1f 00 1c 80 01 00 14 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 ............8!..|...N....!..|...
21da0 90 01 00 24 bf a1 00 14 7c 7f 1b 78 7c 9e 23 78 3b a0 00 00 48 00 00 b4 81 3f 00 1c 81 7f 00 08 ...\$....|..x|.#x;...H....?......
21dc0 80 09 00 04 7d 4b 00 50 7f 9e 50 40 40 9c 00 10 7f ca f3 78 3b c0 00 00 48 00 00 08 7f ca f0 50 ....}K.P..P@@......x;...H......P
21de0 80 1f 00 04 81 3f 00 08 81 7f 00 0c 7c 00 52 14 7d 4a 4a 14 7f 80 58 40 91 5f 00 08 90 1f 00 04 .....?......|.R.}JJ...X@._......
21e00 40 9c 00 60 81 3f 00 1c 39 69 00 08 80 09 00 04 7f 8a 00 40 41 9c 00 54 81 3f 00 14 91 7f 00 1c @..`.?..9i.........@A..T.?......
21e20 93 bf 00 08 39 29 00 01 2f 89 00 07 91 3f 00 14 40 9d 00 38 7f e3 fb 78 4b ff fe dd 2f 83 00 00 ....9)../....?..@..8...xK.../...
21e40 41 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 76 80 38 00 00 04 91 2b 80 44 3d 20 ff f5 90 09 90 24 A..(=`..=...9)v.8....+.D=......\$
21e60 38 60 ff ff 48 00 00 10 2f 9e 00 00 40 9e ff 4c 38 60 00 00 80 01 00 24 bb a1 00 14 38 21 00 20 8`..H.../...@..L8`.....\$....8!..
21e80 7c 08 03 a6 4e 80 00 20 94 21 ff f0 39 00 ff ff 7c 08 02 a6 90 01 00 14 81 23 00 04 81 63 00 08 |...N....!..9...|........#...c..
21ea0 80 03 00 0c 39 29 00 01 39 6b 00 01 7f 89 00 40 91 23 00 04 91 63 00 08 40 9c 00 6c 81 03 00 1c ....9)..9k.....@.#...c..@..l....
21ec0 80 08 00 04 7f 8b 00 40 41 9c 00 58 81 23 00 14 38 08 00 08 90 03 00 1c 38 00 00 00 39 29 00 01 .......@A..X.#..8.......8...9)..
21ee0 90 03 00 08 2f 89 00 07 91 23 00 14 40 9d 00 34 4b ff fe 25 2f 83 00 00 41 9e 00 28 3d 60 ff f5 ..../....#..@..4K..%/...A..(=`..
21f00 3d 20 ff f4 39 29 76 80 38 00 00 04 39 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 48 00 00 08 =...9)v.8...9....+.D=......\$H...
21f20 39 00 00 00 80 01 00 14 7d 03 43 78 38 21 00 10 7c 08 03 a6 4e 80 00 20 38 00 00 00 90 03 00 94 9.......}.Cx8!..|...N...8.......
21f40 4e 80 00 20 a1 23 00 28 38 a5 00 01 54 a5 08 3c 7d 25 48 50 55 29 04 3e 7d 24 4a 14 a0 09 00 14 N....#.(8...T..<}%HPU).>}\$J.....
21f60 7c 84 02 14 38 64 00 14 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 80 63 00 94 2f 83 00 00 |...8d..N....!..|........c../...
21f80 41 9e 00 08 4b fe 66 bd 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 A...K.f.....8!..|...N....!..|...
21fa0 90 01 00 24 bf 41 00 08 7c 7e 1b 78 7c 9a 23 78 80 c3 00 8c 81 23 00 94 54 c0 18 38 7d 29 02 14 ...\$.A..|~.x|.#x.....#..T..8})..
21fc0 a0 09 00 04 7f 80 20 00 40 9e 00 14 80 03 00 90 81 23 00 98 7c 06 01 d6 48 00 00 60 2f 86 00 00 ........@........#..|...H..`/...
21fe0 7c c9 33 78 40 9e 00 08 81 23 00 88 39 69 ff ff 7c c5 33 78 38 e0 00 00 48 00 00 98 81 1e 00 94 |.3x@....#..9i..|.3x8...H.......
22000 55 6a 18 38 7d 28 52 14 a0 09 00 04 7f 80 d0 00 40 9e 00 30 81 49 00 00 2f 8a 00 00 41 9e 00 0c Uj.8}(R.........@..0.I../...A...
22020 38 0a ff ff 90 09 00 00 80 1e 00 90 81 3e 00 98 91 7e 00 8c 7c 0b 01 d6 7f e9 02 14 48 00 01 08 8............>...~..|.......H...
22040 2f 80 00 00 40 9e 00 0c 7d 65 5b 78 48 00 00 4c 7d 28 50 2e 2f 89 ff ff 41 9e 00 0c 38 09 00 01 /...@...}e[xH..L}(P./...A...8...
22060 7c 08 51 2e 7c 08 50 2e 7f 87 00 40 41 9c 00 0c 7c e0 3b 78 48 00 00 08 7d 65 5b 78 2f 8b 00 00 |.Q.|.P....@A...|.;xH...}e[x/...
22080 40 9e 00 08 81 7e 00 88 39 6b ff ff 7c 07 03 78 7f 8b 30 00 40 9e ff 68 90 be 00 8c 80 1e 00 94 @....~..9k..|..x..0.@..h........
220a0 54 bc 18 38 7d 20 e2 14 a0 09 00 06 70 0b 00 01 41 82 00 0c 38 00 00 00 b0 09 00 04 80 1e 00 90 T..8}.......p...A...8...........
220c0 a0 fe 00 84 39 00 00 00 83 be 00 98 80 7e 00 00 7f 65 01 d6 81 3e 00 08 80 be 00 04 7c da 39 d6 ....9........~...e...>......|.9.
220e0 7f fd da 14 38 9f 00 14 48 00 18 b1 81 5e 00 94 2c 03 00 00 40 82 00 0c 3b e0 00 00 48 00 00 48 ....8...H....^..,...@...;...H..H
22100 7f 5d d9 2e 7d 6a e2 14 80 03 00 00 90 1f 00 04 80 03 00 04 90 1f 00 08 88 03 00 08 98 1f 00 0c .]..}j..........................
22120 89 23 00 09 99 3f 00 0d 1d 29 03 e8 a0 03 00 0a b0 1f 00 0e a0 03 00 0c b0 1f 00 10 7d 2a e1 2e .#...?...)..................}*..
22140 b3 4b 00 04 80 01 00 24 7f e3 fb 78 bb 41 00 08 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff e0 .K.....\$...x.A..8!..|...N....!..
22160 38 c0 00 00 7c 08 02 a6 38 e0 00 01 39 00 00 00 90 01 00 24 bf 81 00 10 80 01 00 00 7c 7e 1b 78 8...|...8...9......\$........|~.x
22180 7c 3f 0b 78 7c 83 23 78 7c 9d 23 78 81 24 00 08 39 29 00 1e 55 29 00 36 7d 29 00 d0 7c 01 49 6e |?.x|.#x|.#x.\$..9)..U).6})..|.In
221a0 90 9e 00 00 90 be 00 04 81 3e 00 08 38 81 00 17 54 84 00 36 48 00 17 e5 2c 03 00 00 41 82 00 fc .........>..8...T..6H...,...A...
221c0 88 03 00 08 2f 80 00 01 40 9e 00 f0 a1 23 00 0e b1 3e 00 14 80 03 00 10 90 1e 00 18 80 03 00 14 ..../...@....#...>..............
221e0 90 1e 00 1c 80 03 00 18 90 1e 00 20 80 03 00 1c 90 1e 00 24 a0 03 00 20 b0 1e 00 28 7c 0b 03 78 ...................\$.......(|..x
22200 a0 03 00 22 b0 1e 00 2a 80 03 00 24 90 1e 00 2c 80 03 00 28 90 1e 00 30 a0 03 00 2c b0 1e 00 34 ..."...*...\$...,...(...0...,...4
22220 80 03 00 2e 90 1e 00 38 88 03 00 32 98 1e 00 3c 88 03 00 33 98 1e 00 3d 80 03 00 34 90 1e 00 40 .......8...2...<...3...=...4...@
22240 80 1d 00 08 7c 6b 03 96 2f 83 00 00 b0 7e 00 84 41 9e 00 68 80 1d 00 08 7c 83 01 d6 7f 84 58 00 ....|k../....~..A..h....|.....X.
22260 40 9e 00 58 55 29 04 3e 38 64 00 1c 3b a9 00 03 38 00 00 00 7c 63 e9 d6 90 1e 00 8c 93 be 00 88 @..XU).>8d..;...8...|c..........
22280 3b 84 00 14 4b fe 63 dd 38 00 00 00 7c 6b 1b 79 41 82 00 2c 57 a5 18 38 7c 0b 2a 14 91 7e 00 94 ;...K.c.8...|k.yA..,W..8|.*..~..
222a0 93 9e 00 90 38 80 00 00 90 1e 00 98 4b ff 82 f1 38 00 00 00 48 00 00 08 38 00 ff ff 81 61 00 00 ....8.......K...8...H...8....a..
222c0 7c 03 03 78 bb 8b ff f0 80 0b 00 04 7d 61 5b 78 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 |..x........}a[x|...N....!..|...
222e0 90 01 00 24 bf a1 00 14 7c 7d 1b 78 4b ff fe 71 3d 20 ff f2 39 29 23 5c 38 00 00 03 91 3d 00 10 ...\$....|}.xK..q=...9)#\8....=..
22300 90 1d 00 08 3d 20 ff f2 39 29 23 bc 91 3d 00 0c 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 ....=...9)#..=.....\$....8!..|...
22320 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 4b ff fe 25 3d 20 ff f2 N....!..|......\$....|}.xK..%=...
22340 39 29 22 dc 38 00 00 04 91 3d 00 10 90 1d 00 08 3d 20 ff f2 39 29 30 50 91 3d 00 0c 80 01 00 24 9)".8....=......=...9)0P.=.....\$
22360 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 a1 03 00 00 7c 69 1b 78 38 c3 00 02 b1 04 00 00 ....8!..|...N.......|i.x8.......
22380 38 e3 00 08 38 a4 00 0a 38 60 00 00 80 09 00 02 90 04 00 04 a0 09 00 06 b0 04 00 08 54 0a 08 3c 8...8...8`..................T..<
223a0 48 00 00 10 a0 0b 00 08 7c 05 1b 2e 38 63 00 02 7f 83 50 00 7d 69 1a 14 40 9e ff ec 7c 67 1a 14 H.......|...8c....P.}i..@...|g..
223c0 7c 06 18 50 7f 88 00 00 4d 9e 00 20 3d 60 ff f5 3d 20 ff f4 39 29 76 9c 38 00 00 03 38 60 00 00 |..P....M...=`..=...9)v.8...8`..
223e0 91 2b 80 44 3d 20 ff f5 90 09 90 24 4e 80 00 20 a0 03 00 00 b0 04 00 00 2f 80 00 0a 88 03 00 02 .+.D=......\$N.........../.......
22400 98 04 00 02 88 03 00 03 98 04 00 03 41 9e 00 28 3d 60 ff f5 3d 20 ff f4 39 29 76 c4 38 00 ff ff ............A..(=`..=...9)v.8...
22420 38 60 00 00 91 2b 80 44 3d 20 ff f5 90 09 90 24 4e 80 00 20 80 03 00 04 39 23 00 04 90 04 00 04 8`...+.D=......\$N.......9#......
22440 38 69 00 08 80 09 00 04 90 04 00 08 4e 80 00 20 88 03 00 02 89 24 00 02 7c 6b 1b 78 7c 60 48 51 8i..........N........\$..|k.x|`HQ
22460 4c 82 00 20 80 04 00 04 81 2b 00 04 7c 69 00 51 4c 82 00 20 81 24 00 08 80 0b 00 08 7c 60 48 50 L........+..|i.QL....\$......|`HP
22480 4e 80 00 20 94 21 ff c0 7c 08 02 a6 90 01 00 44 be a1 00 14 80 01 00 00 7c 3f 0b 78 7c 95 23 78 N....!..|......D........|?.x|.#x
224a0 7c 7b 1b 78 a1 23 00 2a a0 83 00 1a 39 29 00 1e 55 29 03 f6 7d 29 00 d0 7c 01 49 6e 38 01 00 17 |{.x.#.*....9)..U)..})..|.In8...
224c0 82 e3 00 10 82 c3 00 0c 54 18 00 36 4b ff fa cd 7c 7e 1b 79 41 82 00 0c 3b 80 00 00 48 00 01 2c ........T..6K...|~.yA...;...H..,
224e0 3d 60 ff f5 3d 20 ff f4 39 29 76 f0 38 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 48 00 01 18 =`..=...9)v.8....+.D=......\$H...
22500 a3 5e 00 0e 3b 20 00 00 3b a0 00 00 39 20 ff ff 48 00 00 54 7c 1d 0e 70 57 a5 04 3e 4b ff fa 29 .^..;...;...9...H..T|..pW..>K..)
22520 7f 04 c3 78 2f 83 00 00 41 9e 00 90 7e e9 03 a6 4e 80 04 21 7e a4 ab 78 7c 7c 1b 79 7f 03 c3 78 ...x/...A...~...N..!~..x||.y...x
22540 41 82 00 78 7e c9 03 a6 4e 80 04 21 7c 69 1b 79 40 81 00 0c 3b 3d 00 01 48 00 00 0c 41 82 00 94 A..x~...N..!|i.y@...;=..H...A...
22560 7f ba eb 78 7f 99 d0 00 7c 1a ca 14 7f c4 f3 78 7f 63 db 78 41 9c ff a0 2f 9c 00 00 40 9e 00 10 ...x....|......x.c.xA.../...@...
22580 3d 20 ff f4 39 29 77 44 48 00 00 38 2f 89 00 00 40 9c 00 60 2f 9d 00 00 41 9e 00 3c 38 bd ff ff =...9)wDH..8/...@..`/...A..<8...
225a0 7f c4 f3 78 54 a5 04 3e 7f 63 db 78 4b ff f9 99 2f 83 00 00 40 9e 00 28 3d 20 ff f4 39 29 77 20 ...xT..>.c.xK.../...@..(=...9)w.
225c0 3d 60 ff f5 38 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 3b c0 00 00 48 00 00 3c 7f 04 c3 78 =`..8....+.D=......\$;...H..<...x
225e0 7e e9 03 a6 4e 80 04 21 7c 7c 1b 79 41 82 ff cc 80 9c 00 00 7f 63 db 78 3b 9c 00 04 54 84 04 3e ~...N..!||.yA........c.x;...T..>
22600 4b ff f9 99 7c 7e 1b 78 88 1e 00 0c 2f 80 00 00 41 9e fe f0 81 61 00 00 7f c3 f3 78 ba ab ff d4 K...|~.x..../...A....a.....x....
22620 7d 61 5b 78 80 0b 00 04 7c 08 03 a6 4e 80 00 20 94 21 ff c0 7c 08 02 a6 90 01 00 44 be 41 00 08 }a[x....|...N....!..|......D.A..
22640 7c 3f 0b 78 7c b3 2b 78 7c d2 33 78 7c 7a 1b 78 7c 94 23 78 4b ff fe 31 7c 79 1b 79 41 82 01 3c |?.x|.+x|.3x|z.x|.#xK..1|y.yA..<
22660 a1 3a 00 2a 80 01 00 00 7c 38 0b 78 3b 80 00 00 a3 79 00 0e 3b c0 ff ff 3b a0 00 00 39 29 00 1e .:.*....|8.x;....y..;...;...9)..
22680 55 29 03 f6 7d 29 00 d0 7c 01 49 6e 39 20 ff ff 38 01 00 17 82 ba 00 10 82 da 00 0c 54 17 00 36 U)..})..|.In9...8...........T..6
226a0 48 00 00 78 7c 1e 0e 70 57 c5 04 3e 4b ff f8 99 7e e4 bb 78 2f 83 00 00 40 9e 00 10 3d 20 ff f4 H..x|..pW..>K...~..x/...@...=...
226c0 39 29 77 6c 48 00 00 24 7e a9 03 a6 4e 80 04 21 7e 84 a3 78 7c 7d 1b 79 7e e3 bb 78 40 82 00 1c 9)wlH..\$~...N..!~..x|}.y~..x@...
226e0 3d 20 ff f4 39 29 77 90 3d 60 ff f5 38 00 ff ff 91 2b 80 44 48 00 00 54 7e c9 03 a6 4e 80 04 21 =...9)w.=`..8....+.DH..T~...N..!
22700 7c 69 1b 79 40 81 00 0c 3b 9e 00 01 48 00 00 0c 41 82 00 50 7f db f3 78 7f 9c d8 00 7c 1b e2 14 |i.y@...;...H...A..P...x....|...
22720 7f 24 cb 78 7f 43 d3 78 41 9c ff 7c 2f 9d 00 00 40 9e 00 30 3d 60 ff f5 3d 20 ff f4 39 29 77 b8 .\$.x.C.xA..|/...@..0=`..=...9)w.
22740 38 00 00 04 91 2b 80 44 3d 20 ff f5 3b a0 00 00 90 09 90 24 80 01 00 00 90 18 00 00 48 00 00 34 8....+.D=...;......\$........H..4
22760 93 d3 00 00 2f 89 00 00 80 19 00 00 b0 12 00 00 40 9e 00 10 80 01 00 00 90 18 00 00 48 00 00 14 ..../...........@...........H...
22780 80 01 00 00 90 18 00 00 7f 01 c3 78 48 00 00 0c 7f 01 c3 78 48 00 00 20 3d 20 ff f5 38 00 00 00 ...........xH......xH...=...8...
227a0 3b a0 00 00 90 09 80 44 3d 20 ff f5 38 00 00 04 90 09 90 24 81 61 00 00 7f a3 eb 78 ba 4b ff c8 ;......D=...8......\$.a.....x.K..
227c0 80 0b 00 04 7d 61 5b 78 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 ....}a[x|...N....!..|...........
227e0 7c bf 2b 78 7c 7e 1b 78 4b ff f7 b1 a1 23 00 0e a0 1f 00 00 7f 80 48 40 41 9c 00 24 a0 83 00 06 |.+x|~.xK....#........H@A..\$....
22800 38 00 00 00 38 60 00 00 b0 1f 00 00 2f 84 00 00 41 9e 00 0c 7f c3 f3 78 4b ff f7 81 80 01 00 14 8...8`....../...A......xK.......
22820 bb c1 00 08 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 69 1b 78 7c 08 02 a6 39 63 00 02 ....8!..|...N....!..|i.x|...9c..
22840 93 e1 00 0c 90 01 00 14 7c 9f 23 78 a0 03 00 00 b0 04 00 00 2f 80 00 02 41 9e 01 0c 2b 80 00 02 ........|.#x......../...A...+...
22860 41 9d 00 10 2f 80 00 01 40 9e 02 30 48 00 00 10 2b 80 00 04 41 9d 02 24 48 00 01 bc a0 03 00 02 A.../...@..0H...+...A..\$H.......
22880 38 63 00 58 b0 04 00 08 80 0b 00 02 90 04 00 0c 80 09 00 08 90 04 00 10 80 09 00 0c 90 04 00 14 8c.X............................
228a0 80 09 00 10 90 04 00 18 80 09 00 14 90 04 00 1c 80 09 00 18 90 04 00 20 80 09 00 1c 90 04 00 24 ...............................\$
228c0 80 09 00 20 90 04 00 28 80 09 00 24 90 04 00 2c 80 09 00 28 90 04 00 30 80 09 00 2c 90 04 00 34 .......(...\$...,...(...0...,...4
228e0 a0 09 00 30 b0 04 00 38 a0 09 00 32 b0 04 00 3a a0 09 00 34 b0 04 00 3c a0 09 00 36 b0 04 00 3e ...0...8...2...:...4...<...6...>
22900 a0 09 00 38 b0 04 00 40 a0 09 00 3a b0 04 00 42 a0 09 00 3c b0 04 00 44 a0 09 00 3e b0 04 00 46 ...8...@...:...B...<...D...>...F
22920 a0 09 00 40 b0 04 00 48 a0 09 00 42 b0 04 00 4a 80 09 00 44 90 04 00 4c a0 09 00 48 b0 04 00 50 ...@...H...B...J...D...L...H...P
22940 a0 09 00 4a b0 04 00 52 80 09 00 4c 90 04 00 54 80 09 00 50 90 04 00 58 80 09 00 54 90 04 00 5c ...J...R...L...T...P...X...T...\
22960 48 00 01 58 a0 03 00 02 38 63 00 58 b0 04 00 08 38 84 00 60 80 0b 00 02 90 1f 00 0c 80 09 00 08 H..X....8c.X....8..`............
22980 90 1f 00 10 80 09 00 0c 90 1f 00 14 80 09 00 10 90 1f 00 18 80 09 00 14 90 1f 00 1c 80 09 00 18 ................................
229a0 90 1f 00 20 80 09 00 1c 90 1f 00 24 80 09 00 20 90 1f 00 28 80 09 00 24 90 1f 00 2c 80 09 00 28 ...........\$.......(...\$...,...(
229c0 90 1f 00 30 80 09 00 2c 90 1f 00 34 80 09 00 30 90 1f 00 38 80 09 00 34 90 1f 00 3c a0 09 00 38 ...0...,...4...0...8...4...<...8
229e0 b0 1f 00 40 a0 09 00 3a b0 1f 00 42 a0 09 00 3c b0 1f 00 44 a0 09 00 3e b0 1f 00 46 a0 09 00 40 ...@...:...B...<...D...>...F...@
22a00 b0 1f 00 48 a0 09 00 4a b0 1f 00 52 80 09 00 4c 90 1f 00 54 80 09 00 50 90 1f 00 58 80 09 00 54 ...H...J...R...L...T...P...X...T
22a20 90 1f 00 5c 48 00 08 b5 38 9f 00 b0 48 00 08 ad 48 00 00 88 a0 03 00 02 b0 04 00 08 80 0b 00 02 ...\H...8...H...H...............
22a40 90 04 00 0c a1 43 00 08 b1 44 00 10 2b 8a 00 ff 41 9d 00 1c 38 0a 00 01 38 84 00 12 38 63 00 0a .....C...D..+...A...8...8...8c..
22a60 39 60 00 00 7c 09 03 a6 48 00 00 1c 3d 20 ff f4 39 29 77 e0 48 00 00 2c a0 08 00 0a 7c 04 5b 2e 9`..|...H...=...9)w.H..,....|.[.
22a80 39 6b 00 02 7d 09 5a 14 42 00 ff f0 55 40 08 3c 7c 63 02 14 48 00 00 24 3d 20 ff f4 39 29 78 04 9k..}.Z.B...U@.<|c..H..\$=...9)x.
22aa0 3d 60 ff f5 38 00 ff ff 38 60 00 00 91 2b 80 44 3d 20 ff f5 90 09 90 24 80 01 00 14 83 e1 00 0c =`..8...8`...+.D=......\$........
22ac0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 81 00 20 7c 9e 23 78 8!..|...N....!..|......4....|.#x
22ae0 7c bd 2b 78 7c a4 2b 78 7c 7f 1b 78 38 a1 00 0c 7f c3 f3 78 38 c1 00 08 4b ff fb 39 38 00 ff ff |.+x|.+x|..x8......x8...K..98...
22b00 7c 7c 1b 79 41 82 00 5c a0 01 00 08 81 21 00 0c 7f a4 eb 78 38 a0 02 08 93 df 00 00 b0 1f 00 04 ||.yA..\.....!.....x8...........
22b20 38 7f 00 08 b1 3f 00 06 4b ff 7a c1 7f 83 e3 78 38 9f 02 10 4b ff fc fd 38 00 00 00 2f 83 00 00 8....?..K.z....x8...K...8.../...
22b40 40 be 00 20 3d 60 ff f5 3d 20 ff f4 39 29 77 6c 38 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 @...=`..=...9)wl8....+.D=......\$
22b60 7c 03 03 78 80 01 00 34 bb 81 00 20 38 21 00 30 7c 08 03 a6 4e 80 00 20 94 21 fd e0 7c 08 02 a6 |..x...4....8!.0|...N....!..|...
22b80 90 01 02 24 bf c1 02 18 7c 9f 23 78 7c 7e 1b 78 7c a4 2b 78 a0 1f 02 10 2f 80 00 01 40 9e 00 0c ...\$....|.#x|~.x|.+x..../...@...
22ba0 80 1f 02 20 48 00 00 10 2f 80 00 03 40 9e 00 30 80 1f 00 0c 38 61 00 10 90 01 00 0c 48 00 05 65 ....H.../...@..0....8a......H..e
22bc0 7c 25 0b 78 80 9f 00 00 38 63 00 06 b4 65 00 08 7f c3 f3 78 4b ff fe f9 48 00 00 24 3d 60 ff f5 |%.x....8c...e.....xK...H..\$=`..
22be0 3d 20 ff f4 39 29 78 30 38 00 ff ff 38 60 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 80 01 02 24 =...9)x08...8`...+.D=......\$...\$
22c00 bb c1 02 18 38 21 02 20 7c 08 03 a6 4e 80 00 20 94 21 fd e0 7c 08 02 a6 90 01 02 24 90 a1 00 0c ....8!..|...N....!..|......\$....
22c20 38 00 00 06 b0 01 00 08 38 00 00 00 b0 01 00 10 38 a1 00 08 4b ff fe 99 80 01 02 24 38 21 02 20 8.......8.......8...K......\$8!..
22c40 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 a0 03 02 10 |...N....!..|...........|..x....
22c60 2f 80 00 01 40 be 00 1c 80 83 00 00 80 a3 02 20 4b ff ff a1 2f 83 00 00 41 9e 00 1c 48 00 00 64 /...@...........K.../...A...H..d
22c80 2f 80 00 03 41 9e 00 10 3d 20 ff f4 39 29 78 64 48 00 00 18 a0 1f 02 10 2f 80 00 03 41 9e 00 24 /...A...=...9)xdH......./...A..\$
22ca0 3d 20 ff f4 39 29 78 9c 3d 60 ff f5 38 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 48 00 00 24 =...9)x.=`..8....+.D=......\$H..\$
22cc0 80 01 00 14 80 9f 00 00 7f e3 fb 78 80 bf 02 1c 83 e1 00 0c 38 21 00 10 7c 08 03 a6 4b ff ff 34 ...........x........8!..|...K..4
22ce0 80 01 00 14 83 e1 00 0c 38 60 ff ff 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 ........8`..8!..|...N....!..|...
22d00 90 01 00 14 a0 04 02 10 2f 80 00 01 40 9e 00 1c 80 01 00 14 80 a4 02 20 38 21 00 10 80 84 00 00 ......../...@...........8!......
22d20 7c 08 03 a6 4b ff fe ec 2f 80 00 03 40 9e 00 20 7f 83 20 00 38 00 00 00 41 9e 00 30 38 a0 04 20 |...K.../...@.......8...A..08...
22d40 4b ff 78 a9 38 00 00 00 48 00 00 20 3d 60 ff f5 3d 20 ff f4 39 29 78 c0 38 00 00 03 91 2b 80 44 K.x.8...H...=`..=...9)x.8....+.D
22d60 3d 20 ff f5 90 09 90 24 7c 03 03 78 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff e0 =......\$|..x....8!..|...N....!..
22d80 7c 08 02 a6 90 01 00 24 bf a1 00 14 90 83 00 00 7c 7f 1b 78 7c bd 2b 78 7c 83 23 78 7c a4 2b 78 |......\$........|..x|.+x|.#x|.+x
22da0 7c c5 33 78 7c de 33 78 4b ff f1 9d 2f 83 00 00 41 9e 00 38 38 9f 00 08 4b ff f5 b9 2f 83 00 00 |.3x|.3xK.../...A..88...K.../...
22dc0 41 9e 00 28 38 9f 02 10 4b ff fa 69 2f 83 00 00 41 9e 00 18 80 1d 00 00 38 60 00 00 b3 df 00 06 A..(8...K..i/...A.......8`......
22de0 b0 1f 00 04 48 00 00 08 38 60 ff ff 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 ....H...8`.....\$....8!..|...N...
22e00 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf c1 00 18 7c 25 0b 78 7c 7f 1b 78 a1 23 00 06 83 c3 00 00 .!..|......\$....|%.x|..x.#......
22e20 39 29 00 01 b5 25 00 08 a0 83 00 04 7f c3 f3 78 4b ff f9 a1 2c 03 00 00 41 82 00 48 a0 c1 00 08 9)...%.........xK...,...A..H....
22e40 7f c4 f3 78 7c 65 1b 78 83 df 00 0c 7f e3 fb 78 4b ff ff 2d 39 60 ff ff 2f 83 00 00 40 9e 00 28 ...x|e.x.......xK..-9`../...@..(
22e60 80 1f 00 0c 7f 80 f0 00 40 9e 00 18 a1 3f 00 06 a0 01 00 08 39 60 00 00 7f 80 48 00 41 9e 00 08 ........@....?......9`....H.A...
22e80 39 60 00 04 80 01 00 24 bb c1 00 18 7d 63 5b 78 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 9`.....\$....}c[x8!..|...N....!..
22ea0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 9f 23 78 7c 7e 1b 78 7c 83 23 78 a0 84 00 22 4b ff f0 dd |...........|.#x|~.x|.#x..."K...
22ec0 7c 65 1b 79 40 82 00 1c 80 01 00 14 bb c1 00 08 38 60 ff ff 38 21 00 10 7c 08 03 a6 4e 80 00 20 |e.y@...........8`..8!..|...N...
22ee0 80 01 00 14 7f c3 f3 78 7f e4 fb 78 38 c0 00 00 bb c1 00 08 7c 08 03 a6 38 21 00 10 4b ff fe 80 .......x...x8.......|...8!..K...
22f00 94 21 ff d0 7c 08 02 a6 90 01 00 34 bf 61 00 1c 7c 25 0b 78 7c 7f 1b 78 a1 23 00 06 83 c3 00 00 .!..|......4.a..|%.x|..x.#......
22f20 39 29 00 01 b5 25 00 08 a0 83 00 04 7f c3 f3 78 4b ff f8 a1 7c 7c 1b 79 41 82 00 cc 93 df 00 00 9)...%.........xK...||.yA.......
22f40 7f c3 f3 78 7f 84 e3 78 83 df 00 0c 8b 7f 00 0a a3 a1 00 08 7f a5 eb 78 4b ff ef ed 2c 03 00 00 ...x...x...............xK...,...
22f60 41 82 00 ac a0 03 00 00 b0 1f 00 08 2f 80 00 0a 88 03 00 02 98 1f 00 0a 88 03 00 03 98 1f 00 0b A.........../...................
22f80 41 9e 00 24 3d 60 ff f5 3d 20 ff f4 39 29 76 c4 38 00 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 A..\$=`..=...9)v.8....+.D=......\$
22fa0 48 00 00 6c 80 03 00 04 39 23 00 04 90 1f 00 0c 34 69 00 08 80 09 00 04 90 1f 00 10 41 82 00 50 H..l....9#......4i..........A..P
22fc0 38 9f 00 14 48 00 02 e1 2f 83 00 00 41 9e 00 40 80 1f 00 0c 81 3c 00 00 b1 3f 00 04 b3 bf 00 06 8...H.../...A..@.....<...?......
22fe0 7f 80 f0 00 40 9e 00 20 88 1f 00 0a 7f 80 d8 00 40 9e 00 14 a0 01 00 08 38 60 00 00 7f 80 e8 00 ....@...........@.......8`......
23000 41 9e 00 10 38 60 00 04 48 00 00 08 38 60 ff ff 80 01 00 34 bb 61 00 1c 38 21 00 30 7c 08 03 a6 A...8`..H...8`.....4.a..8!.0|...
23020 4e 80 00 20 94 21 ff c0 7c 08 02 a6 90 01 00 44 98 a1 00 12 38 00 00 0a 90 c1 00 14 90 e1 00 18 N....!..|......D....8...........
23040 b0 01 00 10 38 00 00 00 98 01 00 13 bf a1 00 34 3b a1 00 10 7c 9e 23 78 7c 7f 1b 78 38 a1 00 0c ....8..........4;...|.#x|..x8...
23060 7c 83 23 78 38 c1 00 08 7f a4 eb 78 4b ff f5 c5 38 00 ff ff 2f 83 00 00 41 9e 00 54 a0 01 00 08 |.#x8......xK...8.../...A..T....
23080 81 61 00 0c 39 3f 00 08 38 9f 00 14 7c bd 64 aa 7c a9 65 aa b0 1f 00 04 93 df 00 00 b1 7f 00 06 .a..9?..8...|.d.|.e.............
230a0 48 00 02 05 38 00 00 00 2f 83 00 00 40 be 00 20 3d 60 ff f5 3d 20 ff f4 39 29 79 00 38 00 ff ff H...8.../...@...=`..=...9)y.8...
230c0 91 2b 80 44 3d 20 ff f5 90 09 90 24 7c 03 03 78 80 01 00 44 bb a1 00 34 38 21 00 40 7c 08 03 a6 .+.D=......\$|..x...D...48!.@|...
230e0 4e 80 00 20 94 21 ff f0 7c 6b 1b 78 7c 08 02 a6 90 01 00 14 80 03 00 04 81 24 00 04 7c 60 48 51 N....!..|k.x|............\$..|`HQ
23100 40 82 00 10 38 6b 00 08 38 84 00 08 48 00 00 d9 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 @...8k..8...H.......8!..|...N...
23120 38 00 00 ff 7c 6b 1b 78 39 23 00 02 39 40 00 00 38 60 00 00 7c 09 03 a6 48 00 00 18 99 49 00 00 8...|k.x9#..9@..8`..|...H....I..
23140 7c 04 18 ae 38 63 00 01 98 09 00 01 39 29 00 02 7c 04 18 ae 2f 80 00 00 41 9e 00 08 42 00 ff e0 |...8c......9)..|.../...A...B...
23160 38 00 00 00 54 63 04 3e 98 09 00 00 98 09 00 01 b0 6b 00 00 4e 80 00 20 2c 05 00 00 7c 69 1b 78 8...Tc.>.........k..N...,...|i.x
23180 a1 64 00 00 38 60 00 00 4c 81 00 20 39 6b 00 01 38 84 00 02 38 a5 ff ff 38 60 00 00 7d 69 03 a6 .d..8`..L...9k..8...8...8`..}i..
231a0 48 00 00 2c 88 04 00 00 2f 80 00 00 40 9e 00 1c 88 04 00 01 2f 80 00 00 41 9e 00 10 98 09 00 00 H..,..../...@......./...A.......
231c0 38 63 00 01 39 29 00 01 38 84 00 02 7f 83 28 00 42 40 00 08 41 9c ff d0 38 00 00 00 98 09 00 00 8c..9)..8.....(.B@..A...8.......
231e0 4e 80 00 20 3d 20 ff f4 a0 c3 00 00 a1 04 00 00 38 e3 00 02 38 84 00 02 38 a9 38 94 39 40 00 00 N...=...........8...8...8.8.9@..
23200 48 00 00 30 a1 47 00 00 54 06 04 3e 38 e7 00 02 55 49 cd fc 55 40 06 3e 7d 25 4a 2e 7c 09 02 14 H..0.G..T..>8...UI..U@.>}%J.|...
23220 2f 89 00 00 54 00 08 3c 41 9e 00 08 7d 45 02 2e 2f 86 00 00 38 06 ff ff 2f 0a 00 00 40 9e 00 0c /...T..<A...}E../...8.../...@...
23240 39 60 00 00 48 00 00 38 41 9a ff bc 4b ff ff f4 a1 64 00 00 54 08 04 3e 38 84 00 02 55 69 cd fc 9`..H..8A...K....d..T..>8...Ui..
23260 55 60 06 3e 7d 25 4a 2e 7c 09 02 14 2f 89 00 00 54 00 08 3c 41 9e 00 08 7d 65 02 2e 2f 88 00 00 U`.>}%J.|.../...T..<A...}e../...
23280 38 08 ff ff 2f 0b 00 00 41 9e 00 08 41 9a ff c4 7c 6a 58 51 4c 82 00 20 2f 8a 00 00 40 9e ff 60 8.../...A...A...|jXQL.../...@..`
232a0 4e 80 00 20 38 00 00 08 39 40 00 00 7c 09 03 a6 7c 69 1b 78 7c 8b 23 78 7c 09 50 6e 7c 0b 51 6e N...8...9@..|...|i.x|.#x|.Pn|.Qn
232c0 39 4a 00 08 80 09 00 04 90 0b 00 04 42 00 ff e4 38 63 00 40 4e 80 00 20 81 23 00 00 81 43 00 04 9J..........B...8c.@N....#...C..
232e0 38 00 00 08 38 e3 00 10 91 24 00 00 91 44 00 04 7c 09 03 a6 7c 88 23 78 7c eb 3b 78 80 03 00 08 8...8....\$...D..|...|.#x|.;x....
23300 90 04 00 08 80 03 00 0c 90 04 00 0c 80 0b 00 00 90 08 00 10 80 0b 00 04 39 6b 00 08 90 08 00 14 ........................9k......
23320 39 08 00 08 42 00 ff e8 38 67 00 40 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 9...B...8g.@N....!..|...........
23340 7c 7f 1b 78 38 60 02 70 4b fe 53 19 7c 7e 1b 79 40 82 00 24 3d 60 ff f5 3d 20 ff f4 39 29 79 24 |..x8`.pK.S.|~.y@..\$=`..=...9)y\$
23360 38 00 00 01 91 2b 80 44 3d 20 ff f5 90 09 90 24 48 00 00 20 7f e4 fb 78 38 bf 00 d8 4b ff ef 5d 8....+.D=......\$H......x8...K..]
23380 2f 83 00 00 40 9e 00 0c 93 df 02 18 48 00 00 0c 38 00 00 00 90 1f 02 18 80 01 00 14 bb c1 00 08 /...@.......H...8...............
233a0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 8!..|...N....!..|...........|..x
233c0 38 63 02 1c 4b ff eb a9 80 7f 02 18 2f 83 00 00 41 9e 00 18 4b ff eb 99 80 7f 02 18 2f 83 00 00 8c..K......./...A...K......./...
233e0 41 9e 00 08 4b fe 52 5d 80 01 00 14 83 e1 00 0c 38 60 00 00 38 21 00 10 7c 08 03 a6 4e 80 00 20 A...K.R]........8`..8!..|...N...
23400 94 21 ff e0 bf 41 00 08 7c 9e 23 78 7c 7f 1b 78 a0 04 00 00 b0 03 00 00 2f 80 48 2b 41 9e 00 28 .!...A..|.#x|..x......../.H+A..(
23420 3d 60 ff f5 3d 20 ff f4 39 29 79 40 38 00 ff ff 38 60 ff ff 91 2b 80 44 3d 20 ff f5 90 09 90 24 =`..=...9)y@8...8`...+.D=......\$
23440 48 00 02 44 a0 04 00 02 3b 9e 00 80 7f fa fb 78 b0 03 00 02 38 00 00 08 38 64 00 50 7c 09 03 a6 H..D....;......x....8...8d.P|...
23460 38 9f 00 50 7f 9b e3 78 7f fd fb 78 80 1e 00 04 90 1f 00 04 80 1e 00 08 90 1f 00 08 80 1e 00 0c 8..P...x...x....................
23480 90 1f 00 0c 80 1e 00 10 90 1f 00 10 80 1e 00 14 90 1f 00 14 80 1e 00 18 90 1f 00 18 80 1e 00 1c ................................
234a0 90 1f 00 1c 80 1e 00 20 90 1f 00 20 80 1e 00 24 90 1f 00 24 80 1e 00 28 90 1f 00 28 80 1e 00 2c ...............\$...\$...(...(...,
234c0 90 1f 00 2c 80 1e 00 30 90 1f 00 30 80 1e 00 34 90 1f 00 34 80 1e 00 38 90 1f 00 38 80 1e 00 3c ...,...0...0...4...4...8...8...<
234e0 90 1f 00 3c 80 1e 00 40 90 1f 00 40 80 1e 00 44 90 1f 00 44 81 3e 00 48 81 5e 00 4c 91 5f 00 4c ...<...@...@...D...D.>.H.^.L._.L
23500 91 3f 00 48 7c a3 04 aa 7c a4 05 aa 81 3e 00 70 81 5e 00 74 91 5f 00 74 91 3f 00 70 80 1e 00 78 .?.H|...|....>.p.^.t._.t.?.p...x
23520 90 1f 00 78 80 1e 00 7c 90 1f 00 7c 80 1b 00 00 90 1d 00 80 80 1b 00 04 3b 7b 00 08 90 1d 00 84 ...x...|...|............;{......
23540 3b bd 00 08 42 00 ff e8 81 3c 00 40 81 5c 00 44 38 fc 00 50 7f e8 fb 78 91 3f 00 c0 91 5f 00 c4 ;...B....<.@.\.D8..P...x.?..._..
23560 7c eb 3b 78 38 de 01 10 80 1c 00 48 90 1f 00 c8 80 1c 00 4c 90 1f 00 cc 80 0b 00 00 90 08 00 d0 |.;x8......H.......L............
23580 80 0b 00 04 39 6b 00 08 7f 8b 30 00 90 08 00 d4 39 08 00 08 40 9e ff e4 81 27 00 40 81 47 00 44 ....9k....0.....9...@....'.@.G.D
235a0 38 c7 00 50 7f e8 fb 78 91 3f 01 10 91 5f 01 14 7c cb 33 78 38 be 01 60 80 07 00 48 90 1f 01 18 8..P...x.?..._..|.3x8..`...H....
235c0 80 07 00 4c 90 1f 01 1c 80 0b 00 00 90 08 01 20 80 0b 00 04 39 6b 00 08 7f 8b 28 00 90 08 01 24 ...L................9k....(....\$
235e0 39 08 00 08 40 9e ff e4 81 26 00 40 81 46 00 44 38 e6 00 50 7f e8 fb 78 91 3f 01 60 91 5f 01 64 9...@....&.@.F.D8..P...x.?.`._.d
23600 7c eb 3b 78 38 be 01 b0 80 06 00 48 90 1f 01 68 80 06 00 4c 90 1f 01 6c 80 0b 00 00 90 08 01 70 |.;x8......H...h...L...l.......p
23620 80 0b 00 04 39 6b 00 08 7f 8b 28 00 90 08 01 74 39 08 00 08 40 9e ff e4 81 27 00 40 81 47 00 44 ....9k....(....t9...@....'.@.G.D
23640 38 7e 02 00 39 67 00 50 91 3f 01 b0 91 5f 01 b4 80 07 00 48 90 1f 01 b8 80 07 00 4c 90 1f 01 bc 8~..9g.P.?..._.....H.......L....
23660 80 0b 00 00 90 1a 01 c0 80 0b 00 04 39 6b 00 08 7f 8b 18 00 90 1a 01 c4 3b 5a 00 08 40 9e ff e4 ............9k..........;Z..@...
23680 38 60 00 00 bb 41 00 08 38 21 00 20 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf 81 00 10 8`...A..8!..N....!..|......\$....
236a0 7c 7f 1b 78 7c 9c 23 78 80 03 00 0c a3 c3 00 04 80 63 00 00 7f a5 02 14 7f c5 f3 78 7f a4 eb 78 |..x|.#x.........c.........x...x
236c0 4b ff 7d 2d 7f 83 e8 00 40 9e 00 24 80 7f 00 00 7f 84 e3 78 7f c6 f3 78 38 a0 00 01 4b ff 7d a5 K.}-....@..\$.......x...x8...K.}.
236e0 38 00 00 00 2f 83 00 01 41 9e 00 08 38 00 ff ff 7c 03 03 78 80 01 00 24 bb 81 00 10 38 21 00 20 8.../...A...8...|..x...\$....8!..
23700 7c 08 03 a6 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 80 01 00 00 7c 3f 0b 78 |...N....!..|......\$........|?.x
23720 7c 9d 23 78 81 23 00 08 39 29 00 1e 55 29 00 36 7d 29 00 d0 7c 01 49 6e 38 01 00 17 54 1e 00 36 |.#x.#..9)..U).6})..|.In8...T..6
23740 7f c4 f3 78 4b ff ff 4d 38 00 ff ff 2f 83 00 00 40 9e 00 14 7f a3 eb 78 7f c4 f3 78 4b ff fc a5 ...xK..M8.../...@......x...xK...
23760 7c 60 1b 78 81 61 00 00 7c 03 03 78 bb ab ff f4 80 0b 00 04 7d 61 5b 78 7c 08 03 a6 4e 80 00 20 |`.x.a..|..x........}a[x|...N...
23780 94 21 ff e0 38 a0 00 02 7c 08 02 a6 90 01 00 24 bf 81 00 10 80 01 00 00 7c 3f 0b 78 7c 9c 23 78 .!..8...|......\$........|?.x|.#x
237a0 7c 7d 1b 78 81 23 00 08 39 29 00 1e 55 29 00 36 7d 29 00 d0 7c 01 49 6e 38 01 00 17 54 1e 00 36 |}.x.#..9)..U).6})..|.In8...T..6
237c0 7f c4 f3 78 4b ff fe cd 38 00 ff ff 2f 83 00 00 40 9e 00 9c a0 1e 00 00 2f 80 42 44 40 9e 00 58 ...xK...8.../...@......./.BD@..X
237e0 a0 1e 00 7c 81 7e 00 14 a1 5e 00 1c 2f 80 48 2b 41 9e 00 10 3d 20 ff f4 39 29 79 5c 48 00 00 5c ...|.~...^../.H+A...=...9)y\H..\
23800 a0 1e 00 7e a1 3e 00 80 55 6b ba 7e 7f a3 eb 78 7f 84 e3 78 7c 00 59 d6 7d 29 59 d6 91 3d 00 10 ...~.>..Uk.~...x...x|.Y.})Y..=..
23820 7c 00 52 14 38 a0 00 02 90 1d 00 0c 4b ff fe dd 48 00 00 18 2f 80 48 2b 40 9e 00 18 7f 83 e3 78 |.R.8.......K...H.../.H+@......x
23840 7f c4 f3 78 4b ff fb bd 7c 60 1b 78 48 00 00 20 3d 20 ff f4 39 29 79 80 3d 60 ff f5 38 00 ff ff ...xK...|`.xH...=...9)y.=`..8...
23860 91 2b 80 44 3d 20 ff f5 90 09 90 24 81 61 00 00 7c 03 03 78 bb 8b ff f0 80 0b 00 04 7d 61 5b 78 .+.D=......\$.a..|..x........}a[x
23880 7c 08 03 a6 4e 80 00 20 94 21 fd e0 39 20 00 00 7c 08 02 a6 90 01 02 24 38 00 00 09 bf a1 02 14 |...N....!..9...|......\$8.......
238a0 b0 03 00 04 38 00 02 00 91 23 00 0c 91 23 02 18 7c 7f 1b 78 90 03 00 08 38 00 00 03 3b c3 02 1c ....8....#...#..|..x....8...;...
238c0 90 03 00 10 7c 9d 23 78 7f c3 f3 78 4b ff e6 6d 93 bf 00 00 7f e3 fb 78 38 9f 00 18 4b ff fe a5 ....|.#x...xK..m.......x8...K...
238e0 2f 83 00 00 40 9e 00 98 80 bf 00 10 7f e3 fb 78 38 81 00 08 38 a5 ff fe 4b ff fe 11 2f 83 00 00 /...@..........x8...8...K.../...
23900 40 9e 00 7c 80 1f 00 40 39 00 00 01 54 00 ba 7e 2f 80 00 01 41 9d 00 14 39 00 00 00 48 00 00 14 @..|...@9...T..~/...A...9...H...
23920 7c 00 0e 70 39 08 00 01 2f 80 00 02 41 9d ff f4 a1 3f 00 04 81 5f 00 0c 39 60 00 01 7f e4 fb 78 |..p9.../...A....?..._..9`.....x
23940 80 1f 00 44 7f c3 f3 78 38 bf 01 28 7d 28 4a 14 7d 4a 44 30 55 29 04 3e 90 1f 00 10 7d 6b 48 30 ...D...x8..(}(J.}JD0U).>....}kH0
23960 b1 3f 00 04 91 5f 00 0c 91 7f 00 08 4b ff e9 b9 38 00 00 00 2f 83 00 00 41 9e 00 08 38 00 ff ff .?..._......K...8.../...A...8...
23980 7c 03 03 78 80 01 02 24 bb a1 02 14 38 21 02 20 7c 08 03 a6 4e 80 00 20 94 21 ff 60 7c 08 02 a6 |..x...\$....8!..|...N....!.`|...
239a0 90 01 00 a4 bf 41 00 88 7c 7b 1b 78 3b a1 00 08 7c dc 33 78 7c 9a 23 78 7d 06 43 78 7f a3 eb 78 .....A..|{.x;...|.3x|.#x}.Cx...x
239c0 7f 64 db 78 7c ff 3b 78 7d 27 4b 78 4b ff e3 11 7f 84 e3 78 7f a3 eb 78 4b ff e3 c1 7f 5c d3 78 .d.x|.;x}'KxK......x...xK....\.x
239e0 2f 83 00 00 41 9e 00 44 48 00 00 54 81 21 00 24 80 a1 00 10 80 09 00 00 7c a5 02 14 4b ff fc 95 /...A..DH..T.!.\$........|...K...
23a00 2f 83 00 00 40 9e 00 38 37 ff ff ff 83 db 00 08 41 82 00 14 7f a3 eb 78 4b ff e4 71 2f 83 00 00 /...@..87.......A......xK..q/...
23a20 40 9e 00 1c 7f 9c f2 14 2f 9f 00 00 7f 84 e3 78 7f 63 db 78 40 9e ff b8 48 00 00 08 3b 40 00 00 @......./......x.c.x@...H...;@..
23a40 80 01 00 a4 7f 43 d3 78 bb 41 00 88 38 21 00 a0 7c 08 03 a6 4e 80 00 20 2f 85 00 01 81 23 02 74 .....C.x.A..8!..|...N.../....#.t
23a60 41 9e 00 10 2f 85 00 03 40 9e 00 20 48 00 00 10 80 03 04 24 7c 00 22 14 48 00 00 08 7c 04 4a 14 A.../...@...H......\$|.".H...|.J.
23a80 90 03 04 24 48 00 00 08 90 83 04 24 80 03 04 24 2f 80 00 00 40 9c 00 0c 38 00 00 00 90 03 04 24 ...\$H......\$...\$/...@...8......\$
23aa0 80 03 04 24 7f 80 48 00 40 9d 00 08 91 23 04 24 80 63 04 24 4e 80 00 20 3c 60 ff f4 38 63 79 b4 ...\$..H.@....#.\$.c.\$N...<`..8cy.
23ac0 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 7c 7d 1b 78 38 60 02 b8 7c 9f 23 78 N....!..|......\$....|}.x8`..|.#x
23ae0 4b fe 4b 81 7f a4 eb 78 7c 7e 1b 78 4b ff fd 9d 2f 83 00 00 41 9e 00 14 7f c3 f3 78 4b fe 4b 45 K.K....x|~.xK.../...A......xK.KE
23b00 38 60 ff ff 48 00 00 94 7f e3 fb 78 38 80 00 00 38 a0 00 34 4b ff 6a 89 3d 20 ff f2 93 df 00 00 8`..H......x8...8..4K.j.=.......
23b20 38 60 00 00 39 29 43 cc 91 3f 00 0c 3d 20 ff f2 39 29 41 64 91 3f 00 10 3d 20 ff f2 39 29 3f 50 8`..9)C..?..=...9)Ad.?..=...9)?P
23b40 91 3f 00 14 3d 20 ff f2 39 29 3e c8 91 3f 00 18 3d 20 ff f2 39 29 3d 10 91 3f 00 1c 3d 20 ff f2 .?..=...9)>..?..=...9)=..?..=...
23b60 39 29 3b 18 91 3f 00 20 3d 20 ff f2 39 29 3b b4 91 3f 00 24 3d 20 ff f2 39 29 39 c4 91 3f 00 28 9);..?..=...9);..?.\$=...9)9..?.(
23b80 3d 20 ff f2 39 29 3b 58 91 3f 00 2c 3d 20 ff f2 39 29 3a 24 91 3f 00 30 80 01 00 24 bb a1 00 14 =...9);X.?.,=...9):\$.?.0...\$....
23ba0 38 21 00 20 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 93 e1 00 0c 90 01 00 14 7c 7f 1b 78 8!..|...N....!..|...........|..x
23bc0 80 63 04 20 2f 83 00 00 41 9e 00 08 4b fe 4a 75 7f e3 fb 78 4b fe 4a 6d 80 01 00 14 83 e1 00 0c .c../...A...K.Ju...xK.Jm........
23be0 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 bf c1 00 08 7c 9f 23 78 8!..|...N....!..|...........|.#x
23c00 7c be 2b 78 80 03 04 20 2f 80 00 00 40 9e 00 0c 3b e0 00 00 48 00 00 1c 7c 04 03 78 7f e3 fb 78 |.+x..../...@...;...H...|..x...x
23c20 4b ff 65 dd 7d 3f f2 14 38 00 00 00 98 09 ff ff 80 01 00 14 7f e3 fb 78 bb c1 00 08 38 21 00 10 K.e.}?..8..............x....8!..
23c40 7c 08 03 a6 4e 80 00 20 94 21 ff 40 38 c0 00 00 7c 08 02 a6 90 01 00 c4 be a1 00 94 81 41 00 00 |...N....!.@8...|............A..
23c60 7c 3f 0b 78 7c 7b 1b 78 39 7f 00 08 7c 96 23 78 7c b7 2b 78 38 bb 02 70 7d 7d 5b 78 3b 80 00 00 |?.x|{.x9...|.#x|.+x8..p}}[x;...
23c80 81 23 00 00 80 e3 02 20 7d 63 5b 78 83 29 00 00 7f 24 cb 78 83 59 00 08 38 1a 00 1e 54 00 00 36 .#......}c[x.)...\$.x.Y..8...T..6
23ca0 7c 00 00 d0 7d 41 01 6e 38 01 00 17 54 18 00 36 4b ff e0 2d 48 00 00 14 4b ff e1 d1 7f dc f3 78 |...}A.n8...T..6K..-H...K......x
23cc0 2f 83 00 00 40 9e 00 c0 80 1b 04 24 7f dc d2 14 7f a3 eb 78 7f 9e 00 40 41 9c ff e0 3b a0 00 00 /...@......\$.......x...@A...;...
23ce0 3a bf 00 08 48 00 00 7c 81 3f 00 24 80 bf 00 10 80 09 00 00 7c a5 02 14 4b ff f9 99 7d 5d b8 50 :...H..|.?.\$........|...K...}].P
23d00 2f 83 00 00 7c 76 ea 14 40 9e 00 68 80 1b 04 24 7f 45 d3 78 39 20 00 00 7f 9c 00 00 7d 60 d0 50 /...|v..@..h...\$.E.x9.......}`.P
23d20 40 9c 00 0c 7c ab e2 14 7d 3c 00 50 7f 85 50 40 7c 98 4a 14 7c be 2b 78 7f 9c d2 14 40 9d 00 08 @...|...}<.P..P@|.J.|.+x....@...
23d40 7d 5e 53 78 7f c5 f3 78 7f bd f2 14 4b ff 68 9d 7e a3 ab 78 4b ff e1 35 2f 83 00 00 40 9e 00 14 }^Sx...x....K.h.~..xK..5/...@...
23d60 7f 9d b8 40 7f 04 c3 78 7f 23 cb 78 41 9c ff 7c 80 1b 04 24 2f 9d 00 00 7c 00 ea 14 90 1b 04 24 ...@...x.#.xA..|...\$/...|......\$
23d80 41 9d 00 08 3b a0 ff ff 81 61 00 00 7f a3 eb 78 ba ab ff d4 80 0b 00 04 7d 61 5b 78 7c 08 03 a6 A...;....a.....x........}a[x|...
23da0 4e 80 00 20 94 21 ff f0 7c 08 02 a6 90 01 00 14 80 63 00 04 4b ff 77 09 80 01 00 14 38 21 00 10 N....!..|........c..K.w.....8!..
23dc0 7c 08 03 a6 4e 80 00 20 94 21 f6 80 7d 80 00 26 7c 08 02 a6 90 01 09 84 38 00 00 00 90 01 09 48 |...N....!..}..&|.......8......H
23de0 91 81 09 60 bf 21 09 64 7c 7a 1b 78 3b a1 01 08 7c 9c 23 78 7f a3 eb 78 7f 44 d3 78 7c bb 2b 78 ...`.!.d|z.x;...|.#x...x.D.x|.+x
23e00 7c df 33 78 7c fe 3b 78 4b ff ee f1 2e 1c 00 00 3b 21 05 28 3b 80 00 01 a1 21 03 18 39 29 ff ff |.3x|.;xK.......;!.(;....!..9)..
23e20 55 29 04 3e 2b 89 00 01 41 9d 00 24 7f 44 d3 78 7f e5 fb 78 7f 26 cb 78 7f a3 eb 78 7f 69 03 a6 U).>+...A..\$.D.x...x.&.x...x.i..
23e40 4e 80 04 21 7c 7c 1b 79 41 a2 01 08 a0 01 03 18 2f 80 00 01 40 9e 00 28 41 92 00 24 38 80 00 01 N..!||.yA......./...@..(A..\$8...
23e60 7f 65 db 78 7f e6 fb 78 7f 27 cb 78 7f a3 eb 78 4b ff ff 59 7c 7c 1b 79 41 82 00 d8 7f a3 eb 78 .e.x...x.'.x...xK..Y||.yA......x
23e80 4b ff ef 81 2f 83 00 00 41 9e ff 90 48 00 00 94 83 e1 09 48 2f 9f 00 00 40 9e 00 0c 3d 20 ff f4 K.../...A...H......H/...@...=...
23ea0 3b e9 5b e0 3b 81 00 08 38 81 01 18 38 a0 01 00 7f 83 e3 78 4b ff f2 c5 38 81 05 28 38 a0 04 20 ;.[.;...8...8......xK...8..(8...
23ec0 7f c3 f3 78 4b ff 67 25 7f 83 e3 78 4b ff 64 c5 7c 7d 1b 78 7f e3 fb 78 4b ff 64 b9 7f bd 1a 14 ...xK.g%...xK.d.|}.x...xK.d.....
23ee0 38 7d 00 02 4b fe 47 7d 7f 84 e3 78 90 7e 04 20 4b ff 62 f1 88 1f 00 00 2f 80 00 00 41 9e 00 20 8}..K.G}...x.~..K.b...../...A...
23f00 80 7e 04 20 3c 80 ff f4 38 84 79 bc 4b ff 63 19 80 7e 04 20 7f e4 fb 78 4b ff 63 0d 3b 80 00 00 .~..<...8.y.K.c..~.....xK.c.;...
23f20 80 61 09 48 2f 83 00 00 41 9e 00 08 4b fe 47 15 80 01 09 84 81 81 09 60 7f 83 e3 78 bb 21 09 64 .a.H/...A...K.G........`...x.!.d
23f40 38 21 09 80 7c 08 03 a6 7d 80 81 20 4e 80 00 20 2f 9e 00 00 40 9e ff 3c 4b ff ff c4 94 21 f7 90 8!..|...}...N.../...@..<K....!..
23f60 7c 08 02 a6 90 01 08 74 bf 81 08 60 3b a1 00 08 7c 9c 23 78 3b e1 04 28 81 23 00 00 7f a3 eb 78 |......t...`;...|.#x;..(.#.....x
23f80 38 89 02 1c 4b ff ef 19 3c a0 ff f2 7f a3 eb 78 7f 86 e3 78 38 a5 3f d4 38 80 00 01 7f e7 fb 78 8...K...<......x...x8.?.8......x
23fa0 4b ff fe 29 3b a0 00 00 7c 7c 1b 79 40 82 00 20 38 60 04 28 4b fe 46 ad 7f e4 fb 78 38 a0 04 28 K..);...||.y@...8`.(K.F....x8..(
23fc0 7c 7d 1b 78 4b ff 66 25 93 9d 04 24 80 01 08 74 7f a3 eb 78 bb 81 08 60 38 21 08 70 7c 08 03 a6 |}.xK.f%...\$...t...x...`8!.p|...
23fe0 4e 80 00 20 94 21 f7 90 7c 08 02 a6 90 01 08 74 bf a1 08 64 3b a1 00 08 3b c1 04 28 80 83 00 00 N....!..|......t...d;...;..(....
24000 7f a3 eb 78 38 84 02 1c 4b ff ee 95 3c a0 ff f2 7f a3 eb 78 38 a5 40 58 38 80 00 01 38 c0 00 00 ...x8...K...<......x8.@X8...8...
24020 7f c7 f3 78 4b ff fd a5 3b a0 00 00 7c 7f 1b 79 40 82 00 20 38 60 04 28 4b fe 46 29 7f c4 f3 78 ...xK...;...|..y@...8`.(K.F)...x
24040 38 a0 04 28 7c 7d 1b 78 4b ff 65 a1 93 fd 04 24 80 01 08 74 7f a3 eb 78 bb a1 08 64 38 21 08 70 8..(|}.xK.e....\$...t...x...d8!.p
24060 7c 08 03 a6 4e 80 00 20 94 21 fe e0 7c 08 02 a6 90 01 01 24 bf 81 01 10 7c 7f 1b 78 7c be 2b 78 |...N....!..|......\$....|..x|.+x
24080 7c dc 33 78 3b a0 00 01 a0 03 02 10 2f 80 00 02 40 9e 00 44 3b a1 00 08 38 a0 01 00 7f a3 eb 78 |.3x;......./...@..D;...8......x
240a0 38 9f 00 10 4b ff f0 d5 7f a4 eb 78 7f c3 f3 78 4b ff 66 d1 7c 7d 1b 79 40 82 00 1c 2f 9c 00 00 8...K......x...xK.f.|}.y@.../...
240c0 41 9e 00 14 7f 83 e3 78 7f e4 fb 78 38 a0 04 20 4b ff 65 19 80 01 01 24 7f a3 eb 78 bb 81 01 10 A......x...x8...K.e....\$...x....
240e0 38 21 01 20 7c 08 03 a6 4e 80 00 20 94 21 fe e0 7c 08 02 a6 90 01 01 24 bf 81 01 10 7c 7e 1b 78 8!..|...N....!..|......\$....|~.x
24100 7c 9d 23 78 7c dc 33 78 a0 03 02 10 2f 80 00 02 40 9e 00 cc 80 03 02 4c 6c 09 63 68 2f 89 72 70 |.#x|.3x..../...@......Ll.ch/.rp
24120 40 9e 00 bc 80 03 02 48 6c 09 74 62 2f 89 78 69 40 9e 00 ac 3d 20 ff f2 3c c0 ff f4 3b e9 3f d4 @......Hl.tb/.xi@...=...<...;.?.
24140 7c 83 23 78 38 c6 79 c0 38 80 00 00 7f e5 fb 78 38 e0 00 00 4b ff fc 75 2f 83 00 00 40 9e 00 2c |.#x8.y.8......x8...K..u/...@..,
24160 3c c0 ff f4 7f e5 fb 78 7f a3 eb 78 38 c6 79 c8 38 80 00 00 38 e0 00 00 4b ff fc 51 3b e0 00 00 <......x...x8.y.8...8...K..Q;...
24180 2f 83 00 00 41 9e 00 08 3b e0 00 01 3b a1 00 08 38 9e 00 10 38 a0 01 00 7f a3 eb 78 4b ff ef dd /...A...;...;...8...8......xK...
241a0 3c 60 ff f4 7f a4 eb 78 38 63 79 d0 4b ff 65 d5 2f 83 00 00 41 9e 00 28 2f 9f 00 00 40 9e 00 24 <`.....x8cy.K.e./...A..(/...@..\$
241c0 2f 9c 00 00 41 9e 00 1c 7f 83 e3 78 7f c4 f3 78 38 a0 04 20 4b ff 64 15 48 00 00 08 3b e0 00 01 /...A......x...x8...K.d.H...;...
241e0 80 01 01 24 7f e3 fb 78 bb 81 01 10 38 21 01 20 7c 08 03 a6 4e 80 00 20 94 21 f7 90 38 a0 00 02 ...\$...x....8!..|...N....!..8...
24200 7c 08 02 a6 90 01 08 74 bf a1 08 64 7c 9f 23 78 3c 80 ff f4 38 84 76 7c 83 a3 00 00 7f e3 fb 78 |......t...d|.#x<...8.v|.......x
24220 4b ff 60 bd 2f 83 00 00 40 9e 00 44 38 bd 00 68 81 3d 00 68 80 05 00 14 7f 89 00 00 40 9e 00 10 K.`./...@..D8..h.=.h........@...
24240 80 a5 00 0c 2f 85 00 00 40 9e 00 08 7d 25 4b 78 38 9d 02 1c 38 61 00 08 4b ff e9 b9 3b ff 00 02 ..../...@...}%Kx8...8a..K...;...
24260 2f 83 00 00 41 9e 00 14 48 00 00 5c 38 9d 02 1c 38 61 00 08 4b ff ec 29 3b c1 04 28 3c a0 ff f2 /...A...H..\8...8a..K..);..(<...
24280 7f e6 fb 78 38 a5 42 48 38 61 00 08 38 80 00 00 7f c7 f3 78 4b ff fb 35 7c 7f 1b 79 40 82 00 28 ...x8.BH8a..8......xK..5|..y@..(
242a0 38 60 04 28 4b fe 43 bd 7f c4 f3 78 38 a0 04 28 7c 7d 1b 78 4b ff 63 35 7f a3 eb 78 93 fd 04 24 8`.(K.C....x8..(|}.xK.c5...x...\$
242c0 48 00 00 08 38 60 00 00 80 01 08 74 bb a1 08 64 38 21 08 70 7c 08 03 a6 4e 80 00 20 94 21 fe d0 H...8`.....t...d8!.p|...N....!..
242e0 7c 08 02 a6 90 01 01 34 bf 41 01 18 7c 7f 1b 78 7c 3d 0b 78 7c a3 2b 78 7c dc 33 78 4b ff 64 e5 |......4.A..|..x|=.x|.+x|.3xK.d.
24300 3d 20 ff f4 3b 69 79 d8 94 7d 00 08 7c 7a 1b 78 7f a3 eb 78 7f 64 db 78 4b ff 62 15 7c 7e 1b 79 =...;iy..}..|z.x...x.d.xK.b.|~.y
24320 41 82 00 14 88 1e 00 00 2f 80 00 00 41 9e ff e4 48 00 01 24 7f 43 d3 78 3b a0 00 01 4b fe 43 05 A......./...A...H..\$.C.x;...K.C.
24340 48 00 00 fc 4b ff 60 4d 2f 83 00 05 40 9e 00 5c a0 1f 02 10 2f 80 00 02 40 9e 00 d0 80 01 00 08 H...K.`M/...@..\..../...@.......
24360 2f 80 00 00 40 9e 00 c4 38 00 00 05 39 60 00 01 39 20 00 00 7c 09 03 a6 48 00 00 08 7d 49 03 78 /...@...8...9`..9...|...H...}I.x
24380 7c 1e 58 ae 55 2a 40 2e 39 6b 00 01 2f 80 00 00 41 9e 00 08 42 00 ff e8 80 1f 02 48 7f 80 48 00 |.X.U*@.9k../...A...B......H..H.
243a0 40 9e 00 88 48 00 00 44 3b a1 00 0c 38 a0 01 00 38 9f 00 10 7f a3 eb 78 4b ff ed c1 7f c3 f3 78 @...H..D;...8...8......xK......x
243c0 7f a4 eb 78 4b ff 63 bd 2f 83 00 00 40 9e 00 5c a0 1f 02 10 2f 80 00 02 40 9e 00 2c 80 01 00 08 ...xK.c./...@..\..../...@..,....
243e0 2f 80 00 00 40 9e 00 20 2f 9c 00 00 41 9e 00 44 7f 83 e3 78 7f e4 fb 78 38 a0 04 20 4b ff 61 ed /...@.../...A..D...x...x8...K.a.
24400 48 00 00 30 80 c1 00 08 3c a0 ff f2 7f e3 fb 78 38 a5 42 48 7f 87 e3 78 38 80 00 00 4b ff f9 ad H..0....<......x8.BH...x8...K...
24420 7c 7d 1b 78 48 00 00 10 3b a0 00 01 48 00 00 08 3b a0 00 00 7f 43 d3 78 4b fe 42 09 80 01 01 34 |}.xH...;...H...;....C.xK.B....4
24440 7f a3 eb 78 bb 41 01 18 38 21 01 30 7c 08 03 a6 4e 80 00 20 2f 80 00 3a 40 9e ff 50 4b ff fe e8 ...x.A..8!.0|...N.../..:@..PK...
24460 94 21 ff e0 7c 08 02 a6 90 01 00 24 bf a1 00 14 83 a3 00 00 7f a3 eb 78 4b ff ef 35 7f a3 eb 78 .!..|......\$...........xK..5...x
24480 4b fe 41 c1 80 01 00 24 bb a1 00 14 38 21 00 20 7c 08 03 a6 4e 80 00 20 2c 05 00 00 4d 82 00 20 K.A....\$....8!..|...N...,...M...
244a0 20 05 00 20 2f 80 00 00 41 9d 00 14 7c 00 00 d0 7c 83 00 30 38 80 00 00 4e 80 00 20 7c 89 04 30 ..../...A...|...|..08...N...|..0
244c0 7c 60 28 30 7c 84 28 30 7d 23 03 78 4e 80 00 20 2c 05 00 00 4d 82 00 20 20 05 00 20 2f 80 00 00 |`(0|.(0}#.xN...,...M......./...
244e0 41 9d 00 14 7c 00 00 d0 7c 64 06 30 7c 63 fe 70 4e 80 00 20 7c 69 00 30 7c 80 2c 30 7c 63 2e 30 A...|...|d.0|c.pN...|i.0|.,0|c.0
24500 7d 24 03 78 4e 80 00 20 2c 05 00 00 4d 82 00 20 20 05 00 20 2f 80 00 00 41 9d 00 14 7c 00 00 d0 }\$.xN...,...M......./...A...|...
24520 7c 64 04 30 38 60 00 00 4e 80 00 20 7c 69 00 30 7c 80 2c 30 7c 63 2c 30 7d 24 03 78 4e 80 00 20 |d.08`..N...|i.0|.,0|c,0}\$.xN...
24540 94 21 ff f0 2f 83 00 00 7c 08 02 a6 93 e1 00 0c 90 01 00 14 3b e0 00 00 40 9c 00 10 20 84 00 00 .!../...|...........;...@.......
24560 7c 63 01 90 3b e0 00 01 2f 85 00 00 40 9c 00 10 20 c6 00 00 7c a5 01 90 6b ff 00 01 38 e0 00 00 |c..;.../...@.......|...k...8...
24580 48 00 00 5d 2f 9f 00 00 7c 69 1b 78 7c 8a 23 78 41 9e 00 0c 21 4a 00 00 7d 29 01 90 80 01 00 14 H..]/...|i.x|.#xA...!J..})......
245a0 83 e1 00 0c 7d 44 53 78 7d 23 4b 78 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff f0 38 e0 00 00 ....}DSx}#Kx8!..|...N....!..8...
245c0 7c 08 02 a6 90 01 00 14 48 00 00 15 80 01 00 14 38 21 00 10 7c 08 03 a6 4e 80 00 20 94 21 ff d0 |.......H.......8!..|...N....!..
245e0 7c ec 3b 78 7c 08 02 a6 90 01 00 34 7c a0 33 79 bf 01 00 10 7c df 33 78 7c be 2b 78 7c 99 23 78 |.;x|......4|.3y....|.3x|.+x|.#x
24600 7c 78 1b 78 3b 80 00 00 3b a0 00 01 40 82 00 14 4b fd ba ed 3b 40 00 00 3b 60 00 00 48 00 00 cc |x.x;...;...@...K...;@..;`..H...
24620 57 ca 08 3c 57 80 08 3c 57 e9 0f fe 57 ab 0f fe 2f 9e 00 00 7d 29 53 78 7d 6b 03 78 57 aa 08 3c W..<W..<W...W.../...})Sx}k.xW..<
24640 57 e0 08 3c 41 9c 00 18 7c 1f 03 78 7d 3e 4b 78 7d 5d 53 78 7d 7c 5b 78 4b ff ff c8 3b 40 00 00 W..<A...|..x}>Kx}]Sx}|[xK...;@..
24660 3b 60 00 00 48 00 00 34 41 9d 00 20 40 9a 00 0c 7f 9f c8 40 41 9d 00 14 7f 3f c8 10 7f 1e c1 10 ;`..H..4A...@......@A....?......
24680 7f 7b e8 14 7f 5a e1 14 7c df 33 78 7c be 2b 78 7c 9d 23 78 7c 7c 1b 78 57 a0 f8 7e 57 cb f8 00 .{...Z..|.3x|.+x|.#x||.xW..~W...
246a0 57 ea f8 7e 57 89 f8 00 7d 29 03 78 57 c8 f8 7e 57 87 f8 7e 7d 6b 53 78 7f 80 eb 79 7d 05 43 78 W..~W...}).xW..~W..~}kSx...y}.Cx
246c0 7c e3 3b 78 7d 66 5b 78 7d 24 4b 78 7f 9e c0 40 7f 1e c0 00 40 82 ff 94 2f 8c 00 00 41 9e 00 0c |.;x}f[x}\$Kx...@....@.../...A...
246e0 93 0c 00 00 93 2c 00 04 80 01 00 34 7f 64 db 78 7f 43 d3 78 bb 01 00 10 38 21 00 30 7c 08 03 a6 .....,.....4.d.x.C.x....8!.0|...
24700 4e 80 00 20 94 21 ff e0 7c 08 02 a6 90 01 00 24 38 e1 00 08 4b ff fe c9 80 01 00 24 80 61 00 08 N....!..|......\$8...K......\$.a..
24720 80 81 00 0c 38 21 00 20 7c 08 03 a6 4e 80 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ....8!..|...N...................
24740 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24760 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24780 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
247a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
247c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
247e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24800 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24820 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24840 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24860 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24880 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
248a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
248c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
248e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24920 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24940 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24960 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24980 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
249a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
249c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
249e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24a00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24a20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24a40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24a60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24a80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24aa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ac0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ae0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24b00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24b20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24b40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24b60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24b80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ba0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24bc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24be0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24c00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24c80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ca0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24cc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ce0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24d00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24d20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24d40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24d60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24d80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24da0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24dc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24de0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24e00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24e20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24e40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24e60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24e80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ea0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ec0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24ee0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24f00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24f20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24f40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24f60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24f80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
24fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
25000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
25020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
25040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
25060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
25080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 ff f4 52 f8 00 00 40 00 ..........................R...@.
250a0 00 00 40 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 07 de 29 00 ff f0 8b fc 00 09 00 00 ..@...................).........
250c0 ff f4 53 04 00 00 40 00 00 00 40 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 07 de 29 00 ..S...@...@...................).
250e0 ff f0 8b fc 00 0a 00 00 ff f4 53 14 00 00 40 00 00 00 40 00 00 00 00 80 00 00 00 80 00 00 00 20 ..........S...@...@.............
25100 00 00 00 20 07 de 29 00 ff f0 8b fc 80 04 00 00 ff f4 53 24 00 00 80 00 00 00 80 00 00 00 00 80 ......)...........S\$............
25120 00 00 00 80 00 00 00 20 00 00 00 20 14 dc 93 80 ff f0 8b 6c 00 08 00 00 ff f4 53 34 00 00 80 00 ...................l......S4....
25140 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 14 dc 93 80 ff f0 8b 6c 10 08 00 00 ...........................l....
25160 ff f4 53 34 00 00 80 00 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 14 dc 93 80 ..S4............................
25180 ff f0 8b 6c 70 00 00 00 ff f4 53 34 00 00 80 00 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 20 ...lp.....S4....................
251a0 00 00 00 20 14 dc 93 80 ff f0 8b 6c 70 02 00 00 ff f4 53 34 00 00 80 00 00 00 80 00 00 00 00 80 ...........lp.....S4............
251c0 00 00 00 80 00 00 00 20 00 00 00 20 14 dc 93 80 ff f0 8b 6c 80 0c 00 00 ff f4 53 40 00 00 80 00 ...................l......S@....
251e0 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 14 dc 93 80 ff f0 8b 6c 00 0c 00 00 ...........................l....
25200 ff f4 53 50 00 00 80 00 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 20 00 00 00 20 1d cd 65 00 ..SP..........................e.
25220 ff f0 8b 30 00 3c 00 00 ff f4 53 5c 00 00 80 00 00 00 80 00 00 00 00 80 00 00 00 80 00 00 00 80 ...0.<....S\....................
25240 00 00 00 80 1d cd 65 00 ff f0 89 ec ff f4 53 6c 10 57 48 01 80 80 00 00 80 0c 00 00 80 00 00 00 ......e.......Sl.WH.............
25260 00 10 00 00 f0 00 00 00 10 00 00 00 80 00 00 00 00 01 00 00 00 00 00 00 00 40 00 00 09 0b 09 0b .........................@......
25280 ff f4 53 74 10 6b 00 1f f2 80 00 00 f2 c0 00 00 f2 00 00 00 02 00 00 00 80 00 00 00 10 00 00 00 ..St.k..........................
252a0 f2 00 00 00 00 80 00 00 00 00 00 00 01 00 00 00 08 09 0a 0b ff f4 53 7c 10 57 00 02 fe c0 00 00 ......................S|.W......
252c0 fe e0 00 00 80 00 00 00 7f 00 00 00 80 00 00 00 01 00 00 00 fe 00 00 00 00 80 00 00 fd 00 00 00 ................................
252e0 01 00 00 00 15 16 17 18 ff f4 56 14 ff f4 56 30 ff f0 a1 b8 ff f4 56 38 ff f0 a1 bc ff f4 51 90 ..........V...V0......V8......Q.
25300 ff f4 56 48 ff f0 a6 fc ff f4 56 50 ff f0 a2 38 ff f4 56 48 ff f0 a6 68 ff f4 56 50 ff f0 a2 4c ..VH......VP...8..VH...h..VP...L
25320 ff f4 56 58 ff f0 a5 e0 ff f4 56 5c ff f0 a2 60 ff f4 56 64 ff f0 a5 3c ff f4 56 14 ff f4 56 48 ..VX......V\...`..Vd...<..V...VH
25340 ff f0 a4 c8 ff f4 56 50 ff f0 a2 74 ff f4 56 70 ff f4 56 8c ff f0 a4 34 ff f4 56 94 ff f0 a3 a8 ......VP...t..Vp..V....4..V.....
25360 4f 70 65 6e 42 49 4f 53 02 04 ff 00 ff 00 00 00 a3 e7 1b 18 00 01 52 ac 00 00 05 84 28 73 65 6d OpenBIOS..............R.....(sem
25380 69 73 29 87 00 00 00 80 00 00 00 00 00 00 00 00 28 6c 69 74 29 85 00 80 00 00 00 0c 00 00 00 02 is).............(lit)...........
253a0 28 64 6f 29 84 00 00 80 00 00 00 1c 00 00 00 07 28 3f 64 6f 29 85 00 80 00 00 00 2c 00 00 00 08 (do)............(?do)......,....
253c0 28 6c 6f 6f 70 29 86 80 00 00 00 3c 00 00 00 09 28 2b 6c 6f 6f 70 29 87 00 00 00 80 00 00 00 4c (loop).....<....(+loop)........L
253e0 00 00 00 0a 64 75 70 83 00 00 00 80 00 00 00 60 00 00 00 0e 32 64 75 70 84 00 00 80 00 00 00 70 ....dup........`....2dup.......p
25400 00 00 00 0f 3f 64 75 70 84 00 00 80 00 00 00 80 00 00 00 10 6f 76 65 72 84 00 00 80 00 00 00 90 ....?dup............over........
25420 00 00 00 11 32 6f 76 65 72 85 00 80 00 00 00 a0 00 00 00 12 70 69 63 6b 84 00 00 80 00 00 00 b0 ....2over...........pick........
25440 00 00 00 13 64 72 6f 70 84 00 00 80 00 00 00 c0 00 00 00 14 32 64 72 6f 70 85 00 80 00 00 00 d0 ....drop............2drop.......
25460 00 00 00 15 6e 69 70 83 00 00 00 80 00 00 00 e0 00 00 00 16 72 6f 6c 6c 84 00 00 80 00 00 00 f0 ....nip.............roll........
25480 00 00 00 17 72 6f 74 83 00 00 00 80 00 00 01 00 00 00 00 18 2d 72 6f 74 84 00 00 80 00 00 01 10 ....rot.............-rot........
254a0 00 00 00 19 73 77 61 70 84 00 00 80 00 00 01 20 00 00 00 1a 32 73 77 61 70 85 00 80 00 00 01 30 ....swap............2swap......0
254c0 00 00 00 1b 3e 72 82 80 00 00 01 40 00 00 00 1c 72 3e 82 80 00 00 01 4c 00 00 00 1d 72 40 82 80 ....>r.....@....r>.....L....r@..
254e0 00 00 01 58 00 00 00 1e 64 65 70 74 68 85 00 80 00 00 01 64 00 00 00 1f 64 65 70 74 68 21 86 80 ...X....depth......d....depth!..
25500 00 00 01 74 00 00 00 20 72 64 65 70 74 68 86 80 00 00 01 84 00 00 00 21 72 64 65 70 74 68 21 87 ...t....rdepth.........!rdepth!.
25520 00 00 00 80 00 00 01 94 00 00 00 22 2b 81 00 80 00 00 01 a8 00 00 00 23 2d 81 00 80 00 00 01 b4 ..........."+..........#-.......
25540 00 00 00 24 2a 81 00 80 00 00 01 c0 00 00 00 25 75 2a 82 80 00 00 01 cc 00 00 00 26 6d 75 2f 6d ...\$*..........%u*.........&mu/m
25560 6f 64 86 80 00 00 01 d8 00 00 00 27 61 62 73 83 00 00 00 80 00 00 01 e8 00 00 00 28 6e 65 67 61 od.........'abs............(nega
25580 74 65 86 80 00 00 01 f8 00 00 00 29 6d 61 78 83 00 00 00 80 00 00 02 08 00 00 00 2a 6d 69 6e 83 te.........)max............*min.
255a0 00 00 00 80 00 00 02 18 00 00 00 2b 6c 73 68 69 66 74 86 80 00 00 02 28 00 00 00 2c 72 73 68 69 ...........+lshift.....(...,rshi
255c0 66 74 86 80 00 00 02 38 00 00 00 2d 3e 3e 61 83 00 00 00 80 00 00 02 48 00 00 00 2e 61 6e 64 83 ft.....8...->>a........H....and.
255e0 00 00 00 80 00 00 02 58 00 00 00 2f 6f 72 82 80 00 00 02 68 00 00 00 30 78 6f 72 83 00 00 00 80 .......X.../or.....h...0xor.....
25600 00 00 02 74 00 00 00 31 69 6e 76 65 72 74 86 80 00 00 02 84 00 00 00 32 64 2b 82 80 00 00 02 94 ...t...1invert.........2d+......
25620 00 00 00 33 64 2d 82 80 00 00 02 a0 00 00 00 34 6d 2a 82 80 00 00 02 ac 00 00 00 35 75 6d 2a 83 ...3d-.........4m*.........5um*.
25640 00 00 00 80 00 00 02 b8 00 00 00 36 40 81 00 80 00 00 02 c8 00 00 00 37 63 40 82 80 00 00 02 d4 ...........6@..........7c@......
25660 00 00 00 38 77 40 82 80 00 00 02 e0 00 00 00 39 6c 40 82 80 00 00 02 ec 00 00 00 3a 21 81 00 80 ...8w@.........9l@.........:!...
25680 00 00 02 f8 00 00 00 3b 2b 21 82 80 00 00 03 04 00 00 00 3c 63 21 82 80 00 00 03 10 00 00 00 3d .......;+!.........<c!.........=
256a0 77 21 82 80 00 00 03 1c 00 00 00 3e 6c 21 82 80 00 00 03 28 00 00 00 3f 3d 81 00 80 00 00 03 34 w!.........>l!.....(...?=......4
256c0 00 00 00 40 3e 81 00 80 00 00 03 40 00 00 00 41 3c 81 00 80 00 00 03 4c 00 00 00 42 75 3e 82 80 ...@>......@...A<......L...Bu>..
256e0 00 00 03 58 00 00 00 43 75 3c 82 80 00 00 03 64 00 00 00 44 73 70 40 83 00 00 00 80 00 00 03 70 ...X...Cu<.....d...Dsp@........p
25700 00 00 00 45 6d 6f 76 65 84 00 00 80 00 00 03 80 00 00 00 46 66 69 6c 6c 84 00 00 80 00 00 03 90 ...Emove...........Ffill........
25720 00 00 00 47 28 65 6d 69 74 29 86 80 00 00 03 a0 00 00 00 48 28 6b 65 79 3f 29 86 80 00 00 03 b0 ...G(emit).........H(key?)......
25740 00 00 00 49 28 6b 65 79 29 85 00 80 00 00 03 c0 00 00 00 4a 65 78 65 63 75 74 65 87 00 00 00 80 ...I(key)..........Jexecute.....
25760 00 00 03 d0 00 00 00 4b 68 65 72 65 84 00 00 80 00 00 03 e4 00 00 00 4c 68 65 72 65 21 85 00 80 .......Khere...........Lhere!...
25780 00 00 03 f4 00 00 00 4d 64 6f 62 72 61 6e 63 68 88 00 00 80 00 00 04 04 00 00 00 4e 64 6f 3f 62 .......Mdobranch...........Ndo?b
257a0 72 61 6e 63 68 89 00 80 00 00 04 18 00 00 00 4f 75 6e 61 6c 69 67 6e 65 64 2d 77 40 8c 00 00 80 ranch..........Ounaligned-w@....
257c0 00 00 04 2c 00 00 00 50 75 6e 61 6c 69 67 6e 65 64 2d 77 21 8c 00 00 80 00 00 04 44 00 00 00 51 ...,...Punaligned-w!.......D...Q
257e0 75 6e 61 6c 69 67 6e 65 64 2d 6c 40 8c 00 00 80 00 00 04 5c 00 00 00 52 75 6e 61 6c 69 67 6e 65 unaligned-l@.......\...Runaligne
25800 64 2d 6c 21 8c 00 00 80 00 00 04 74 00 00 00 53 69 6f 63 40 84 00 00 80 00 00 04 8c 00 00 00 54 d-l!.......t...Sioc@...........T
25820 69 6f 77 40 84 00 00 80 00 00 04 9c 00 00 00 55 69 6f 6c 40 84 00 00 80 00 00 04 ac 00 00 00 56 iow@...........Uiol@...........V
25840 69 6f 63 21 84 00 00 80 00 00 04 bc 00 00 00 57 69 6f 77 21 84 00 00 80 00 00 04 cc 00 00 00 58 ioc!...........Wiow!...........X
25860 69 6f 6c 21 84 00 00 80 00 00 04 dc 00 00 00 59 69 81 00 80 00 00 04 ec 00 00 00 5a 6a 81 00 80 iol!...........Yi..........Zj...
25880 00 00 04 f8 00 00 00 5b 63 61 6c 6c 84 00 00 80 00 00 05 04 00 00 00 5c 73 79 73 2d 64 65 62 75 .......[call...........\sys-debu
258a0 67 89 00 80 00 00 05 14 00 00 00 5d 24 69 6e 63 6c 75 64 65 88 00 00 80 00 00 05 28 00 00 00 5e g..........]\$include.......(...^
258c0 24 65 6e 63 6f 64 65 2d 66 69 6c 65 8c 00 00 80 00 00 05 3c 00 00 00 5f 73 74 61 74 65 85 00 80 \$encode-file.......<..._state...
258e0 00 00 05 54 00 00 00 04 00 00 00 00 66 6f 72 74 68 2d 6c 61 73 74 8a 80 00 00 05 64 00 00 00 04 ...T........forth-last.....d....
25900 00 01 52 18 6c 61 74 65 73 74 86 80 00 00 05 7c 00 00 00 04 00 01 52 18 62 61 73 65 84 00 00 80 ..R.latest.....|......R.base....
25920 00 00 05 90 00 00 00 04 00 00 00 10 2f 63 82 80 00 00 05 a4 00 00 00 03 00 00 00 01 2f 77 82 80 ............/c............../w..
25940 00 00 05 b4 00 00 00 03 00 00 00 02 2f 6c 82 80 00 00 05 c4 00 00 00 03 00 00 00 04 2f 6e 82 80 ............/l............../n..
25960 00 00 05 d4 00 00 00 03 00 00 00 04 2f 78 82 80 00 00 05 e4 00 00 00 03 00 00 00 08 31 81 00 80 ............/x..............1...
25980 00 00 05 f4 00 00 00 03 00 00 00 01 32 81 00 80 00 00 06 04 00 00 00 03 00 00 00 02 33 81 00 80 ............2...............3...
259a0 00 00 06 14 00 00 00 03 00 00 00 03 2d 31 82 80 00 00 06 24 00 00 00 03 ff ff ff ff 30 81 00 80 ............-1.....\$........0...
259c0 00 00 06 34 00 00 00 03 00 00 00 00 6d 79 2d 73 65 6c 66 87 00 00 00 80 00 00 06 44 00 00 00 03 ...4........my-self........D....
259e0 00 00 00 00 64 65 63 69 6d 61 6c 87 00 00 00 80 00 00 06 5c 00 00 00 01 00 00 00 20 00 00 00 0a ....decimal........\............
25a00 00 00 05 a8 00 00 03 08 00 00 00 10 68 65 78 83 00 00 00 80 00 00 06 74 00 00 00 01 00 00 00 20 ............hex........t........
25a20 00 00 00 10 00 00 05 a8 00 00 03 08 00 00 00 10 6f 63 74 61 6c 85 00 80 00 00 06 98 00 00 00 01 ................octal...........
25a40 00 00 00 20 00 00 00 08 00 00 05 a8 00 00 03 08 00 00 00 10 63 75 72 72 65 6e 74 87 00 00 00 80 ....................current.....
25a60 00 00 06 bc 00 00 00 04 00 00 05 84 6c 61 73 74 84 00 00 80 00 00 06 e4 00 00 00 01 00 00 06 e8 ............last................
25a80 00 00 02 d8 00 00 00 10 23 6f 72 64 65 72 86 80 00 00 06 f8 00 00 00 04 00 00 00 01 63 6f 6e 74 ........#order..............cont
25aa0 65 78 74 87 00 00 00 80 00 00 07 14 00 00 00 05 00 00 55 24 00 00 00 10 76 6f 63 61 62 75 6c 61 ext...............U\$....vocabula
25ac0 72 69 65 73 3f 8d 00 80 00 00 07 2c 00 00 00 03 ff ff ff ff 74 72 75 65 84 00 00 80 00 00 07 4c ries?......,........true.......L
25ae0 00 00 00 03 ff ff ff ff 66 61 6c 73 65 85 00 80 00 00 07 60 00 00 00 03 00 00 00 00 28 69 6d 6d ........false......`........(imm
25b00 65 64 69 61 74 65 29 8b 00 00 00 80 00 00 07 74 00 00 00 01 00 00 06 08 00 00 01 c4 00 00 00 74 ediate)........t...............t
25b20 00 00 02 e4 00 00 06 08 00 00 02 78 00 00 01 34 00 00 03 20 00 00 00 10 28 63 6f 6d 70 69 6c 65 ...........x...4........(compile
25b40 2d 6f 6e 6c 79 29 8e 80 00 00 07 90 00 00 00 01 00 00 06 08 00 00 01 c4 00 00 00 74 00 00 02 e4 -only).....................t....
25b60 00 00 06 18 00 00 02 78 00 00 01 34 00 00 03 20 00 00 00 10 69 6d 6d 65 64 69 61 74 65 89 00 80 .......x...4........immediate...
25b80 00 00 07 cc 00 00 00 01 00 00 06 fc 00 00 02 d8 00 00 07 94 00 00 00 10 63 6f 6d 70 69 6c 65 2d ........................compile-
25ba0 6f 6e 6c 79 8c 00 00 80 00 00 08 04 00 00 00 01 00 00 06 fc 00 00 02 d8 00 00 07 d0 00 00 00 10 only............................
25bc0 66 6c 61 67 73 3f 86 80 00 00 08 2c 00 00 00 01 00 00 05 e8 00 00 05 b8 00 00 01 b8 00 00 01 c4 flags?.....,....................
25be0 00 00 02 e4 00 00 00 20 00 00 00 7f 00 00 02 6c 00 00 00 10 69 6d 6d 65 64 69 61 74 65 3f 8a 80 ...............l....immediate?..
25c00 00 00 08 4c 00 00 00 01 00 00 08 50 00 00 06 08 00 00 02 6c 00 00 06 08 00 00 03 44 00 00 00 10 ...L.......P.......l.......D....
25c20 63 6f 6d 70 69 6c 65 2d 6f 6e 6c 79 3f 8d 00 80 00 00 08 84 00 00 00 01 00 00 08 50 00 00 06 18 compile-only?..............P....
25c40 00 00 02 6c 00 00 06 18 00 00 03 44 00 00 00 10 5b 81 00 82 00 00 08 b4 00 00 00 01 00 00 06 48 ...l.......D....[..............H
25c60 00 00 05 68 00 00 03 08 00 00 00 10 5d 81 00 80 00 00 08 d8 00 00 00 01 00 00 06 38 00 00 05 68 ...h........]..............8...h
25c80 00 00 03 08 00 00 00 10 61 6c 6c 6f 74 85 00 80 00 00 08 f4 00 00 00 01 00 00 03 f8 00 00 01 b8 ........allot...................
25ca0 00 00 04 08 00 00 00 10 2c 81 00 80 00 00 09 14 00 00 00 01 00 00 03 f8 00 00 05 e8 00 00 09 18 ........,.......................
25cc0 00 00 03 08 00 00 00 10 63 2c 82 80 00 00 09 30 00 00 00 01 00 00 03 f8 00 00 05 b8 00 00 09 18 ........c,.....0................
25ce0 00 00 03 20 00 00 00 10 61 6c 69 67 6e 85 00 80 00 00 09 50 00 00 00 01 00 00 05 e8 00 00 03 f8 ........align......P............
25d00 00 00 05 e8 00 00 06 08 00 00 01 c4 00 00 02 6c 00 00 01 c4 00 00 05 e8 00 00 06 08 00 00 01 c4 ...............l................
25d20 00 00 02 6c 00 00 09 18 00 00 00 10 6e 75 6c 6c 2d 61 6c 69 67 6e 8a 80 00 00 09 74 00 00 00 01 ...l........null-align.....t....
25d40 00 00 03 f8 00 00 00 74 00 00 09 78 00 00 03 f8 00 00 01 34 00 00 01 c4 00 00 06 48 00 00 03 a4 .......t...x.......4.......H....
25d60 00 00 00 10 77 2c 82 80 00 00 09 bc 00 00 00 01 00 00 03 f8 00 00 06 08 00 00 02 6c 00 00 09 18 ....w,.....................l....
25d80 00 00 03 f8 00 00 05 c8 00 00 09 18 00 00 03 2c 00 00 00 10 6c 2c 82 80 00 00 09 ec 00 00 00 01 ...............,....l,..........
25da0 00 00 05 d8 00 00 03 f8 00 00 05 d8 00 00 06 08 00 00 01 c4 00 00 02 6c 00 00 01 c4 00 00 05 d8 .......................l........
25dc0 00 00 06 08 00 00 01 c4 00 00 02 6c 00 00 09 18 00 00 03 f8 00 00 05 d8 00 00 09 18 00 00 03 38 ...........l...................8
25de0 00 00 00 10 3c 3e 82 80 00 00 0a 1c 00 00 00 01 00 00 03 44 00 00 02 98 00 00 00 10 28 74 6f 29 ....<>.............D........(to)
25e00 84 00 00 80 00 00 0a 6c 00 00 00 01 00 00 05 e8 00 00 01 b8 00 00 03 08 00 00 00 10 3e 62 6f 64 .......l....................>bod
25e20 79 85 00 80 00 00 0a 88 00 00 00 01 00 00 05 e8 00 00 06 08 00 00 02 3c 00 00 01 b8 00 00 00 10 y......................<........
25e40 62 6f 64 79 3e 85 00 80 00 00 0a a8 00 00 00 01 00 00 05 e8 00 00 06 08 00 00 02 3c 00 00 01 c4 body>......................<....
25e60 00 00 00 10 72 65 76 65 61 6c 86 80 00 00 0a cc 00 00 00 01 00 00 05 94 00 00 02 d8 00 00 06 fc ....reveal......................
25e80 00 00 03 08 00 00 00 10 72 65 63 75 72 73 69 76 65 89 00 81 00 00 0a f0 00 00 00 01 00 00 0a f4 ........recursive...............
25ea0 00 00 00 10 72 65 63 75 72 73 65 87 00 00 00 81 00 00 0b 18 00 00 00 01 00 00 05 94 00 00 02 d8 ....recurse.....................
25ec0 00 00 05 e8 00 00 01 b8 00 00 09 34 00 00 00 10 6e 6f 6f 70 84 00 00 80 00 00 0b 34 00 00 00 01 ...........4....noop.......4....
25ee0 00 00 00 10 65 6e 76 69 72 6f 6e 6d 65 6e 74 3f 8c 00 00 80 00 00 0b 5c 00 00 00 05 00 00 0b a0 ....environment?.......\........
25f00 00 00 00 10 6e 6f 2d 65 6e 76 69 72 6f 6e 6d 65 6e 74 3f 8f 00 00 00 80 00 00 0b 78 00 00 00 01 ....no-environment?........x....
25f20 00 00 00 e4 00 00 07 78 00 00 00 10 72 65 73 6f 6c 76 65 2d 6f 72 69 67 8c 00 00 80 00 00 0b 9c .......x....resolve-orig........
25f40 00 00 00 01 00 00 03 f8 00 00 00 a4 00 00 05 e8 00 00 01 b8 00 00 01 c4 00 00 01 34 00 00 03 08 ...........................4....
25f60 00 00 00 10 28 69 66 29 84 00 00 82 00 00 0b c0 00 00 00 01 00 00 00 20 00 00 04 30 00 00 09 34 ....(if)...................0...4
25f80 00 00 03 f8 00 00 06 48 00 00 09 34 00 00 00 10 28 74 68 65 6e 29 86 82 00 00 0b f0 00 00 00 01 .......H...4....(then)..........
25fa0 00 00 0b c4 00 00 00 10 74 6d 70 2d 63 6f 6d 70 2d 64 65 70 74 68 8e 80 00 00 0c 1c 00 00 00 04 ........tmp-comp-depth..........
25fc0 ff ff ff ff 74 6d 70 2d 63 6f 6d 70 2d 62 75 66 8c 00 00 80 00 00 0c 3c 00 00 00 04 48 03 14 14 ....tmp-comp-buf.......<....H...
25fe0 73 65 74 75 70 2d 74 6d 70 2d 63 6f 6d 70 8e 80 00 00 0c 58 00 00 00 01 00 00 05 68 00 00 02 d8 setup-tmp-comp.....X.......h....
26000 00 00 06 48 00 00 03 44 00 00 04 30 00 00 00 2c 00 00 03 f8 00 00 0c 5c 00 00 02 d8 00 00 04 08 ...H...D...0...,.......\........
26020 00 00 09 34 00 00 06 08 00 00 09 34 00 00 01 78 00 00 0c 40 00 00 03 08 00 00 08 f8 00 00 00 10 ...4.......4...x...@............
26040 65 78 65 63 75 74 65 2d 74 6d 70 2d 63 6f 6d 70 90 00 00 80 00 00 0c 74 00 00 00 01 00 00 01 78 execute-tmp-comp.......t.......x
26060 00 00 0c 40 00 00 02 d8 00 00 03 44 00 00 04 30 00 00 00 44 00 00 06 38 00 00 0c 40 00 00 03 08 ...@.......D...0...D...8...@....
26080 00 00 00 20 00 00 00 10 00 00 09 34 00 00 0c 5c 00 00 02 d8 00 00 00 74 00 00 02 d8 00 00 04 08 ...........4...\.......t........
260a0 00 00 06 48 00 00 05 68 00 00 03 08 00 00 05 e8 00 00 01 b8 00 00 03 e8 00 00 00 10 69 66 82 81 ...H...h....................if..
260c0 00 00 0c d8 00 00 00 01 00 00 0c 78 00 00 00 20 00 00 04 30 00 00 09 34 00 00 03 f8 00 00 06 48 ...........x.......0...4.......H
260e0 00 00 09 34 00 00 00 10 74 68 65 6e 84 00 00 82 00 00 0d 44 00 00 00 01 00 00 0b c4 00 00 0c dc ...4....then.......D............
26100 00 00 00 10 65 6c 73 65 84 00 00 82 00 00 0d 74 00 00 00 01 00 00 00 20 00 00 04 1c 00 00 09 34 ....else.......t...............4
26120 00 00 03 f8 00 00 06 48 00 00 09 34 00 00 01 34 00 00 0b c4 00 00 00 10 28 62 65 67 69 6e 29 87 .......H...4...4........(begin).
26140 00 00 00 80 00 00 0d 90 00 00 00 01 00 00 00 10 28 61 67 61 69 6e 29 87 00 00 00 80 00 00 0d c8 ................(again).........
26160 00 00 00 01 00 00 00 10 28 75 6e 74 69 6c 29 87 00 00 00 80 00 00 0d e0 00 00 00 01 00 00 00 10 ........(until).................
26180 28 77 68 69 6c 65 29 87 00 00 00 80 00 00 0d f8 00 00 00 01 00 00 00 10 28 72 65 70 65 61 74 29 (while).................(repeat)
261a0 88 00 00 80 00 00 0e 10 00 00 00 01 00 00 00 10 72 65 73 6f 6c 76 65 2d 64 65 73 74 8c 00 00 80 ................resolve-dest....
261c0 00 00 0e 28 00 00 00 01 00 00 03 f8 00 00 05 e8 00 00 01 b8 00 00 01 c4 00 00 09 34 00 00 00 10 ...(.......................4....
261e0 62 65 67 69 6e 85 00 81 00 00 0e 44 00 00 00 01 00 00 0c 78 00 00 00 20 00 00 0d cc 00 00 09 34 begin......D.......x...........4
26200 00 00 03 f8 00 00 00 10 61 67 61 69 6e 85 00 82 00 00 0e 6c 00 00 00 01 00 00 00 20 00 00 0d e4 ........again......l............
26220 00 00 09 34 00 00 00 20 00 00 04 1c 00 00 09 34 00 00 0e 48 00 00 0c dc 00 00 00 10 75 6e 74 69 ...4...........4...H........unti
26240 6c 85 00 82 00 00 0e 94 00 00 00 01 00 00 00 20 00 00 0d fc 00 00 09 34 00 00 00 20 00 00 04 30 l......................4.......0
26260 00 00 09 34 00 00 0e 48 00 00 0c dc 00 00 00 10 77 68 69 6c 65 85 00 81 00 00 0e c8 00 00 00 01 ...4...H........while...........
26280 00 00 0c 78 00 00 00 20 00 00 0e 14 00 00 09 34 00 00 00 20 00 00 04 30 00 00 09 34 00 00 03 f8 ...x...........4.......0...4....
262a0 00 00 06 48 00 00 09 34 00 00 01 34 00 00 00 10 72 65 70 65 61 74 86 82 00 00 0e fc 00 00 00 01 ...H...4...4....repeat..........
262c0 00 00 00 20 00 00 0e 2c 00 00 09 34 00 00 00 20 00 00 04 1c 00 00 09 34 00 00 0e 48 00 00 0b c4 .......,...4...........4...H....
262e0 00 00 0c dc 00 00 00 10 6c 65 61 76 65 73 86 80 00 00 0f 3c 00 00 00 04 00 00 11 50 72 65 73 6f ........leaves.....<.......Preso
26300 6c 76 65 2d 6c 6f 6f 70 8c 00 00 80 00 00 0f 74 00 00 00 01 00 00 0f 78 00 00 02 d8 00 00 0d cc lve-loop.......t.......x........
26320 00 00 00 94 00 00 0e 14 00 00 04 30 00 00 00 2c 00 00 00 74 00 00 02 d8 00 00 01 34 00 00 03 f8 ...........0...,...t.......4....
26340 00 00 00 a4 00 00 01 c4 00 00 01 34 00 00 03 08 00 00 0e 2c 00 00 04 1c ff ff ff c4 00 00 03 f8 ...........4.......,............
26360 00 00 01 c4 00 00 09 34 00 00 0f 78 00 00 03 08 00 00 00 10 64 6f 82 81 00 00 0f 90 00 00 00 01 .......4...x........do..........
26380 00 00 0c 78 00 00 0f 78 00 00 02 d8 00 00 03 f8 00 00 00 20 00 00 00 30 00 00 09 34 00 00 06 48 ...x...x...............0...4...H
263a0 00 00 0f 78 00 00 03 08 00 00 00 10 3f 64 6f 83 00 00 00 81 00 00 0f fc 00 00 00 01 00 00 0c 78 ...x........?do................x
263c0 00 00 0f 78 00 00 02 d8 00 00 00 20 00 00 00 40 00 00 09 34 00 00 03 f8 00 00 03 f8 00 00 0f 78 ...x...........@...4...........x
263e0 00 00 03 08 00 00 06 48 00 00 09 34 00 00 00 10 6c 6f 6f 70 84 00 00 81 00 00 10 38 00 00 00 0 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8881902098655701, "perplexity": 206.1844963047785}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585696.21/warc/CC-MAIN-20211023130922-20211023160922-00664.warc.gz"} |
https://arxiv.org/abs/1907.10118v2 | # Title:Young star cluster populations in the E-MOSAICS simulations
Abstract: We present an analysis of young star clusters (YSCs) that form in the E-MOSAICS cosmological, hydrodynamical simulations of galaxies and their star cluster populations. Through comparisons with observed YSC populations, this work aims to test models for YSC formation and obtain an insight into the formation processes at work in part of the local galaxy population. We find that the models used in E-MOSAICS for the cluster formation efficiency and high-mass truncation of the initial cluster mass function ($M_\mathrm{c,\ast}$) both quantitatively reproduce the observed values of cluster populations in nearby galaxies. At higher redshifts ($z \geq 2$, near the peak of globular cluster formation) we find that, at a constant star formation rate (SFR) surface density, $M_\mathrm{c,\ast}$ is larger than at $z=0$ by a factor of four due to the higher gas fractions in the simulated high-redshift galaxies. Similar processes should be at work in local galaxies, offering a new way to test the models. We find that cluster age distributions may be sensitive to variations in the cluster formation rate (but not SFR) with time, which may significantly affect their use in tests of cluster mass loss. By comparing simulations with different implementations of cluster formation physics, we find that (even partially) environmentally-independent cluster formation is inconsistent with the brightest cluster-SFR and specific luminosity-$\Sigma_\mathrm{SFR}$ relations, whereas these observables are reproduced by the fiducial, environmentally-varying model. This shows that models in which a constant fraction of stars form in clusters are inconsistent with observations.
Comments: 20 pages, 17 figures, accepted for publication in MNRAS Subjects: Astrophysics of Galaxies (astro-ph.GA) DOI: 10.1093/mnras/stz2721 Cite as: arXiv:1907.10118 [astro-ph.GA] (or arXiv:1907.10118v2 [astro-ph.GA] for this version)
## Submission history
From: Joel Pfeffer [view email]
[v1] Tue, 23 Jul 2019 20:09:59 UTC (5,723 KB)
[v2] Wed, 25 Sep 2019 10:34:16 UTC (6,093 KB) | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.7821996212005615, "perplexity": 2593.906182726919}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579251694176.67/warc/CC-MAIN-20200127020458-20200127050458-00120.warc.gz"} |
https://mathematica.stackexchange.com/questions/57760/how-to-understand-the-usage-of-inner-and-outer-figuratively/57777 | # How to understand the usage of Inner and Outer figuratively?
## Description:
In Mathematica the functions like Thread, Inner, Outer etc. are very important and are used frequently.
For the function Thread:
Thread[f[{a, b, c}]]
{f[a], f[b], f[c]}
Thread[f[{a, b, c}, x]]
{f[a, x], f[b, x], f[c, x]}
Thread[f[{a, b, c}, {x, y, z}]]
{f[a, x], f[b, y], f[c, z]}
And I understand the Usage1, Usage2, Usage3 easily as well as I use them masterly.
However I always cannot master the usage of Inner and Outer so that I must refer to the Mathematica Documentation every time when I feel I need using them.
I find that I cannot master them owing to that I cannot understand the results of Inner and Outer clearly. Namely, I always forget what construct they generate when executed.
The typical usage cases of Inner and Outer shown as below:
Inner Usage:
Inner[f, {a, b}, {x, y}, g]
g[f[a, x], f[b, y]]
Inner[f, {{a, b}, {c, d}}, {x, y}, g]
{g[f[a, x], f[b, y]], g[f[c, x], f[d, y]]}
Inner[f, {{a, b}, {c, d}}, {{x, y}, {u, v}}, g]
{{g[f[a, x], f[b, u]], g[f[a, y], f[b, v]]},
{g[f[c, x], f[d, u]], g[f[c, y], f[d, v]]}}
Outer Usage:
Outer[f, {a, b}, {x, y, z}]
{{f[a, x], f[a, y], f[a, z]}, {f[b, x], f[b, y], f[b, z]}}
Outer[f, {{1, 2}, {3, 4}}, {{a, b}, {c, d}}]
{{{{f[1, a], f[1, b]}, {f[1, c], f[1, d]}},
{{f[2, a], f[2, b]}, {f[2, c], f[2, d]}}},
{{{f[3, a], f[3, b]}, {f[3, c], f[3, d]}},
{{f[4, a], f[4, b]}, {f[4, c], f[4, d]}}}}
## Questions:
1. How to master the usage Inner and Outer? Namely, how can I use them without referring to the Mathematica Documentation?
2. How to understand the result of Out[3],Out[4],Out[5] figuratively? Namely, by using graphics or other way.
• I recommend that you download and work through Leonid Shifrin's Mathematica programming: an advanced introduction. It's free and answers a lot of question you ask. – m_goldberg Aug 20 '14 at 10:12
• I don't know why you are leaving. All I can say is that I hope you are not taking SE too seriously. It's just a website, a tool to get help and learn from. When you find yourself spending too much time on it, it's good to take a break. I do that from time to time. But don't let it affect you emotionally. – Szabolcs Nov 9 '16 at 7:43
• @Szabolcs In fact, I made a mistake and Moderator R.M pointed it out some time ago. And I did affected by M.SE emotionly but I don't know why. – xyz Nov 9 '16 at 7:59
I think of Outer just like nikie showed.
Inner is a generalization of matrix multiplication. I like the picture from the Wikipedia page.
To calculate an entry of matrix multiplication, you first pair list entries (a11,b12) and (a12,b22). You "times/multiply" those pairs (a11*b12) and (a12*b22), and then you "plus/add" all the results (a11*b12)+(a12*b22). Note that you "times" before you "plus" in matrix multiplication which helps me remember the order of arguments for Inner.
listL={{a11,a12},{a21,a22},{a31,a32},{a41,a42}};
listR={{b11,b12,b13},{b21,b22,b23}};
Inner[times,listL,listR,plus]
Animated Mathematica Functions contains cool animated illustrations of the way a number of built-in functions work. Among them are
Outer
• @kguler...I am learning so much this week...nice – ubpdqn Aug 20 '14 at 12:52
• Loved them when they first came out; still love them today. – J. M.'s discontentment May 4 '15 at 10:02
• @J. M., same here -- especially the sound effects:) – kglr May 4 '15 at 10:10
• @Guesswhoitis., I know you are J.M :) Welcome back! – xyz May 5 '15 at 5:24
• @Leandro I am not sure why you are addressing me here. This is kglr's answer, not mine; I only edited it. Also the answer starts with a link to a collection of these animations: reference.wolfram.com/legacy/flash – Mr.Wizard Jul 26 '16 at 18:21
Not sure if that's what you're looking for: This is the image I always have in mind for Outer[f,{a,b,c},{x,y,z}]:
args = {{a, b, c}, {x, y, z}};
TableForm[Outer[f, args[[1]], args[[2]]], TableHeadings -> args]
(i = Inner[List, Range@3, Range@3, List]) // MatrixForm;
(o = Outer[List, Range@3, Range@3]) // MatrixForm
p1 = ListLinePlot[i, Mesh -> All, PlotStyle -> Red, PlotTheme -> "Detailed"];
p2 = ListLinePlot[o, Mesh -> All, PlotStyle -> Blue, PlotTheme -> "Detailed"];
Legended[Show[p2, p1, PlotRange -> All], LineLegend[{Red, Blue}, {"Inner", "Outer"}]]
• like you answer+1 – ubpdqn Aug 20 '14 at 12:04
• +1 for the compactness. It might have been even more immediate (specially in the first example) with: (i = Inner[List, {a, b, c}, Range@3, List]) // MatrixForm. – Trad Dog Apr 8 '16 at 8:34
I think of Outer like nikie's answer shows. Here's a similar view of Inner. Think of the arguments in columns. Apply f to each row and g to the result.
args = {{a, b, c}, {x, y, z}};
Format[g[e__]] := Column[{g, e},
Dividers -> {None, {False, True, False}}, Alignment -> Center];
Inner[f, Sequence @@ args, g]
• Might I suggest f@@{a,x} etc.? – Timothy Wofford Aug 20 '14 at 13:49
• Thanks. I wanted a divider, but I hate dealing with tables/grids in Mma. I'd thought about f[a, x], too (i.e., no Format-ting). I was trying to emphasize the columns. – Michael E2 Aug 20 '14 at 13:52 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.22817695140838623, "perplexity": 7327.25267881869}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600402101163.62/warc/CC-MAIN-20200930013009-20200930043009-00573.warc.gz"} |
https://www.computer.org/csdl/trans/tc/1973/04/01672314-abs.html | Issue No. 04 - April (1973 vol. 22)
ISSN: 0018-9340
pp: 347-358
A. Maruoka , Department of Electrical Communications, Faculty of Engineering, Tohoku University
ABSTRACT
The flexible network is a network composed of flexible logical multivalued cells that can be adjusted at will to perform any functions. The network is assumed to have a fixed-interconnection pattern and to have a fixed-input variable assignment. The following question is answered. What is the necessary and sufficient range of the flexibility of the cells' functions to obtain all the output functions the circuit could realize? Furthermore, the relation between the cells functions that realize the same output functions is derived and the number of different realizable output functions is counted.
INDEX TERMS
Cellular logic, flexible logic, integrated circuit, Maitra cascade, tree network.
CITATION
N. Honda, A. Maruoka, "Logical Networks of Flexible Cells", IEEE Transactions on Computers, vol. 22, no. , pp. 347-358, April 1973, doi:10.1109/T-C.1973.223721 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.856941282749176, "perplexity": 2998.841183598818}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917122726.55/warc/CC-MAIN-20170423031202-00121-ip-10-145-167-34.ec2.internal.warc.gz"} |
http://mathhelpforum.com/calculus/36418-integral.html | 1. ## Integral
I have a portion of ad admittance exam coming up tomorrow and I was wondering if someone could give me some integrals I could solve and then you could check my work...I am getting fairly good at integrals but practice never hurt! Now I dont want ridculously difficult integrals...but I don't want too easy of ones either xD
If someoen could give me some I would be very greatful
Mathstud
2. Hello,
Try this one :
$\int_n^{n+1} \arctan \left(\frac{1}{\sqrt{t}} \right) dt$
3. A couple I found from the MIT integration bee from a while back:
$\int \left(\frac{1}{\ln x} + \ln \left(\ln x\right)\right)dx$
$\int \sin(101x) \cdot \sin^{99} (x) dx$
$\int e^{\arccos (x)} dx$
Have fun?
4. Originally Posted by Moo
Hello,
Try this one :
$\int_n^{n+1} \arctan \left(\frac{1}{\sqrt{t}} \right) dt$
Thanks a lot Moo! I appreciate it...this is a fairly easy one...or at least I hope xD
$\int{arctan\bigg(\frac{1}{\sqrt{x}}\bigg)dx}=\int{ arcot(\sqrt{x})dx}$
Then you would go
Let $u=\sqrt{x}\Rightarrow{u^2=x}$
Then $dx=2udu$
So we have $\int{2u\cdot{arcot(u)du}}$
Using parts we have $\int{2u\cdot{arcot(u)}}du=u^2\cdot{arcot(u)}+\int\ frac{u^2}{1+u^2}$
THis is the same as
$u^2\cdot{arcot(u)}+\bigg[\int\frac{u^2+1}{u^2+1}du-\int\frac{1}{u^2+1}du\bigg]$
Which then obviously goes to
$u^2\cdot{arcot(u)}+u-arctan(u)$
Back subbing we get $x\cdot{arcot(\sqrt{x})}+\sqrt{x}-arctan(\sqrt{x})$
Whew I dont know why that took so long to write ...I showed all my steps just so you could critique me. Thanks
5. Actually, I've never used cot function...
Yes, the answer looks like yours
Try this one (I don't have the answer yet) :
$\int_0^1 \sqrt[3]{1-x^7}-\sqrt[7]{1-x^3} dx$
6. Originally Posted by o_O
A couple I found from the MIT integration bee from a while back:
$\int \left(\frac{1}{\ln x} + \ln \left(\ln x\right)\right)dx$
$\int \sin(101x) \cdot \sin^{99} (x) dx$
$\int e^{\arccos (x)} dx$
Have fun?
Ok well lets do these one at a time...starting with number three
$\int{e^{arccos(x)}dx}$
Letting $u=arcos(x)\Rightarrow{cos(u)=x}$
Then $dx=-sin(u)$
So we have $\int-\sin(u)e^udu$
then by parts we haev $-sin(u)e^{u}+\int\cos(u)e^{u}du$
which then goes to $-sin(u)e^{u}+\cos(u)e^{u}-\int{-\sin(u)e^{u}du}$
Adding the like integrals and dividing by 2 we get $\int-\sin(u)e^{u}du=\frac{e^{u}}{2}(\cos(u)-\sin(u))$
back subbing we get $\int{e^{arccos(x)}dx}=\frac{e^{arccos(x)}}{2}(x-\sqrt{1-x^2})$
7. Originally Posted by Moo
Actually, I've never used cot function...
Yes, the answer looks like yours
Try this one (I don't have the answer yet) :
$\int_0^1 \sqrt[3]{1-x^7}-\sqrt[7]{1-x^3} dx$
Aww moo...Do I really have to do that one...you would have to use the binomial coefficient power series
8. Originally Posted by Mathstud28
Aww moo...Do I really have to do that one...you would have to use the binomial coefficient power series
You said you wanted to train
9. Originally Posted by Moo
You said you wanted to train
lasjflsdfkjasldfkjsadf;ljk......ok I will do it then
10. Originally Posted by o_O
A couple I found from the MIT integration bee from a while back:
$\int \left(\frac{1}{\ln x} + \ln \left(\ln x\right)\right)dx$
$\int \sin(101x) \cdot \sin^{99} (x) dx$
$\int e^{\arccos (x)} dx$
Have fun?
For the third one we have $\int\frac{1}{\ln(x)}-\ln(\ln(x))dx$
Letting $u=\ln(x)\Rightarrow{e^u=x}$
then $dx=e^{u}$
so we have $\int{\frac{e^{u}}{u}+e^{u}\ln(u)du}$
which by splitting the integrals gives $\int{\frac{e^{u}}{u}du}+\int{e^{u}\ln(u)}dy$
leaving the first as it is we do integration by parts on the second to reveal
$\int{\frac{e^{u}}{u}+e^{u}\ln(u)}du=\int\frac{e^{u }}{u}du+\bigg[e^{u}\ln(u)-\int\frac{e^{u}}{u}du\bigg]$
cancelling like terms we get $\int{\frac{e^u}{u}+e^{u}\ln(u)}du=e^{u}\ln(u)$
Back subbing we get $\int\bigg[\frac{1}{\ln(x)}+\ln(\ln(x))dx\bigg]=e^{\ln(x)}\cdot{\ln(\ln(x))}=x\ln(\ln(x))+C$
11. Originally Posted by Moo
Actually, I've never used cot function...
Yes, the answer looks like yours
Try this one (I don't have the answer yet) :
$\int_0^1 \sqrt[3]{1-x^7}-\sqrt[7]{1-x^3} dx$
$e\int_0^{1}\bigg[\ln\bigg(\frac{1}{x}\bigg)\bigg]^{\frac{1}{3}}dx-e\int_0^{1}\bigg[\ln\bigg(\frac{1}{x}\bigg)\bigg]^{\frac{1}{7}}dx$?
12. Originally Posted by Mathstud28
Ok well lets do these one at a time...starting with number three
$\int{e^{arccos(x)}dx}$
Letting $u=arcos(x)\Rightarrow{cos(u)=x}$
Then $dx=-sin(u)$
So we have $\int-\sin(u)e^udu$
then by parts we haev $-sin(u)e^{u}+\int\cos(u)e^{u}du$
which then goes to $-sin(u)e^{u}+\cos(u)e^{u}-\int{-\sin(u)e^{u}du}$
Adding the like integrals and dividing by 2 we get $\int-\sin(u)e^{u}du=\frac{e^{u}}{2}(\cos(u)-\sin(u))$
back subbing we get $\int{e^{arccos(x)}dx}=\frac{e^{arccos(x)}}{2}(x-\sqrt{1-x^2})$
Originally Posted by Mathstud28
For the third one we have $\int\frac{1}{\ln(x)}-\ln(\ln(x))dx$
Letting $u=\ln(x)\Rightarrow{e^u=x}$
then $dx=e^{u}$
so we have $\int{\frac{e^{u}}{u}+e^{u}\ln(u)du}$
which by splitting the integrals gives $\int{\frac{e^{u}}{u}du}+\int{e^{u}\ln(u)}dy$
leaving the first as it is we do integration by parts on the second to reveal
$\int{\frac{e^{u}}{u}+e^{u}\ln(u)}du=\int\frac{e^{u }}{u}du+\bigg[e^{u}\ln(u)-\int\frac{e^{u}}{u}du\bigg]$
cancelling like terms we get $\int{\frac{e^u}{u}+e^{u}\ln(u)}du=e^{u}\ln(u)$
Back subbing we get $\int\bigg[\frac{1}{\ln(x)}+\ln(\ln(x))dx\bigg]=e^{\ln(x)}\cdot{\ln(\ln(x))}=x\ln(\ln(x))+C$
Are these right o_O?
13. Looks good to me. You made some typos but that's probably due to messing up while typing up your work.
$\int_{0}^{\infty} xe^{-x^{3}}dx$
14. Originally Posted by o_O
Looks good to me. You made some typos but that's probably due to messing up while typing up your work.
$\int_{0}^{\infty} xe^{-x^{3}}dx$
$\sum_{n=0}^{\infty}\frac{(-1)^{n}x^{3n+2}}{(3n+2)n!}\bigg|_{0}^{\infty}$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 58, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9307116270065308, "perplexity": 1387.3690238638685}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-04/segments/1484560280133.2/warc/CC-MAIN-20170116095120-00140-ip-10-171-10-70.ec2.internal.warc.gz"} |
https://www.deepdyve.com/lp/springer_journal/the-structure-of-the-wake-generated-by-a-submarine-model-in-yaw-EyOmFjGdBL | # The structure of the wake generated by a submarine model in yaw
The structure of the wake generated by a submarine model in yaw The turbulent wake of a submarine model in yaw was investigated using stereoscopic particle image velocimetry at $$Re_{L} = 2.4 \times 10^{6}.$$ R e L = 2.4 × 10 6 . The model (DARPA SUBOFF idealized submarine geometry) is mounted in a low-speed wind tunnel using a support that mimics the sail, and it is yawed so that the body moves in the plane normal to the support. The measurements reveal the formation of a pair of streamwise vortices that are asymmetric in strength. The weaker vortex quickly diffuses, and in the absence of further diffusion, the stronger vortex maintains its strength even at the furthest downstream location. It is suggested that the flow fields obtained here using a semi-infinite sail as a support will be similar to those obtained using a finite length sail since its tip vortex would not interact significantly with the body vortices present in the wake, at least for a considerable distance downstream of the stern $$(x/D > 24).$$ ( x / D > 24 ) . Hence, a submarine in yaw is expected to generate wakes which are inherently more persistent than one in pitch, and the strong asymmetries in yaw are expected to produce a net rolling moment on the body. http://www.deepdyve.com/assets/images/DeepDyve-Logo-lg.png Experiments in Fluids Springer Journals
# The structure of the wake generated by a submarine model in yaw
, Volume 56 (6) – Jun 3, 2015
9 pages
/lp/springer_journal/the-structure-of-the-wake-generated-by-a-submarine-model-in-yaw-EyOmFjGdBL
Publisher
Springer Journals
Subject
Engineering; Engineering Fluid Dynamics; Fluid- and Aerodynamics; Engineering Thermodynamics, Heat and Mass Transfer
ISSN
0723-4864
eISSN
1432-1114
D.O.I.
10.1007/s00348-015-1997-4
Publisher site
See Article on Publisher Site
### Abstract
The turbulent wake of a submarine model in yaw was investigated using stereoscopic particle image velocimetry at $$Re_{L} = 2.4 \times 10^{6}.$$ R e L = 2.4 × 10 6 . The model (DARPA SUBOFF idealized submarine geometry) is mounted in a low-speed wind tunnel using a support that mimics the sail, and it is yawed so that the body moves in the plane normal to the support. The measurements reveal the formation of a pair of streamwise vortices that are asymmetric in strength. The weaker vortex quickly diffuses, and in the absence of further diffusion, the stronger vortex maintains its strength even at the furthest downstream location. It is suggested that the flow fields obtained here using a semi-infinite sail as a support will be similar to those obtained using a finite length sail since its tip vortex would not interact significantly with the body vortices present in the wake, at least for a considerable distance downstream of the stern $$(x/D > 24).$$ ( x / D > 24 ) . Hence, a submarine in yaw is expected to generate wakes which are inherently more persistent than one in pitch, and the strong asymmetries in yaw are expected to produce a net rolling moment on the body.
### Journal
Experiments in FluidsSpringer Journals
Published: Jun 3, 2015
## You’re reading a free preview. Subscribe to read the entire article.
### DeepDyve is your personal research library
It’s your single place to instantly
that matters to you.
over 18 million articles from more than
15,000 peer-reviewed journals.
All for just $49/month ### Explore the DeepDyve Library ### Search Query the DeepDyve database, plus search all of PubMed and Google Scholar seamlessly ### Organize Save any article or search result from DeepDyve, PubMed, and Google Scholar... all in one place. ### Access Get unlimited, online access to over 18 million full-text articles from more than 15,000 scientific journals. ### Your journals are on DeepDyve Read from thousands of the leading scholarly journals from SpringerNature, Elsevier, Wiley-Blackwell, Oxford University Press and more. All the latest content is available, no embargo periods. DeepDyve ### Freelancer DeepDyve ### Pro Price FREE$49/month
\$360/year
Save searches from
PubMed
Create lists to
Export lists, citations | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6505928039550781, "perplexity": 1832.2665625296909}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583512015.74/warc/CC-MAIN-20181018214747-20181019000247-00100.warc.gz"} |
https://www.keyword-suggest-tool.com/search/position+velocity+and+acceleration+equations/ | # Position velocity and acceleration equations
Position velocity and acceleration equations keyword after analyzing the system lists the list of keywords related and the list of websites with related content, in addition you can see which keywords most interested customers on the this website
## Keyword Suggestions
Acceleration velocity and position equations
( Please select at least 2 keywords )
#### Most Searched Keywords
## Websites Listing
We found at least 10 Websites Listing below when search with position velocity and acceleration equations on Search Engine
### Rectilinear Motion - Math24
Rectilinear motion is a motion of a particle or object along a straight line.. Position is the location of object and is given as a function of time $$s\left( t \right)$$ or $$x\left( t \right).$$. Velocity is the derivative of position: ${v = \frac{{dx}}{{dt}}.}$ Acceleration is the derivative of velocity: ${a = \frac{{dv}}{{dt}}.}$ The position and velocity are related by the Fundamental ...
https://www.math24.net/rectilinear-motion/
DA: 14 PA: 20 MOZ Rank: 34
### What equation gives the position at a specific time for an ...
What equation gives the position at a specific time for an object with constant acceleration? Kinematic equation: It can be defined as the branch of science which deals with the movement of a body.
DA: 9 PA: 50 MOZ Rank: 50
### How do I update position using velocity, acceleration and ...
Generally two types of frictional forces that are encountered. In one the acceleration due to frictional force is proportional to the Normal force of the object on which the force is acting.
https://math.stackexchange.com/questions/173836/how-do-i-update-position-using-velocity-acceleration-and-friction-with-variable
DA: 22 PA: 50 MOZ Rank: 50
### 3.6 Finding Velocity and Displacement from Acceleration ...
This section assumes you have enough background in calculus to be familiar with integration. In Instantaneous Velocity and Speed and Average and Instantaneous Acceleration we introduced the kinematic functions of velocity and acceleration using the derivative. By taking the derivative of the position function we found the velocity function, and likewise by taking the derivative of the velocity ...
https://courses.lumenlearning.com/suny-osuniversityphysics/chapter/3-6-finding-velocity-and-displacement-from-acceleration/
DA: 25 PA: 50 MOZ Rank: 50
### Piston Slider Crank Mechanism Design Equations and ...
Piston / Slider Crank Mechanism Design Equations. Displacement of Piston slider: Angular velocity of connecting rod: Linear velocity of piston slider: Angular accerelation on connecting rod: Piston Slider acceleration: Where: L = length of connecting rod (in, mm), R = Radius of crank (in, mm), X = distance from center of crankshaft A to wrist ...
https://www.engineersedge.com/mechanics_machines/piston_slider_crank_mechanism_14925.htm
DA: 21 PA: 50 MOZ Rank: 80
### Equations of motion - Wikipedia
From the instantaneous position r = r(t), instantaneous meaning at an instant value of time t, the instantaneous velocity v = v(t) and acceleration a = a(t) have the general, coordinate-independent definitions; =, = = Notice that velocity always points in the direction of motion, in other words for a curved path it is the tangent vector.Loosely speaking, first order derivatives are related to ...
https://en.wikipedia.org/wiki/Equations_of_motion
DA: 16 PA: 25 MOZ Rank: 41
### Velocity, Acceleration, and Rotational Motion ...
Velocity, Acceleration, and Rotational Motion ... Lagrange Equations Continued Quiz Review Lecture & Quiz 2 ... In lecture 4, we do a series of examples where velocity and acceleration using polar and cylindrical coordinates, then ending with an introduction to normal and tangential unit vectors.
https://ocw.mit.edu/courses/mechanical-engineering/2-003sc-engineering-dynamics-fall-2011/velocity-acceleration-and-rotational-motion/
DA: 11 PA: 50 MOZ Rank: 50
### Kinematic Equations - Physics
The kinematic equations are a set of four equations that can be utilized to predict unknown information about an object's motion if other information is known. The equations can be utilized for any motion that can be described as being either a constant velocity motion (an acceleration of 0 m/s/s) or a constant acceleration motion.
https://www.physicsclassroom.com/class/1dkin/Lesson-6/Kinematic-Equations
DA: 24 PA: 41 MOZ Rank: 65
### Deriving separable differential equation when velocity is ...
In one chapter of my book they introduce velocity and acceleration as functions of position instead of functions of time. They also show a way how to solve these problems using a differential equation, when acceleration is given.
https://math.stackexchange.com/questions/3501033/deriving-separable-differential-equation-when-velocity-is-function-of-position
DA: 22 PA: 50 MOZ Rank: 50
### Motion Graphs: Position, Velocity & Acceleration (w/ Diagram)
Motion graphs, aka kinematic curves, are a common way to diagram motion in physics. The three motion graphs a high school physics student needs to know are: position vs. time (x vs. t), velocity vs. time (v vs. t), and acceleration vs. time (a vs. t). The shapes of each graph relate by slope.
https://sciencing.com/motion-graphs-position-velocity-acceleration-w-diagram-13720230.html
DA: 13 PA: 50 MOZ Rank: 82 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.778839111328125, "perplexity": 1553.3547698980435}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-24/segments/1590347410535.45/warc/CC-MAIN-20200530231809-20200531021809-00052.warc.gz"} |
http://math.stackexchange.com/questions/203686/intuitively-concretely-actually-what-happens-when-you-multiply-a-matrix-by-its?answertab=active | # Intuitively (concretely actually) what happens when you multiply a matrix by its transpose?
The construct $A^TA$ for $A$ any $m \times n$ matrix seems to appear often in formulae and results. For example I was reading that square root of eigenvalues of $A^TA$ (an $n \times n$ matrix) are singular values of $A$. If I do it on paper it seems like the diagonal contains squares and the off diagonals contain all possible quadratic combinations (and of course symmetric). What is a good way to think of this construct or how is it used other than in that singular value statement?
-
Let $\langle v, w \rangle$ be the usual dot product on $\mathbb{R}^n$. Then any symmetric bilinear form on $\mathbb{R}^n$ can be uniquely represented in the form $\langle v, Bw \rangle$ where $B$ is some symmetric matrix. (It is a good idea to see explicitly how the coefficients of $B$ determine the coefficients of the corresponding quadratic form $\langle v, Bv \rangle$, which you can think of as determining an ellipse $\langle v, Bv \rangle = 1$.)
In particular, when you change coordinates so that your old vectors $v$ are replaced by new vectors $Av$ for some matrix $A$, then the dot product behaves on new vectors like
$$\langle Av, Aw \rangle = \langle v, A^T A w \rangle$$
so $A^T A$ is a matrix describing a bilinear form related to the dot product by change of coordinates. More concretely, you can think of $A^T A$ as describing the coefficients of an equation for an ellipse $\langle Av, Av \rangle = 1$ related to the unit sphere $\langle v, v \rangle = 1$ by a change of coordinates.
-
IMO, many of those behaviors resemble "squared norms", making $A^T A$ a better candidate for a quadratic function of $A$ than $A^2$ is. This is especially so when you consider complex matrices and use conjugate transpose instead of transpose. Or if you view $A$ as a collection of column vectors.
$A^TA$ is sort of projection operator onto the row space or coimage space (without normalization), while $A^+A$ is the 'real' projector, where $A^+$ is the pseudoinverse of $A$. Actually, when the left inverse $A_L^{-1}$ exists (full column rank), $A^+=A_L^{-1}=(A^TA)^{-1}A^T$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9594332575798035, "perplexity": 130.76763888981074}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394011173115/warc/CC-MAIN-20140305091933-00010-ip-10-183-142-35.ec2.internal.warc.gz"} |
https://studyadda.com/question-bank/force-and-laws-of-motion_q45/2404/210935 | • # question_answer A bullet of mass $20\,\,g$ is fired from a rifle of $8\,\,kg$ with an initial velocity of$100\,\,m\,\,{{s}^{-1}}$. Find the final velocity of the recoil of the rifle. A) $-0.25\,\,m\,\,{{s}^{-1}}$ B) $2.5\,\,m\,\,{{s}^{-1}}$ C) $25\,\,m\,\,{{s}^{-1}}$ D) $250\,\,m\,\,{{s}^{-1}}$
Initial momentum$=0$ Final momentum$=(0.02\times 100)+8\times v$ According to the law of conservation of momentum, $(0.02\times 100)+8v=0$, $8v=-2$ $v=-\frac{1}{4}m{{s}^{-1}}=-0.25\,\,m\,\,{{s}^{-1}}$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9950562715530396, "perplexity": 1977.0229221130553}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439735881.90/warc/CC-MAIN-20200804161521-20200804191521-00126.warc.gz"} |
https://bitbucket.org/asksol/python-stomp/ | # python-stomp
Bitbucket is a code hosting site with unlimited public and private repositories. We're also free for small teams!
Close
# stompy - Python STOMP client library
This is useful for connecting to and communicating with Apache ActiveMQ (an open source Java Message Service (JMS) message broker) or other brokers with support for the STOMP protocol.
The majority of the methods available take a single argument; a dictionary. This dictionary should contain the necessary bits you need to pass to the STOMP server. It is outlined in each method exactly what it needs to work.
For specifics on the protocol, see the STOMP protocol specification.
This library is basically a Python implementation of Perl's Net::Stomp.
To enable the ActiveMQ Broker for STOMP add the following to the activemq.xml configuration:
<connector>
<serverTransport uri="stomp://localhost:61613"/>
</connector>
See http://bitbucket.org/asksol/python-stomp/ for latest code.
# Recent activity
Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.15772423148155212, "perplexity": 12489.635109208873}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394010693428/warc/CC-MAIN-20140305091133-00001-ip-10-183-142-35.ec2.internal.warc.gz"} |
https://www.physicsforums.com/threads/does-a-uniformly-accelerating-charge-radiate-what-about-radiation-reaction-force.174708/ | 1. Jun 21, 2007
### user299792458
It is often stated that ANY accelerating charge radiates, so this includes uniformly accelerating charges. But the radiation reaction force is proportional to the THIRD derivative of x, so it vanishes when acceleration is constant. What's the deal here?
Here's a graph which supposedly shows that the energy carried away by radiation (which is proportional to acceleration squared) is different than the work done by the radiation reaction force (which is proportional to velocity times the THIRD derivative of x). What's the deal with all of this?
And here's the full paper where this graph came from:
It seems the paper states that this is some kind of an unsolved problem or something. Is any of this true?
2. Jun 21, 2007
### Meir Achuz
"It seems the paper states that this is some kind of an unsolved problem or something. Is any of this true?"
I'm not going to read the paper, but it is still an unsolved problem.
The x triple dot result is only for some special cases, not including uniform acceleration. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9656160473823547, "perplexity": 343.0978990672631}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-04/segments/1484560281162.88/warc/CC-MAIN-20170116095121-00259-ip-10-171-10-70.ec2.internal.warc.gz"} |
https://brilliant.org/problems/a-problem-by-dominick-hing-5/ | # A number theory problem by Dominick Hing
Number Theory Level 2
How many positive integral divisors does the number 2000 have?
× | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9512204527854919, "perplexity": 4589.708733369142}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-44/segments/1476988720468.71/warc/CC-MAIN-20161020183840-00451-ip-10-171-6-4.ec2.internal.warc.gz"} |
https://ch00ftech.com/2013/05/02/vendor-bender/?replytocom=196032 | # Vendor Bender
I found out this week that sometimes goods and services purchased in China can be of low quality.
Disclaimer If you purchased a QR clock and are reading this, don't worry. I have every intention of shipping you exactly what you paid for. If your clock is found to have any issues or if you are in any way dissatisfied, don't hesitate to contact me, and I will do whatever I can to make it right.
I just spent last weekend installing the LED modules on the QR clock PCBs that I discussed a few posts ago. At the time of writing, I was really impressed with the overall quality of the soldering job on the PCBs I received from Myro, and although I wasn't exactly looking forward to the prospect of soldering for 20 to 25 hours, I was excited to finish my QR clocks and ship them to my customers.
Unfortunately, I ran into a few hiccoughs.
# Displays
The QR clocks require nine 8x8 LED matrices to work, and they work best with displays with square pixels. Square pixel LED matrices are apparently a rarity, so I had to get these special ordered from a manufacturer that I found on Alibaba. You can read all about it here.
I got samples from two different vendors and was very impressed by the one I ended up choosing. Their displays were bright, evenly lit, and didn't show any defects like I found with the first vendor I picked out:
Soon after my fundraiser ended, I ordered 500 LED modules from the better manufacturer. I only needed 405 for the 45 preorders I received, but I figured it'd be a good idea to order a bunch extra to install into my extra PCBs and sell to any interested customers in the future.
I was informed shortly after placing my order that there was going to be an unexpectedly long lead time on these displays of 35 days. This wasn't a problem since I was waiting for the PCBs anyway, and sure enough, almost exactly 35 days later, I got the shipment.
They were for the most part very well packaged, and showed very little if any cosmetic damage.
I wasn't planning on trusting them entirely though. Part of the reason I decided to install the LED modules myself was that it would give me the opportunity to test all of the modules before installing them. Removing the modules isn't impossible with a hot air gun, but I'd rather just choose not to install them in the first place.
Well, about 10 modules in, I found a defective module:
No bother. Set it aside and move on...
Huh...
Well, I mean, I bought some extras right?
Alright, I'll save you some scrolling:
38 of the 500 displays I ordered showed at least one pixel missing. That's a 7.6% failure rate. More importantly, these things cost me $2.67 a piece, so that's around$100 worth of product I'll be throwing in the trash.
The good news is that I still had more than enough displays to fulfill all of my preorders with around 5 complete clocks to spare (I'm still in the process of assembling the extras as of time of writing).
The bad news is that some of the modules that passed my initial test on the breadboard showed problems after they were soldered in place. It seems that some have intermittent internal connections that may have been broken through the soldering process. I'm really hoping that none of the working ones I've already installed and shipped have this problem.
I'm not certain if this level of drop out is to be expected with parts like this. I contacted the vendor two days ago and still haven't gotten a reply. If it comes down to it, I might try to file a complaint with Alibaba, but I'm not naive enough to expect this issue to be resolved in my favor.
Update
Not two hours after I posted this, I got this email:
I very much regret the difficulties you have been with our company.
I checked with our production Dept again, we would like to remake 30pcs goods for you. (This was in response to an email I wrote before I found the last 8)
After finished, I will text them one by one. Please don't worry. And the shipping cost, we will pay it.
Apologize for the inconvenience cause by our error. Kindly contact me if any problem!
Looks like everything's coming up Milhouse!
This is a major inconvenience for me, but at least they're taking the effort to make the situation right.
In addition to this issue, the new LEDs are not quite as bright as the samples I was sent for the prototype:
This is not as big of a deal however because at maximum brightness, the original QR clock prototype will often force a cellphone camera to increase the shutter speed to the point where you start to see refresh artifacts:
These interfere with the ability to scan the display. I tried mitigating this effect in the firmware by increasing the refresh rate, but even after maxing out around 240Hz, the problem still persists.
Basically, in any environment where the maximum brightness of the sample LEDs is required for contrast, the clock couldn't be scanned anyway because of refresh artifacts. Besides, the new LEDs are plenty bright for indoor use anyway.
Still would have been nice if the samples matched the product though.
# PCBs
In my previous article where I discussed ordering these QR clock PCBs, I raved about how good they looked. After soldering on the displays and installing firmware however, I was less excited:
Something like 50% of the assembled clocks had at least one row of LEDs blacked out.
Because all of these LEDs were on the same row of the same display module, I had reason to believe that the problem existed outside the displays themselves. The LEDs in the display are addressed by row and column, so an entirely dead row of LEDs tells me that there's something wrong with the components addressing them.
A quick visual inspection of the parts on the backside showed no immediate issues. I ran some more solder over the IC to clear up any potential cold solder joints, but it didn't fix the problem. Only after adding some solder to the current limiting resistors did I see something I've never seen before.
The resistor split in half.
Seriously, right down the center.
Apparently, a large portion of these resistors had very very small hairline fractures through them which are invisible to the naked eye.
Let's run through one such case. A resistance measurement across this 62 resistor shows a resistance of:
Infinity.
A (very very) close visual inspection shows a very faint crack:
And any attempt to rework this resistor renders it in twain:
This is one of the stranger things I've ever seen happen to a PCB. The good news is that it's very easy to fix by replacing the broken resistors with fresh new ones. The bad news is that it can be difficult to find. Some of the resistors were held together so well that the display appeared to be working flawlessly until it was jostled and the halves of the resistor very slightly separated.
As a precaution, I manually flexed the PCB of every clock I shipped out to locate broken resistors. I believe I found all of them (over 30), but there's still a possibility that more will pop up after shipment.
Though the problem was easy to resolve, it still doesn't answer the question of what the heck happened here. I contacted Myro to ask such a question. I went through the typical round of back and forth and finger pointing:
Do you think somewhere is shorting caused it or resistors problem? Or current is big?
Until I finally got a fairly straight answer:
I just checked your order. There was a information about V-cut. Dring separated boards , they felt V-cut too thin, which v-cut was not enoug for separated boards. Maybe they did press too much and broke the resistors. We promise do not happen again. We will control the V-cut for a panel. Or Use machine to cut to single board.
Translated to English, when PCBs are manufactured, they are often made in panels. These panels are large and easier to deal with than multiple smaller PCBs. The components are soldered on in this panel state, and then the panels are separated. One of the methods of separation or "depanelization" is "V-scoring" where channels are cut in the PCB to make it weaker at the separating edges. Once panelization is complete, the boards need to simply be flexed, and they should break along the v-scored edges.
In this case, the v-score channel wasn't deep enough, so the PCBs had to be bent exceptionally far in order to separate the boards. I imagine it went down something like this:
I suspect the edges were bent downwards away from the soldered on components. Because the resistors were on the outside of this curve, they were literally pulled end from end and split in two.
As of writing, I am very displeased with my service from Myro. They have not yet offered any kind of compensation for the time that I've wasted cleaning up their mistakes, and I will not be using them or promoting them again in my future projects.
Besides, in addition to these broken resistors, I also saw a few of these:
and some cases where resistors were missing entirely.
Really shoddy work.
Update
After some more negotiation, I got this:
Thanks. We refunded $30 to your account. You can use it for your future orders. The margins on their assembly services are very tight, so they couldn't afford to pay me for my time, but it's still something. I would have rather gotten a cash refund, but since I've had so few problems with Myro produced PCBs, I think I will continue to use their PCB fab services and avoid their assembly especially when I have pre-orders to worry about. # Conclusion To be clear, I'm not disparaging outsourcing manufacturing in general. The system works, and a lot of really high quality products get manufactured in China. I just ran into some bad luck with the vendors I chose who sent me poor quality work after I had already verified the quality of some of their work earlier. Despite these setbacks, the QR clocks were all extensively tested and shown to work and have already begun to ship. If any problems do crop up in the field, I'm ready to pounce on customer complaints and resolve them professionally. Besides, I never planned to turn a profit with this project but instead to learn as much as I could about the whole process. I'll elaborate on this with a later article, but if you were to work out the math, I will probably be making less than a dollar an hour on this whole arrangement. The lessons learned, however are invaluable. Still, I would have liked to have learned these lessons when the quantities were smaller and stakes were lower. ## 21 thoughts on “Vendor Bender” 1. The information you share on the process of the clocks creation is truly invaluable! It really sheds light on what does it mean to work with manufacturers from China. 2. Great article, but you need a title that is less apt to induce forehead slapping. Of course goods from China are low quality - that's what we all get when we shop to the lowest bidder! It shouldn't take a project like this to realize that quality control is not something you see in products sourced overseas. It's just a shame you couldn't find a source outside the PRC for those display modules. • Not all goods from China are low quality. For example, nearly every Apple product is made in China, and they are famous for the quality of their products. I've done product test manufacturing work in some of these facilities, and as long as you have a tight enough product spec and thorough testing protocols, you can produce some really awesome stuff. Besides, I didn't order from the lowest bidder. I immediately tossed out the first manufacturer I talked to (which were half the price) because of the poor quality of their products. The subtitle was meant to poke fun at the typical China stereotype. Some stuff in China is very cheap, but some of it can be very high quality if you take the necessary precautions. I went through several steps to vet my vendors and only ordered from those who I had a preexisting relationship with, but still got screwed by what I'm going to attribute to bad luck. The point of this post wasn't to disparage China as a place to get things manufactured, it was to document the particular problems I came across, and how I dealt with them. • I agree with Ch00f about Chinese quality. I have experienced many of the same things that he's gone through outsourcing to China. My Company has a factory in Shenzhen that produces outstanding quality work, so in fact not all Chinese vendors produce poorly made products and it is very stereotypical indeed that everything or most is inferior from China. With PCB design and manufacturing your "one off" for mass production and bringing it to market is a dynamic nightmare in itself. Copy and pasting your single eagle drawing to make a large board to ease cost with V-Grooving along with several other methods and tricks takes a lot of trial and error to gain the experience to make perfect production runs on the first try. Knowing the other dynamics involved with parts, like components breaking by scoring the v-groove, plus waste while manufacturing and so many things I could mention can and will save you huge amounts of lead time, time to produce on the machine and a whole lot of money. I would like to share a link to an awesome video in 2 parts that I guarantee will educate anyone from a very experienced point of view about larger scale PCB design for manufacture. I thought I knew mostly what I needed to know from experience, but this video I caught a couple of years ago has really given me the edge to do it perfectly the first time. It is very informative and entertaining I promise. Now many will already know several things mentioned already, but I promise there's a ton of knowledge you'll find in there that will enlighten anyone on this subject experienced or not. I hope this helps you Ch00f as well as others as much as it has helped me. Daves 2 part video can be found here: http://www.youtube.com/watch?v=VXE_dh38HjU • I have no personal experience with Chinese manufacturing, but both anecdotes sound very familiar- samples from third party vendors are good to fantastic, but when it comes to the production run the quality seems to inevitably drop a fair bit. It is also well known that quality out of China can be fantastic, but when you scratch under the surface these top quality products are produced in China in a factory either entirely owned and controlled by the manufacturer or it is more of a 'first party' arrangement where the manufacturer and vendor have very close ties (read Apple and Foxconn etc). 3. Thanks for the interesting read! I'm glad you took the time to explain the 'V-cut', that one had me scratching my head hahaha 4. Interesting article. You are actually very lucky that the vendor is willing to work with you at all- in many cases, the overseas supplier will just cut their losses and move on. Best of luck! 5. Great post. This is the biggest problem with outsourcing to China and buying from Alibaba. Outside of the ones you already mentioned, do you recommend any other PCB manufacturers and sellers on Alibaba? Thanks! 6. You can get high-quality products out of China, but (and I'm sure you know this) companies like Apple and Amazon have staff over there, watching over the manufacturing process, to make sure that proper procedure is followed, and no corners are cut. For readers of this blog who would like more info on the subject of outsourcing to China, there's a great book: "Poorly Made in China: An Insider's Account of the China Production Game" by Paul Midler. It's about non-electronic products but will give insight on how the economy works as a whole. 7. What a nightmare - you have unreliable LED modules you may or may not be able to catch in test, and you have unreliable assembly that you may or may not be able to catch in test. Prepare for a high return rate and watch your profits dwindle. Sorry - I feel your pain. 8. Yeah, i ordered a console for fireworks off alibaba a while back. The problems seem to be soldering, i.e. they solder in chain really really fast. add shipping, vibrations and whatnot and i guess one or two can come loose. Its not that big of a deal, as you can repair it yourself....but the fact that they dont check the product at all or very little once it is done is of some concern. How fucking hard can it be to power it and check all buttons and functions? Apparently it seems checking product for quality is more expensive than refunding/replacing/etc. 9. "Something like 50% of the assembled clocks had at least one row of LEDs blacked out." 50% of the assembled boards had manufacturing defects, and the best Myro could do was offer you a$30 credit for a future order?! That's crazy. Is there no guarantee on their assembly work? What's their incentive to assemble things properly, if they can have a 50% failure rate but still charge you for the entire production run?
10. It's great.
Thank you so much! | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 1, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.38350093364715576, "perplexity": 1792.7988507913196}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780058415.93/warc/CC-MAIN-20210927090448-20210927120448-00532.warc.gz"} |
http://mathhelpforum.com/math-philosophy/205512-infinity-plus-1-a-print.html | # Infinity plus 1
• October 17th 2012, 03:55 AM
astartleddeer
Infinity plus 1
I have no idea what I'm attempting to get at with this one.
Anyway, the following must give a real number of some sort.
$\infty - 1$
$\infty + 1$
$(-\infty) - 1$
$(-\infty) + 1$
Thus, that real number will always be $\infty + 1$ for an example.
But this now leads me to the conclusion, that any number can be made greater than infinity.
$\infty + 2$
$\infty + 3$
$\infty + \infty = (2)(\infty)$
What is going on at this end of the spectrum for the real number line?
• October 17th 2012, 04:22 AM
astartleddeer
Re: Infinity plus 1
If I assume the distance to the edge of space is infinity and I travel a distance $\infty + 1$ and I turn around - What would I see?
Do I exist at a distance $\infty + 1?$
Ok, let's assume I don't. So now I travel a distance of $\infty - 1$ and I remain looking forward - What would I see now?
I must continue to exist at this distance if I have not surpassed $\infty$
• October 17th 2012, 07:57 AM
Plato
Re: Infinity plus 1
Quote:
Originally Posted by astartleddeer
I have no idea what I'm attempting to get at with this one.
Anyway, the following must give a real number of some sort.
$\infty - 1$
$\infty + 1$
$(-\infty) - 1$
$(-\infty) + 1$
Why in the world you think that?
$\infty$ is not a real number.
Or as my favorite philosophy professor would say "infinity is where mathematicians hid their ignorance".
• October 17th 2012, 02:59 PM
johnsomeone
Re: Infinity plus 1
What you're speculating about is either:
1) whether you actually won your grade school argument when, after that brat said "Well I call 'first' infinity times!", you replied with the devastating "Fine - then I call 'first' infinity plus one times!" (The answer is you did win!)
or
2) the ordinal numbers.
I won't even try to explain it. Just google "ordinal number".
The gist is this: Instead of thinking of the natural numbers as being about "counting", so like "number of things in a set", it's thinking of the natural numbers as being about "what's the next one greater than this one?". The former are cardinals ("the cardinality of a set"), and the later are called ordinals. These two notions are the same for finite numbers, but once things become infinite, they're very different.
• October 27th 2012, 05:56 AM
HallsofIvy
Re: Infinity plus 1
Quote:
Originally Posted by astartleddeer
I have no idea what I'm attempting to get at with this one.
Anyway, the following must give a real number of some sort.
Since $\infty$ is not a real number, this basic assumption is not true.
Quote:
$\infty - 1$
$\infty + 1$
$(-\infty) - 1$
$(-\infty) + 1$
Thus, that real number will always be $\infty + 1$ for an example.
But this now leads me to the conclusion, that any number can be made greater than infinity.
$\infty + 2$
$\infty + 3$
$\infty + \infty = (2)(\infty)$
What is going on at this end of the spectrum for the real number line?
• October 27th 2012, 06:41 AM
Deveno
Re: Infinity plus 1
Quote:
Originally Posted by astartleddeer
I have no idea what I'm attempting to get at with this one.
Anyway, the following must give a real number of some sort.
why do you assert this?
Quote:
$\infty - 1$
$\infty + 1$
$(-\infty) - 1$
$(-\infty) + 1$
Thus, that real number will always be $\infty + 1$ for an example.
But this now leads me to the conclusion, that any number can be made greater than infinity.
$\infty + 2$
$\infty + 3$
$\infty + \infty = (2)(\infty)$
What is going on at this end of the spectrum for the real number line?
the general rule for binary operations (like "+") is:
a thing + another same kind of thing = still the same kind of thing (one apple + one orange equals how many bananas? hmm?)
real numbers are FINITE: that is, every real number is less than some integer (we can think of unit lengths "covering" a line segment whose length is a given real number).
infinity is...erm, not finite (hence the name). there's no point on the real line where we can say "the real numbers end here".
but let's pretend that the far-off horizon we can never reach is "out there, somewhere".
the only thing that makes sense is:
∞+1 = ∞. or, in general:
∞+r = ∞-r = ∞, for any (non-infinite) real number r.
one might suspect (and perhaps might be able to prove) that if r > 0, r*∞ = ∞, as well. opinions differ as to whether we should distinguish between -∞ and ∞ (the reasons are complicated).
but now we have a curious problem, what should 0*∞ be? the temptation is to say 0*∞ = 1, but this leads to more problems that you can imagine.
another problem comes when we try to imagine what ∞-∞ might be.
what happens is: as soon as you throw ∞ into the mix, it breaks the ALGEBRA of the real numbers. so ask yourself:
which is more useful: the power of algebra for modelling and solving problems, or the ability to say, "we can use infinity now!" (just how many things have you ever encountered that ARE infinite, anyway?).
• December 10th 2012, 04:05 PM
FelipeAbraham
Re: Infinity plus 1
Hi.
Well, infact there is a bunch of number theories that encompasses infinite and infinitezimal numbers.
Try Ordinal numbers, Hiperreal numbers and Surreal numbers, for example.
With my best regards.
• December 18th 2012, 03:55 AM
astartleddeer
Re: Infinity plus 1
Hi, | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 34, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.7142674326896667, "perplexity": 1098.2735532792165}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469257825365.1/warc/CC-MAIN-20160723071025-00054-ip-10-185-27-174.ec2.internal.warc.gz"} |
http://mathhelpforum.com/differential-equations/148900-undetermined-coefficients.html | # Math Help - Undetermined Coefficients
1. ## Undetermined Coefficients
Find a particular solution to y+25y=10sin(5t)
I chose y_p to be Acos(5t)+Bsin(5t).
After simplifying, my equation becomes 0=0, which leads to nothing.
Would I multiply my particular solution by t or a higher power of t? In general, it is still unclear to me when to modify particular solutions.
2. You have to modify the particular solution when the homogeneous solution contains what you would normally have tried for the particular solution. For this equation, what is the homogeneous solution?
3. Originally Posted by krtica
Find a particular solution to y+25y=10sin(5t)
I chose y_p to be Acos(5t)+Bsin(5t).
After simplifying, my equation becomes 0=0, which leads to nothing.
Would I multiply my particular solution by t or a higher power of t? In general, it is still unclear to me when to modify particular solutions.
Well...
I assume you meant $y'+25y=10\sin(5t)$
Ok then,
If $y_p = A\cos(5t) + B\sin(5t)$ then
$y_p' = -5A\sin(5t) + 5B\cos(5t)$
So we have...
$y'+25y= -5A\sin(5t) + 5B\cos(5t) + 25A\cos(5t) + 25B\sin(5t)$
$\sin(5t)(-5A + 25B) + \cos(5t)(5B + 25A)$
So you get, $25B - 5A = 10$ and $5B + 25A = 0$
=> $B = -5A$
=> $-125A - 5A = 10$
=> $A = -\frac{1}{13}$
$B = \frac{5}{13}$
4. I apologize, I meant to type y"+25y=10sin(5t).
5. You need to find the homogeneous solution. That is, solve the following DE: $\ddot{y}(t)+25 y(t)=0$.
I think you'll find, if you do so, that the solution includes the particular solution you were thinking of using as an ansatz. Therefore, you need to modify your ansatz. (Ansatz, in case you haven't heard the term, is a German word that essentially means "your guess" or "your working hypothesis".) | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 12, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9465299844741821, "perplexity": 972.2743444127689}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-52/segments/1419447554115.86/warc/CC-MAIN-20141224185914-00028-ip-10-231-17-201.ec2.internal.warc.gz"} |
https://sriasat.wordpress.com/page/2/ | ## A combinatorial identity
$(*)\qquad\qquad\qquad\displaystyle\sum_{n\ge i\ge j\ge k\ge 0}\binom ni\binom ij\binom jk=4^n$.
One way to prove it is to count the number of possible triples $(A,B,C)$ of sets with $C\subseteq B\subseteq A\subseteq S=\{1,\dots,n\}$. This can be done in two ways. First, if $A, B, C$ contain $i,j,k$ elements respectively then the number of such triples clearly equals the left-hand side of $(*)$. On the other hand, since each element of $S$ must belong to one of the four disjoint regions in the picture below
the number of such triples equals precisely $4^n$.
An algebraic proof can be obtained by repeated use of the binomial theorem:
$\displaystyle 4^n=\sum_{n\ge i\ge 0}\binom ni3^i=\sum_{n\ge i\ge j\ge 0}\binom ni\binom ij2^j=\sum_{n\ge i\ge j\ge k\ge 0}\binom ni\binom ij\binom jk$.
Similarly, one obtains the more general identity
$\displaystyle\sum_{n\ge i_m\ge\cdots\ge i_1\ge 0}\binom{n}{i_1}\binom{i_1}{i_2}\cdots\binom{i_{m-1}}{i_m}=(m+1)^n$.
This also follows from the multinomial theorem since the left-hand side equals
$\displaystyle\sum_{n\ge i_m\ge\cdots\ge i_1\ge 0}\frac{n!}{(n-i_1)!(i_1-i_2)!\cdots (i_{m-1}-i_m)!i_m!}=(m+1)^n$.
Filed under Combinatorics
## Jordan-Hölder theorem
I am cramming for my algebra comprehensive exam so I will probably be posting stuff like this for a while.
A chain of subgroups $\{e\}=H_0\triangleleft H_1\triangleleft\cdots\triangleleft H_n=G$ of a finite group $G$ with $H_{i+1}/H_i$ simple for all $i$ is called a composition series of $G$. (The $H_{i+1}/H_i$ are called composition factors.) The theorem in question states that every group has a composition series, and the composition factors in any two such series are unique up to reordering.
We can easily prove the first part of the theorem, that any finite group has a composition series, using the extreme principle. Let $n\ge 0$ be the largest integer for which there is a chain $\{e\}=H_0\triangleleft H_1\triangleleft\cdots\triangleleft H_n=G$ of subgroups. (Such an $n$ exists because there is trivially a chain with $n=1$, and our group is finite.) We claim that the composition factors in this case are simple. If not, WLOG $H_{i+1}/H_i$ has a non-trivial normal subgroup $\widetilde N$. By correspondence, $\widetilde N=N/H_i$ for some $H_i\triangleleft N\triangleleft H_{i+1}$. But then
$\{e\}=H_0\triangleleft H_1\triangleleft\cdots\triangleleft H_i\triangleleft N\triangleleft H_{i+1}\cdots\triangleleft H_n=G$
is a longer chain, a contradiction.
While the proof of the general theorem requires some non-trivial group theory (e.g. see here), we can easily prove the theorem for finite abelian groups using elementary number theory. For such a group, the orders of the composition factors must exactly be the prime factors—listed with multiplicity—of the order of the group. So the result follows immediately from the fundamental theorem of arithmetic.
Filed under Algebra, Number theory
## A new AM-GM inequality
I recently found the following inequalities useful:
$\displaystyle \left(x+\frac{a_1+\cdots+a_n}{n}\right)^n\ge (x+a_1)\cdots(x+a_n)\ge \left(x+\sqrt[n]{a_1\cdots a_n}\right)^n$,
for any $x,a_1,\dots,a_n\ge 0$.
To prove the left half simply apply AM-GM to the product
$\displaystyle (x+a_1)\cdots (x+a_n)\le \left(\frac{(x+a_1)+\cdots+(x+a_n)}{n}\right)^n$.
The right half follows directly from Hölder’s inequality.
More generally, one has
$\displaystyle\left(\frac{a_1+\cdots+a_n}{n}+\frac{b_1+\cdots+b_n}{n}\right)^n\ge (a_1+b_1)\cdots(a_n+b_n)\\\ge \left(\sqrt[n]{a_1\cdots a_n}+\sqrt[n]{b_1\cdots b_n}\right)^n$
for $a_1,\dots,a_n,b_1,\dots,b_n\ge 0$. The proof goes similarly.
One obtains similar inequalities for any number of vectors $a,b,c,\dots$.
As an example, for $a_i=i$ we get the inequalities
$\displaystyle \left(x+\frac{n+1}{2}\right)^n\ge (x+1)\cdots (x+n)>\left(x+\frac ne\right)^n$
using the fact that $\sqrt[n]{n!}/n\to 1/e$ from above.
Filed under Algebra
## Hilbert’s nullstellensatz
Leaving it here because I want to study this at some point.
I had occasion recently to look up the proof of Hilbert’s nullstellensatz, which I haven’t studied since cramming for my algebra qualifying exam as a graduate student. I was a little unsatisfied with the proofs I was able to locate – they were fairly abstract and used a certain amount of algebraic machinery, which I was terribly rusty on – so, as an exercise, I tried to find a more computational proof that avoided as much abstract machinery as possible. I found a proof which used only the extended Euclidean algorithm and high school algebra, together with an induction on dimension and the obvious observation that any non-zero polynomial of one variable on an algebraically closed field has at least one non-root. It probably isn’t new (in particular, it might be related to the standard model-theoretic proof of the nullstellensatz, with the Euclidean algorithm and high school algebra taking…
View original post 3,546 more words
Filed under Algebra
## Midy’s theorem
Let $b$ have order $d$ modulo $p$. Then the base $b$ expansion of $1/p$ has period $L=(b^d-1)/p$ of length $d$. To see this, note that if $b^d-1=mp$, then
$\displaystyle\frac 1p=\frac{m}{b^d-1}=\frac{m}{b^d}+\frac{m}{b^{2d}}+\frac{m}{b^{3d}}+\cdots$.
Note also that $aL for any $1\le a\le p-1$. Hence $a/p$ has period $aL$. Now suppose that $d$ is even. Since $b$ has order $d$ modulo $p$, it follows that $b^{d/2}\equiv -1\pmod p$. Hence $p-a\equiv b^{d/2}a\pmod p$. This means that at their midpoints the two numbers $aL$ and $(p-a)L$ are mirror images of one another. This means that splitting $aL$ midway into two equal parts and adding them gives $b^{d/2}-1$, i.e., a string of $(b-1)$‘s in base $b$. This is known as Midy’s theorem.
For example, with $p=7$ and $b=10$ we get $d=6$, and $L=142857$. Split $L$ into two equal parts $142$ and $857$, adding which gives
$142+857=999$.
In general, if $m$ is any divisor of $d$, then
\begin{aligned} b^d-1&=(b^m-1)(1+b^{d/m}+b^{2d/m}+\cdots+b^{(m-1)d/m})\\&\equiv 0\pmod p\end{aligned}
so
$b^{d/m}+b^{2d/m}+\cdots+b^{(m-1)d/m}\equiv -1\pmod p$
and so splitting $L$ into $m$ equal parts and adding them will always give a multiple of $b^{d/m}-1$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 75, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9374959468841553, "perplexity": 356.97279348979544}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125944479.27/warc/CC-MAIN-20180420155332-20180420175332-00011.warc.gz"} |
http://mathoverflow.net/users/10280/user02138?tab=questions&sort=votes | # user02138
less info
reputation
212
bio website user02138.myopenid.com location Cambridge, MA 02138 age member for 4 years seen Jun 17 at 18:26 profile views 386
My mathematical interests include Topological Quantum Field Theory, Algebraic Topology, Number Theory and Combinatorics. Litterarum radices amarae, fructus dulces. (Bitter are the roots of study, but how sweet their fruit.) — Cato
# 8 Questions
3
12
votes
1
answer
531
views
3
6
votes
0
answers
471
views
### Counting Lattice Points in Real Polytopes
apr 19 '11 at 9:13 Gil Kalai 8,936
2
4
votes
1
answer
891
views
3
3
votes
1
answer
358
views
2
3
votes
0
answers
367
views
### What are the consequences of allowing the ABC-conjecture $\kappa_{\epsilon}$ to also vary with $\omega(abc)$?
nov 3 '10 at 19:27 user02138 275
2
2
votes
2
answers
231
views
1
1
vote
2
answers
494
views
2
1
vote
1
answer
325
views | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.29835519194602966, "perplexity": 7177.622495181267}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-42/segments/1414119648891.34/warc/CC-MAIN-20141024030048-00000-ip-10-16-133-185.ec2.internal.warc.gz"} |
https://wiki-en.twistly.xyz/wiki/Factor_theorem | # Factor theorem
In algebra, the factor theorem is a theorem linking factors and zeros of a polynomial. It is a special case of the polynomial remainder theorem.[1]
The factor theorem states that a polynomial ${\displaystyle f(x)}$ has a factor ${\displaystyle (x-k)}$ if and only if ${\displaystyle f(k)=0}$ (i.e. ${\displaystyle k}$ is a root).[2]
## Factorization of polynomials
Two problems where the factor theorem is commonly applied are those of factoring a polynomial and finding the roots of a polynomial equation; it is a direct consequence of the theorem that these problems are essentially equivalent.
The factor theorem is also used to remove known zeros from a polynomial while leaving all unknown zeros intact, thus producing a lower degree polynomial whose zeros may be easier to find. Abstractly, the method is as follows:[3]
1. "Guess" a zero ${\displaystyle a}$ of the polynomial ${\displaystyle f}$. (In general, this can be very hard, but math textbook problems that involve solving a polynomial equation are often designed so that some roots are easy to discover.)
2. Use the factor theorem to conclude that ${\displaystyle (x-a)}$ is a factor of ${\displaystyle f(x)}$.
3. Compute the polynomial ${\textstyle g(x)={\frac {f(x)}{(x-a)}}}$, for example using polynomial long division or synthetic division.
4. Conclude that any root ${\displaystyle x\neq a}$ of ${\displaystyle f(x)=0}$ is a root of ${\displaystyle g(x)=0}$. Since the polynomial degree of ${\displaystyle g}$ is one less than that of ${\displaystyle f}$, it is "simpler" to find the remaining zeros by studying ${\displaystyle g}$.
### Example
Find the factors of
${\displaystyle x^{3}+7x^{2}+8x+2.}$
To do this one would use trial and error (or the rational root theorem) to find the first x value that causes the expression to equal zero. To find out if ${\displaystyle (x-1)}$ is a factor, substitute ${\displaystyle x=1}$ into the polynomial above:
{\displaystyle {\begin{aligned}x^{3}+7x^{2}+8x+2&=(1)^{3}+7(1)^{2}+8(1)+2\\&=1+7+8+2\\&=18\end{aligned}}}
As this is equal to 18 and not 0. This means ${\displaystyle (x-1)}$ is not a factor of ${\displaystyle x^{3}+7x^{2}+8x+2}$. So, we next try ${\displaystyle (x+1)}$ (substituting ${\displaystyle x=-1}$ into the polynomial):
${\displaystyle (-1)^{3}+7(-1)^{2}+8(-1)+2.}$
This is equal to ${\displaystyle 0}$. Therefore ${\displaystyle x-(-1)}$, which is to say ${\displaystyle x+1}$, is a factor, and ${\displaystyle -1}$ is a root of ${\displaystyle x^{3}+7x^{2}+8x+2.}$
The next two roots can be found by algebraically dividing ${\displaystyle x^{3}+7x^{2}+8x+2}$ by ${\displaystyle (x+1)}$ to get a quadratic:
${\displaystyle {x^{3}+7x^{2}+8x+2 \over x+1}=x^{2}+6x+2,}$
and therefore ${\displaystyle (x+1)}$ and ${\displaystyle x^{2}+6x+2}$ are factors of ${\displaystyle x^{3}+7x^{2}+8x+2.}$ Of these, the quadratic factor can be further factored using the quadratic formula, which gives as roots of the quadratic ${\displaystyle -3\pm {\sqrt {7}}.}$ Thus the three irreducible factors of the original polynomial are ${\displaystyle x+1,}$ ${\displaystyle x-(-3+{\sqrt {7}}),}$ and ${\displaystyle x-(-3-{\sqrt {7}}).}$
## References
1. ^ Sullivan, Michael (1996), Algebra and Trigonometry, Prentice Hall, p. 381, ISBN 0-13-370149-2.
2. ^ Sehgal, V K; Gupta, Sonal, Longman ICSE Mathematics Class 10, Dorling Kindersley (India), p. 119, ISBN 978-81-317-2816-1.
3. ^ Bansal, R. K., Comprehensive Mathematics IX, Laxmi Publications, p. 142, ISBN 81-7008-629-9. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 39, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8793827295303345, "perplexity": 300.1147544980567}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046152129.33/warc/CC-MAIN-20210726120442-20210726150442-00659.warc.gz"} |
http://compgroups.net/comp.text.tex/xcolor-rowcolors-and-array-environments/182691 | COMPGROUPS.NET | Post | Groups | Users | Stream | Browse | About | |
### xcolor, \rowcolors and array environments
• Email
• Follow
Is it a bug or a feature? (Or how do I disable alternating row colors
in math mode, while still using them outside?)
\documentclass{article}
\usepackage[table]{xcolor}
\rowcolors{2}{red!50}{blue!50}
\begin{document}
$a = \left(\begin{array}{c} 1\\ 2\\ 3 \end{array}\right)$
\end{document}
Thanks,
Dominik
0
See related articles to this posting
Am 11.09.2010 02:42, schrieb Dominik Menke:
> Is it a bug or a feature? (Or how do I disable alternating row colors
> in math mode, while still using them outside?)
>
> \documentclass{article}
> \usepackage[table]{xcolor}
> \rowcolors{2}{red!50}{blue!50}
> \begin{document}
> $a = \left(\begin{array}{c} \hiderowcolors 1\\ 2\\ 3 \end{array}\right)$
> \end{document}
Herbert
0
On Sep 11, 5:28=A0am, Herbert Voss <Herbert.V...@FU-Berlin.de> wrote:
> Am 11.09.2010 02:42, schrieb Dominik Menke:> Is it a bug or a feature? (O=
r how do I disable alternating row colors
> > in math mode, while still using them outside?)
>
> > \documentclass{article}
> > \usepackage[table]{xcolor}
> > \rowcolors{2}{red!50}{blue!50}
> > \begin{document}
> > $a =3D \left(\begin{array}{c} > > \hiderowcolors > =A0 1\\ 2\\ 3 \end{array}\right)$
>
> > \end{document}
>
> Herbert
That is a little inconvenient when there are a lot of
math alignments. It would be better if xcolor.sty
defined a switch to just turn table colors off for the
rest of the document or current group (and one
to turn them back on, of course). I had some success
with the following. However, I didn't test it very much.
\makeatletter
\def\stoprowcolors{\@rowcolorsfalse}
\def\startrowcolors{\@rowcolorstrue}
\makeatother
\everymath{\stoprowcolors}
The problem with \hiderowcolors is that it must occur within
the relevant alignment (its definition starts with \noalign).
A command like \stoprowcolors would be usable elsewhere.
It would also be nice if xcolor.sty could provide a "nomath"
option for row colors.
Dan
0
> It would also be nice if xcolor.sty could provide a "nomath"
> option for row colors.
I'd prefer that way too. I also tried to rewrite the \rowcolors
command, by I already failed on the extraction from xolors.sty...
Dominik
0
comp.text.tex 36692 articles. 70 followers.
3 Replies
863 Views
Similar Articles
[PageSpeed] 44
• Email
• Follow
Similar Artilces:
arrows in an array environment
This may be a somewhat frequently asked question, but I've done web searches and I'm stumped, not to mention frustrated by my own attempts. I am starting with an array (or tabular) environment, with horizontal and vertical lines separating the cells: _______ |a|b|c| _______ |x|y|z| _______ I want to include an arrow, say from y to a. How should I do this? I'm trying xypic, but I find the manual incredibly frustrating. Here's what I have: \xy \begin{array}{|c|c|c|} \hline \xymatrix"*"{a} & b & c \\ \hline x & \xymatrix{y \ar@{-}["*&qu... \raisebox in array environment Hello, I'm trying to use raisebox in an array environment. However it seems to have no effect on the text - it simply stays on the same line even though it should be one line raised. The TeX source I use is the following: \documentclass{article} \begin{document} \begin{array}{ll} \raisebox{\baselineskip}[0pt]{a} b & c d \\ e f & g h \end{array} \end{document} When I put \raisebox outside the array environment it raises given text as it should. Could you please help me - how can i get the text in \raisebox really raised? --Hynek Hynek Mlnarik <xmlnarik@fi.muni.c... php environment array Hello, I don't know that much about php but I was asked this question : we have a testbox running Linux, Apache-1-3-29 and PHP/4.3.4 echo "<b>ENV</b><br>"; foreach(_ENV as Name1=>Key1) { echo Name1." is: ".Key1."<br>"; } when this is executed it says somewhere that the logname is root. However the apache server is running under the uid apache and group apache. I suspected that when this is executed it would say that the logname is apache or am I wrong assuming that ? thanks, Ron Ron Croonenberg wrote: > we hav... Odd interaction with xcolor and environment If I TeX the minimal example (below) as-is, I get this error: ) ! Missing } inserted. <inserted text> } l.22 \begin{myboxit} If I comment-out \usepackage{xcolor}, the file TeXs without a problem. I'm using TeXLive 2010. What am I doing wrong? Stephen Moye %%==8><--%% \documentclass{article} \usepackage{xcolor} \newsavebox{\snugbox} \newenvironment{myboxit}{% \sbox{\snugbox}\bgroup }% {% \egroup \begin{center} \fbox{\usebox{\snugbox}} \end{center} } %%====8><----%% \begin{document} Suspendisse vestibulum dig... AWK : Shell Arrays / ENVIRON Hello It is possible to use environment shell arrays in AWK through the ENVIRON AWK associative array? For normal shell variables this is no problem. # export a=1 # echo test | awk '{print ENVIRON["a"]}' 1 However what about shell arrays? # set -A testarray 1 2 3 4 # export testarray # set | grep testarray testarray[0]=1 testarray[1]=2 testarray[2]=3 testarray[3]=4 # echo test | awk '{print ENVIRON["testarray[0]"]}' <-- no go # echo test | awk '{print ENVIRON["testarray"]}' <-- this works and gives the first element of the ar... matrix within an array environment The following code does not work \begin{equation*} \begin{array}{ccl} m_0 & = & \begin{pmatrix} Y_1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ \end{pmatrix} \\ C_0 & = & 1 \\ V & = & 1 \\ \end{array} \end{equation*} because I get this error message: ----------------- ! Extra alignment tab has been changed to \cr. <recently read> \endtemplate l.175 ...& 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0... arrows in an array environment #2 This may be a somewhat frequently asked question, but I've done web searches and I'm stumped, not to mention frustrated by my own attempts. I am starting with an array (or tabular) environment, with horizontal and vertical lines separating the cells: _______ |a|b|c| _______ |x|y|z| _______ I want to include an arrow, say from y to a. How should I do this? I'm trying xypic, but I find the manual incredibly frustrating. Here's what I have: \[ \xy \begin{array}{|c|c|c|} \hline \xymatrix"*"{a} & b & c \\ % try to create a matrix called * \hline ... Line numbers on array like environments Hi, I am interested in including line numbers in array-like or math mode-like environments, say \begin{array}\end{array} or \[. The idea is to have the line numbers on long formulas such that it is easier for one to describe the formula by referencing to sections (lines) in the formula. For example, in a code such as $x := 10 ; \\ while (x > 0) do \{ \\ \quad printmessage ; \\ \quad x := x - 1 ; \\ \}$ I would like to have in the DVI file something like 1 x := 10 2 while (x > 0) do { 3 printmessage ; 4 x := x - 1 ; 5 } Is there any easy way (i.e. an available package ...
Problem with array environment inside caption
Input : \begin{figure} \scalebox{0.7}[0.7]{\includegraphics{figures/v.png}} \caption{A schematic. $V_{C} \sim \left\{\begin{array}{cc} E_{g} & \textrm{p-n} \\ e\phi_{B} & \textrm{M-S}\end{array}\right.$ } \label{fig:v} \end{figure} Error (upon pdflatex) : <figures/v.png, id=1479, 217.71338pt x 217.71338pt> <use figures/v.png> ! Argument of \@caption has an extra }. <inserted text> \par l.12 ...d{array}\right. \]} ? I found : http://www.latex-project.org/cgi-bin/ltxbugs2html?pr=latex/2476& But I am using '\\' instead of \newline...
Problem with array environment and ifnum tests
Dear all, I am struggling with the following piece of code: \documentclass[a4paper]{article} \usepackage{keyval} \makeatletter \def\test@val{0} \newcommand{\test}[2][]{% \setkeys{testkeys}{#1}arg2 = #2, we~have~\test@val, \ifnum\test@val=2% tux is 2 \fi% we~have~\test@val, \ifnum\test@val=1% \\ % \test@val set to zero here!!! \fi% we~have~\test@val } \define@key{testkeys}{tux}{\def\test@val{#1}} \makeatother \begin{document} \begin{math} \begin{array}{ll} \test[tux=1]{2} \end{array} \end{math} \end{document} All I want to achieve is for \test to output \\ (within ...
Equal column widths in array environment
Hi all, Is there an *easy* (logical?) way of obtaining equal column widths in an array environment? This problem has been solved in a tabular environment, and there are numerous solutions. I'm looking for a solution in the following by any way of the following, if possible: [1] defining a new column type (that works in math mode) for columns that should be the same width (like p{..} for tabular); or [2] defining a new environment altogether, similar to array that works in math mode The above may be achieved either if the largest column width is known, or better, if it is not. One sol...
Using \hhline with \rowcolor from xcolor package?
I'm using a style that someone else developed & that includes "\usepackage[table]{xcolor}" to enable the \rowcolor command so we can have alternating rows of white & light gray background. The row colors in the tables switch between colors if I use \hline, but not if I use \hhline (from the hhline package, which I like). Is there a way to get the xcolor stuff to recognize \hhline as a row-break, or a command I can insert before or after \hhline to tell it that? Thanks, Adam -- Destiny is what you are supposed to do in life. Fate is what kicks you in th...
table with double entries using \rowcolors from xcolor
I want to build a table where each row holds double entries (pairs [a1,a2]; [b1,b2]; etc.) that are vertically placed, like this: ---------------- | a1 | b1 | c1 | | a2 | b2 | c2 | |--------------| | d1 | e1 | f1 | | d2 | e2 | f2 | |--------------| | g1 | h1 | i1 | | g2 | h2 | i2 | ---------------- I could split an entry on two different rows in order to obtain such a table: \hline a1 & b1 & c1 \\ a2 & b2 & c2 \\ ... but this is not convenient because I want to keep handling pairs and not just one element of a pair. I could also use the \multirow command but this i...
again
Hello, again we struggled over a problem with the env array and the existence of env array elements (environment variables). Simplyfied we did following: % set env(foo) 1 1 % info exists env(foo) 1 % set env(foo) "" % info exists env(foo) 1 % set env(foo) can't read "env(foo)": no such variable % llength [array get names foo] 0 So - not remembering that on MS Windows setting an empty string deletes an environment variable, and thinking that setting tcl array element with an empty string won't delete that element, cause...
how do I access ksh environment array variables in perl?
hello, in ksh you can set array variables like a[1]=x a[4]=y and access them like echo ${a[1]} how do I access this array in Perl?$ENV{"a"} retrieves 'x' (the value of a[1]) keys %ENV lists 'a' amongst its vars but how do I find out that a is an array, the length of a and its subscripts and values? rgds andy Andy Haupt wrote: > hello, > > in ksh you can set array variables like > a[1]=x > a[4]=y > and access them like > echo ${a[1]} > > how do I access this array in Perl? You don't. Array variables are Korn Shell specifi... Questions about how the "array" environment is implemented.... I'm currently working on a reimplementation of the LaTeX array environment for ConTeXt, and I have a couple of questions about why certain things were done the way they're done in the original. First, the LaTeX array code sets \@arstrut's strut in a box and then recalls that box each time the strut is needed, rather than putting the strut in an \edef'ed macro. What's the advantage to this? (It seems to me a disadvantage, as it means that arrays of different arraystretch cannot be nested.) Second, all of the preamble creation code works by redefining a macro, with... "Undefined control sequence" I've checked the archives and Googled for this to no avail. I get an "undefined control sequence" error when using the \rowcolors command from xcolor. The example below is from the xcolor documentation. I'm using MiKTeX 2.5 and version 2.09 of xcolor. What's my problem? Thanks \documentclass{article} \usepackage{xcolor} \begin{document} \rowcolors[\hline]{3}{green!25}{yellow!50} \arrayrulecolor{red!75!gray} \begin{tabular}{ll} test & row \number\rownum\\ test & row \number\rownum\\ test & row \number\rownum\\ test & row \number\rownum\\ \arrayrulec... xcolor's \rowcolors extends beyond table borders Hi, I'm trying to fancy up my tables a bit by adding color and I've run into a snag. If I use the standard \rowcolors command, the result is that the color extends outside my black ruled borders. I know the reason - my "borders" are not really border but rules in a column in which I've suppressed the intercolumn spacing with @{}. I can't see a way to get both colors and vertical border rules. Suggestions would be welcomed. Here's a short LaTeX source file illustrating the problem: \documentclass[10pt]{article} \usepackage{colortbl} \usepackage{xcolor} % ... Can I *{num}{cols} within main body of an array environment? Hi, \begin{array}[pos]{|*{5}{|c|}} & & & & & \\ \end{array} allows me to specify |c| columns 5 times. My questions is can I repeat the data to go into the columns in the same way? Thus \begin{array}[pos]{|*{5}{|c|}} something1 & *{4}{& something2} \\ \end{array} David R David R wrote: > Hi, > \begin{array}[pos]{|*{5}{|c|}} > & & & & & \\ > \end{array} > > allows me to specify |c| columns 5 times. > My questions is can I repeat the data to go into the columns in the same > way? Thus > \begin{array}[pos]{|*{5}{|c|... SN#10785 Sun StorEdge[TM] 3310 SCSI Array Handles the Toughest Environments SYSTEM NEWS FOR SUN USERS Vol 66 Issue 3 2003-08-18 Article 10785 from section "Storage" Optimized for Sun's Low-cost Computing Servers Demanding workplace environments require an easy-to-use, simple-to-manage, highly flexible storage array platform. The versatile Sun StorEdge[TM] 3310 SCSI array is a low-profile, ultra-condensed, modular storage array designed for the diverse needs of fast-growing environments. It includes many enterprise-class features and functions such as remote management service. B... show array of array of array of array... I'm trying to print an array of (datas and array of (datas and array of (datas and array..... Here is the code: ... Re: show array of array of array of array... sorry..the code: function printtree($array, $level){ while(list($k,$v) = each($array)) if(is_array($k)){ print("$k -><br>"); printtree($k,$level++); } else { for($i=0;$i<$level;$i++) print(" "); print("$k :$v<br>"); } } but it does only print the first level and get out !!! I can't figure what's wrong.... Please help !!!! BoB Bob Bedford wrote: > sorry..the code: > > function printtree($array,$level){ > while(list($k,$v) = each($array)) > if(is_array($k)){ > print(&quo...
const and array of array (of array ...)
Imagine I have an array of arrays of ints and want to sum all the ints. #include <stdio.h> int sumints(int arr[3][3]) { int c, r, s=0; for (r=0; r<3; r++) { for (c=0; c<3; c++) { s += arr[r][c]; } } return s; } int main(void) { int my_array[3][3] = {{0, 1, 2}, {3, 4, 5}, {6, 7, 8}}; printf("sum of ints is %d\n", sumints(my_array)); return 0; } I tried to define the su...
Arrays Of Arrays: Is it an Array or Scalar?
I have a function that I'm using to perform operations on strings in an array. There are times where I'd like to have this function work on arrays of arrays. Is there a simple way to tell if the value of an element in an array is a scalar, or is, instead, a reference to another array? I know I can use a regex to see if the string matches the pattern for an array reference, but is there a more "elegant" and easier way to do it? (And, while I'm at it, is there a way to check for a hash as well? I'd think they'd both be done the same way.) Thanks! Hal In <... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9263725876808167, "perplexity": 3766.065481516181}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-42/segments/1414119653628.45/warc/CC-MAIN-20141024030053-00189-ip-10-16-133-185.ec2.internal.warc.gz"} |
https://math.stackexchange.com/questions/3218924/prove-that-a-covering-projection-of-graphs-is-a-local-isomorphism | # Prove that a covering projection of graphs is a local isomorphism
This question comes from section 1.3 of Topological Graph Theory by Tucker and Gross.
Let $$B$$ be a group acting freely on a graph $$G$$ meaning that the only automorphism defined from the group action with a fixed point (on both vertices and edges) is the identity automorphism. The quotient $$G/B$$ is the graph with vertex orbits as vertices and edge orbits as edges. The endpoints of an edge orbit $$[e]$$ are the vertex orbits containing vertices incident to any edges in $$[e]$$. We define the quotient map $$q_B \colon G \rightarrow G/B$$ to be the map that maps vertices and edges to their orbits.
A covering projection is defined to be a map between graphs $$p \colon \tilde{G} \rightarrow G$$ such that there exists an isomorphism $$i \colon \tilde{G}/B \colon \rightarrow G$$ with $$p = i \circ q_B$$.
The star of a vertex $$v$$, $$\text{star}(v)$$, is the subgraph consisting of $$v$$, the neighbors of $$v$$, and each edge connecting $$v$$ to a neighbor. A map between graphs $$f$$ is a local isomorphism if for each vertex $$v$$ the image $$f(\text{star}(v))$$ is isomorphic to $$\text{star}(v)$$.
The exercise asks to show that if $$p \colon \tilde{G} \rightarrow G$$ is a covering projection and $$G$$ is a simple graph then $$p$$ is a local isomorphism.
Here's my approach so far. It should be sufficient to show that $$q_B$$ is a local isomorphism. This means that no two vertices or edges in $$\text{star}(v)$$ should lie in the same orbit under the action of $$B$$. I have been trying to show that two vertices from $$\text{star}(v)$$ lie in the same orbit, then the action defined by $$B$$ must have a fixed point coming from an automorphism other than the identity. If anyone could help me fill in the details for this argument, or has a completely different approach, it would be much appreciated. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 26, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9037062525749207, "perplexity": 61.513601502128246}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027330968.54/warc/CC-MAIN-20190826042816-20190826064816-00171.warc.gz"} |
https://plato.stanford.edu/entries/physics-experiment/app2.html | ## Appendix 2: The Discovery of CP Violation: A Persuasive Experiment
A group at Princeton University, led by Cronin and Fitch, decided to test CP conservation. The experimenters were quite aware of the relevance of their experiment to the question of CP violation, but they did not expect to observe it. As Val Fitch, one of the group leaders remarked, “Not many of our colleagues would have given credit for studying CP invariance, but we did so anyway” (Fitch 1981, p. 991). A preliminary estimate indicated that the CP phase of the experiment would detect about 7500 $$\ce{K2^0}$$ decays and thus reduce the limit on CP violation from the then current limit of 1/300 (0.3%) to 1/7500 (For details of this episode see Franklin (1986, Ch. 3)).
The experimental beam contained only $$\ce{K2^0}$$ mesons. (The $$\ce{K1^0}$$ meson has a much shorter lifetime than the $$\ce{K2^0}$$ meson, so that if we start with a beam containing both types of particles, after a time only the $$\ce{K2^0}$$ mesons will remain). The experimental apparatus detected two charged particles from the decay of the $$\ce{K2^0}$$ meson. The vector momentum of each of the two decay products from the $$\ce{K2^0}$$ beam and the invariant mass $$m^*$$ were computed assuming that each product had the mass of a pion:
$m^* = [(E_1 + E_2)^2 - (\bp_1 + \bp_2)^2]^{\bfrac{1}{2}},$
where E and $$\bp$$ are the energy and vector momenta of the pions, respectively. If both particles were indeed pions from $$\ce{K2^0}$$ decay, $$m^*$$ would equal the $$\ce{K2^0}$$ mass. The experimenters also computed the vector sum of the two momenta and the angle between this sum and the direction of the $$\ce{K2^0}$$ beam. This angle should be zero for two-body decays, but not, in general, for three-body decays.
Figure 3. Angular distributions in three mass ranges for events with $$\cos(\theta) \gt 0.9995$$. From Christenson et al. (1964).
This was exactly what the Princeton group observed (Christenson et al. 1964). As seen clearly in Figure 3, there is a peak at the $$\ce{K^0}$$ mass, 498 MeV/c2, for events with $$\cos(\theta)$$ greater than 0.9999 ($$\cos(\theta)$$ approximately equal to 1 means $$\theta$$ is approximately equal to 0). No such peak is seen in the mass regions just above or just below the $$\ce{K^0}$$ mass. The experimenters reported a total of $$45\pm 9$$ two-pion $$\ce{K2^0}$$ decays out of a total of 22,700 $$\ce{K2^0}$$ decays. This was a branching ratio of $$(1.95\pm 0.2) \times 10^{-3}$$, or approximately 0.2 percent.
The most obvious interpretation of the Princeton result was that CP symmetry was violated. This was the view taken in three out of four theoretical papers written during the period immediately following the report of that result. The Princeton result had persuaded most of the physics community that CP symmetry was violated. The remaining theoretical papers offered alternative explanations.[1] These alternatives relied on one or more of three arguments: (1) the Princeton results are caused by a CP asymmetry (the local preponderance of matter over antimatter) in the environment of the experiment, (2) $$\ce{K2^0}$$ decay into two pions does not necessarily imply CP violation, and ( 3) the Princeton observations did not arise from two-pion $$\ce{K2^0}$$ decay. This last argument can divided into the assertions that (3a) the decaying particle was not a $$\ce{K2^0}$$ meson, (3b) the decay products were not pions, and (3c) another unobserved particle was emitted in the decay. Included in these alternatives were three suggestions that cast doubt on well-supported fundamental assumptions of modern physics. These were: (1) pions are not bosons, (2) the principle of superposition in quantum mechanics is violated, and (3) the exponential decay law fails. Although by the end of 1967 all of these alternatives had been experimentally tested and found wanting, the majority of the physics community had accepted CP violation by the end of 1965, even though all the tests had not yet been completed. As Prentki, a theoretical particle physicist, remarked, this was because in some cases “the price one has to pay in order to save CP becomes extremely high,” and because other alternatives were “even more unpleasant” (Prentki 1965).
This is an example of what one might call a pragmatic solution to the Duhem-Quine problem.[2] The alternative explanations and the auxiliary hypotheses were refuted, leaving CP violation unprotected. One might worry that other plausible alternatives were never suggested or considered. This is not a serious problem in the actual practice of physics. No fewer than ten alternative explanations of the Princeton result were offered, and not all of them were very plausible. Had others been suggested they, too, would have been considered by the physics community. Consider the model of Nishijima and Saffouri (1965). They explained two-pion $$\ce{K2^0}$$ decay by the existence of a “shadow” universe in touch with our “real” universe only through the weak interactions. They attributed to the two pion decay observed to the decay of the $$\ce{K^0}$$ from the shadow universe. This implausible model was not merely considered, it was also experimentally tested. Everett (1965) noted that if the $$\ce{K^0}$$, the shadow $$\ce{K^0}$$ postulated by Nishijima and Saffouri existed, then a shadow pion should also exist, and the decays of the $$\ce{K+}$$ into a positive pion and a neutral pion and of the $$\ce{K+}$$ into a positive pion and a neutral shadow pion and should occur with equal rates. The presence of the shadow pion could be detected by measuring the ordinary $$\ce{K+}$$ branching ratio in two different experiments, one in which the neutral pion was detected and one in which it was not. If the shadow pion existed the two measurements would differ. They didn’t. There was no shadow pion and thus, no $$\KOp$$
What was the difference between the episodes of parity nonconservation and CP violation. In the former parity nonconservation was immediately accepted. No alternative explanations were offered. There was a convincing and decisive set of experiments. In the latter at least ten alternatives were proposed, and although CP violation was accepted rather quickly, the alternatives were tested. In both cases there are only two classes of theories, those that conserve parity or CP, and those that do not. The difference lies in the length and complexity of the derivation linking the hypothesis to the experimental result, or to the number of auxiliary hypotheses required for the derivation. In the case of parity nonconservation the experiment could be seen by inspection to violate mirror symmetry (See Figure 1). In the CP episode what was observed was $$\ce{K2^0}$$ decay into two pions. In order to connect this observation to CP conservation one had to assume (1) the principle of superposition, (2) that the exponential decay law held to 300 lifetimes, (3) that the decay particles were both “real” pions and that pions were bosons, (4) that no other particle was emitted in the decay, (5) that no other similar particle was produced, and (6) that there were no external conditions present that might regenerate $$\ce{K1^0}$$ mesons. It was these auxiliary assumptions that were tested and eliminated as alternative explanations by subsequent experiments.
The discovery of CP violation called for a theoretical explanation, a call that is still unanswered. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9640079736709595, "perplexity": 748.1079079318991}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 5, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057083.64/warc/CC-MAIN-20210920161518-20210920191518-00059.warc.gz"} |
https://www.scienceopen.com/document?id=05f8514b-c9ec-4848-b561-3b04df37f8c2 | 39
views
0
recommends
+1 Recommend
0 collections
4
shares
• Record: found
• Abstract: found
• Article: found
Is Open Access
# Effect of a partial coverage of quasar broad-line regions by intervening H$$_2$$-bearing clouds
Preprint
### Read this article at
Bookmark
There is no author summary for this article yet. Authors can add summaries to their articles on ScienceOpen to make them more accessible to a non-specialist audience.
### Abstract
We consider the effect of a partial coverage of quasar broad-line regions (QSO BLRs) by intervening H$$_2$$-bearing clouds when a part of quasar (QSO) radiation passes by a cloud not taking part in formation of an absorption-line system in the QSO spectrum. That leads to modification of observable absorption line profiles and consequently to a bias in physical parameters derived from standard absorption line analysis. In application to the H$$_2$$ {absorption} systems the effect has been revealed in the analysis of H$$_2$$ absorption system in the spectrum of Q~1232+082 (Ivanchik et al. 2010, Balashev et al. 2011). We estimate a probability of the effect to be detected in QSO spectra. To do this we derive distribution of BLR sizes of high-z QSOs from Sloan Digital Sky Survey (SDSS) Data Release 9 (DR9) catalogue and assume different distributions of cloud sizes. We conclude that the low limit of the probability is about $$11\%$$. The latest researches shows that about a fifth of observed H$$_2$$ absorption systems can be partially covered. Accounting of the effect may allow to revise significantly physical parameters of interstellar clouds obtained by the spectral analysis.
### Author and article information
###### Journal
1508.04750
10.1007/s10509-015-2459-4
Galaxy astrophysics | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9187095761299133, "perplexity": 3707.6622452104707}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560628000044.37/warc/CC-MAIN-20190626013357-20190626035357-00052.warc.gz"} |
http://mathhelpforum.com/calculus/213998-fourier-transform.html | # Math Help - fourier transform
1. ## fourier transform
Hi members,
I have some problems with fourier tranfrom.
See the two attached Pdf files.Questions are on the pdf files. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9974910616874695, "perplexity": 16151.938910788946}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2015-40/segments/1443738095178.99/warc/CC-MAIN-20151001222135-00207-ip-10-137-6-227.ec2.internal.warc.gz"} |
https://plainmath.net/6804/find-exponential-function-that-fits-experimental-data-collected-over | Find an exponential function that fits the experimental data collected over time
Find an exponential function that fits the experimental data collected over time t.
$\begin{array}{|cccccc|}\hline t& 0& 1& 2& 3& 4\\ y& 600.00& 630.00& 661.50& 694.58& 729.30\\ \hline\end{array}$
You can still ask an expert for help
• Questions are typically answered in as fast as 30 minutes
Solve your problem for the price of one coffee
• Math expert for every subject
• Pay only if we can solve it
Macsen Nixon
Let the exponential function be, $y=b\left(a{\right)}^{t}$
$600=b\left(a{\right)}^{0}$
$b=600$ And at $t=1$
$630=600\left(a{\right)}^{1}$
Therefore, the exponential function is $y=600\left(\frac{21}{20}{\right)}^{t}$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 11, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8533432483673096, "perplexity": 1197.2858097974467}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656103355949.26/warc/CC-MAIN-20220628050721-20220628080721-00607.warc.gz"} |
https://gmatclub.com/forum/if-y-is-50-percent-more-than-50-percent-of-200-what-percentage-276244.html | GMAT Question of the Day - Daily to your Mailbox; hard ones only
It is currently 25 May 2019, 02:35
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customized
for You
we will pick new questions that match your level based on your Timer History
Track
Your Progress
every week, we’ll send you an estimated GMAT score based on your performance
Practice
Pays
we will pick new questions that match your level based on your Timer History
# If y is 50 percent more than 50 percent of 200, what percentage
new topic post reply Question banks Downloads My Bookmarks Reviews Important topics
Author Message
TAGS:
### Hide Tags
Math Expert
Joined: 02 Aug 2009
Posts: 7686
If y is 50 percent more than 50 percent of 200, what percentage [#permalink]
### Show Tags
15 Sep 2018, 08:18
00:00
Difficulty:
25% (medium)
Question Stats:
83% (00:56) correct 17% (01:08) wrong based on 39 sessions
### HideShow timer Statistics
If y is 50 percent more than 50 percent of 200, what percentage of 200 is y?
(A) 25%
(B) 100/3%
(C) 50%
(D) 200/3%
(E) 75%
New question!!!..
_________________
Board of Directors
Status: QA & VA Forum Moderator
Joined: 11 Jun 2011
Posts: 4486
Location: India
GPA: 3.5
WE: Business Development (Commercial Banking)
Re: If y is 50 percent more than 50 percent of 200, what percentage [#permalink]
### Show Tags
15 Sep 2018, 08:35
chetan2u wrote:
If y is 50 percent more than 50 percent of 200, what percentage of 200 is y?
(A) 25%
(B) 100/3%
(C) 50%
(D) 200/3%
(E) 75%
New question!!!..
y = 50% of 200 of 150% of 200 is $$\frac{50}{100}*200*\frac{150}{100}$$ = $$150$$
Now, a% of 200 = 150
Hence, $$a = 75$$, Answer must be (E)
_________________
Thanks and Regards
Abhishek....
PLEASE FOLLOW THE RULES FOR POSTING IN QA AND VA FORUM AND USE SEARCH FUNCTION BEFORE POSTING NEW QUESTIONS
How to use Search Function in GMAT Club | Rules for Posting in QA forum | Writing Mathematical Formulas |Rules for Posting in VA forum | Request Expert's Reply ( VA Forum Only )
Senior SC Moderator
Joined: 22 May 2016
Posts: 2766
If y is 50 percent more than 50 percent of 200, what percentage [#permalink]
### Show Tags
15 Sep 2018, 11:44
chetan2u wrote:
If y is 50 percent more than 50 percent of 200, what percentage of 200 is y?
(A) 25%
(B) 100/3%
(C) 50%
(D) 200/3%
(E) 75%
New question!!!..
We don't need 200 - multiply the multipliers
If y is 50 percent more than 50 percent of 200, what percentage of 200 is y?
The base of comparison is the same number. We could put any number in for 200. (Try 60, e.g.)
y as a percentage of the base number (200, 60, x) does not change
Let $$200 = x$$
Multiply the multipliers:
$$y = (1.5*.5x)=.75x$$
$$\frac{y}{x}=.75=75$$ %
Answer E
Algebraically
(1) "y is 50 percent more than"
(2) "50 percent of 200"
Solve (2) first. It has a "counting" number
=>
(2) 50 percent of 200 = 100
Then
(1) y is 50 percent more than 100: y = 150
(3) What percentage of 200 is y? Reverse:
$$y$$ (150) IS what percentage OF 200?
$$y=\frac{x}{100}*200$$
$$150=\frac{x}{100}*200$$
$$(\frac{150}{200}*100)=(.75*100)=75$$ %
Answer E
_________________
SC Butler has resumed!
Get two SC questions to practice, whose links you can find by date, here.
If y is 50 percent more than 50 percent of 200, what percentage [#permalink] 15 Sep 2018, 11:44
Display posts from previous: Sort by
# If y is 50 percent more than 50 percent of 200, what percentage
new topic post reply Question banks Downloads My Bookmarks Reviews Important topics
Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.4009193480014801, "perplexity": 8372.967454056965}, "config": {"markdown_headings": true, "markdown_code": false, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232257939.82/warc/CC-MAIN-20190525084658-20190525110658-00323.warc.gz"} |
https://www.sparrho.com/item/deterministic-quantum-network-for-distributed-entanglement-and-quantum-computation/1b57be8/ | Deterministic Quantum Network for Distributed Entanglement and Quantum Computation
Research paper by I. Cohen, K. Mølmer
Indexed on: 22 Feb '18Published on: 22 Feb '18Published in: arXiv - Quantum Physics
Abstract
We propose a simple architecture for a scalable quantum network, in which the quantum nodes consist of qubit systems confined in cavities. The nodes are deterministically coupled by transmission and reflection of photons, which are disentangled from the qubits at the end of each operation. A single photon can generate an entangling controlled phase (C-PHASE) gate between any selected number of qubits in the network and forms the basis for universal quantum computing, distributed over multiple processor units. We analyze this network and we show that the gate fidelity is high, also when more qubits are involved, as requested, e.g., in an efficient Grover search. In our derivation we consider qubit transition energies in the optical regime, however, we stress that it can be readily generalized to other architectures where the nodes may be coupled, e.g., by microwave photons. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9106332063674927, "perplexity": 1184.0257092763713}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257651780.99/warc/CC-MAIN-20180325025050-20180325045050-00006.warc.gz"} |
https://yutsumura.com/welcome-to-problems-in-mathematics/ | Welcome to Problems in Mathematics
Welcome to my website.
I post problems and its solutions/proofs in mathematics almost every day.
Most of the problems are undergraduate level mathematics.
Here are several topics I cover on this website.
2018 is not a prime number. Do you want to know more about 2018?
Check out the post Mathematics about the number 2018
For my profile, please check out Who’s Yu Tsumura
More from my site
• Sylow’s Theorem (Summary) In this post we review Sylow's theorem and as an example we solve the following problem. Show that a group of order $200$ has a normal Sylow $5$-subgroup. Review of Sylow's Theorem One of the important theorems in group theory is Sylow's theorem. Sylow's theorem is a […]
• If a Sylow Subgroup is Normal in a Normal Subgroup, it is a Normal Subgroup Let $G$ be a finite group. Suppose that $p$ is a prime number that divides the order of $G$. Let $N$ be a normal subgroup of $G$ and let $P$ be a $p$-Sylow subgroup of $G$. Show that if $P$ is normal in $N$, then $P$ is a normal subgroup of $G$. Hint. It follows from […]
• Fundamental Theorem of Finitely Generated Abelian Groups and its application In this post, we study the Fundamental Theorem of Finitely Generated Abelian Groups, and as an application we solve the following problem. Problem. Let $G$ be a finite abelian group of order $n$. If $n$ is the product of distinct prime numbers, then prove that $G$ is isomorphic […]
• Sequences Satisfying Linear Recurrence Relation Form a Subspace Let $V$ be a real vector space of all real sequences $(a_i)_{i=1}^{\infty}=(a_1, a_2, \cdots).$ Let $U$ be the subset of $V$ defined by $U=\{ (a_i)_{i=1}^{\infty} \in V \mid a_{k+2}-5a_{k+1}+3a_{k}=0, k=1, 2, \dots \}.$ Prove that $U$ is a subspace of […]
• A Positive Definite Matrix Has a Unique Positive Definite Square Root Prove that a positive definite matrix has a unique positive definite square root. In this post, we review several definitions (a square root of a matrix, a positive definite matrix) and solve the above problem. After the proof, several extra problems about square […]
• Express a Hermitian Matrix as a Sum of Real Symmetric Matrix and a Real Skew-Symmetric Matrix Recall that a complex matrix is called Hermitian if $A^*=A$, where $A^*=\bar{A}^{\trans}$. Prove that every Hermitian matrix $A$ can be written as the sum $A=B+iC,$ where $B$ is a real symmetric matrix and $C$ is a real skew-symmetric matrix. Proof. Since […]
• How to Diagonalize a Matrix. Step by Step Explanation. In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the following problem. Diagonalize the matrix $A=\begin{bmatrix} 4 & -3 & -3 \\ 3 &-2 &-3 \\ -1 & 1 & 2 \end{bmatrix}$ by finding a nonsingular […]
• Basic Exercise Problems in Module Theory Let $R$ be a ring with $1$ and $M$ be a left $R$-module. (a) Prove that $0_Rm=0_M$ for all $m \in M$. Here $0_R$ is the zero element in the ring $R$ and $0_M$ is the zero element in the module $M$, that is, the identity element of the additive group $M$. To simplify the […] | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9767947793006897, "perplexity": 86.92287851670456}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267864022.18/warc/CC-MAIN-20180621040124-20180621060124-00020.warc.gz"} |
https://codegolf.stackexchange.com/questions/141315/what-an-odd-function/141424 | # What an Odd Function
Your task here will be to implement a function1 that forms a permutation on the positive integers (A bijection from the positive integers onto themselves). This means that each positive integer should appear exactly once in the permutation. The catch is your function should have a larger probability of outputting an odd number than an even number.
Now this may seem strange or impossible. Surely there are just as many odd numbers as even numbers? And while this intuition is correct for finite sets it actually does not hold for infinite sets. For example take the following permutation:
1 3 2 5 7 4 9 11 6 13 15 8 17 19 10 21 23 12 25 27 14 29 31 16 33 35 18 37 39 20 41 43 22 45 47 24 49 51 26 53 55 ...
If you take any subsection of the sequence with size greater than $$\1\$$ you will have at least as many odd numbers as even numbers, thus it seems that the probability of any random term being odd is greater than that of being even. You will also note every number odd or even number will eventually appear in the sequence and can only appear once. Thus the sequence is a true permutation.
### Definition of Probability
To avoid confusion or ambiguity I am going to clearly lay out what is meant by probability in this question.
Let us say we have a function $$\f\$$. The probability of a number being odd will be defined as the limit of ratio odd members of the set to the size of the set $$\f\{1\dots n\}\$$ as $$\n\$$ tends towards infinity.
$$\lim_{n\rightarrow \infty}\dfrac{\left|\{x : x \in \{1\dots n\}, \mathrm{odd}(f(x))\}\right|}{n}$$
For example the aforementioned function would have a probability of being odd of $$\2/3\$$.
This is so answers will be scored in bytes with less bytes being better.
### Extra Challenges
Here are some fun ideas to play around with and perhaps try to implement. These are just for fun and do not affect scoring in any way. Some of these are not even valid solutions to this challenge, and an answer which only includes solutions to challenges 2 or 3 is not a valid answer, and is liable to be deleted.
• Write a permutation with an odd probability of $$\1\$$. (this is possible)
• Write a permutation that has more odd numbers than even numbers in $$\f\{1\dots n\}\$$ for any $$\n\$$ but has a odd probability of $$\1/2\$$.
• Write a permutation that has no defined probability (that is there is no limit).
1: Here function will mean program or function. It is just a piece of code that takes input and produces output.
# Jelly, 7 bytes
Æf^<¥4P
Swaps 2s and 3s in the input's prime factorization. The probability of odds is 2/3.
Try it online!
### How it works
Æf^<¥4P Main link. Argument: n
Æf Compute all prime factors of n, with duplicates.
¥4 Combine the two links to the left into a dyadic chain and call it with
right argument 4.
< Compare each prime factor with 4. Yields 1 for 2 and 3, 0 otherwise.
^ Bitwise XOR the results with the corresponding prime factors.
This maps 2 to 3, 3 to 2, and all other primes to themselves.
P Take the product of the resulting primes.
• This answer is quite clever. I believe I understand why it works but you might want to include a proof that it works because I found it unintuitive at first. – Wheat Wizard Sep 2 '17 at 16:32
• Proof that this is a permutation: the function is its own inverse. Proof of ratio: chance that an output is odd is the chance that the original had no factors 3, which is exactly when it's not divisible by three. That chance is 2/3. – tomsmeding Sep 3 '17 at 8:40
# Husk, 11 10 bytes
-1 byte thanks to Leo, and a slightly different function
This has an odd probability of 1
!uΣz:NCNİ1
Try it online!
It indexes the sequence:
[1,2,3,5,7,9,11,4,13,15,17,19,21,23,25,27,29,6,31,33]
1 odd, 1 even, 5 odd, 1 even, 9 odd, 1 even, 13 odd...
### Explanation
! Index the following sequence (1-indexed)
u remove duplicates [1,2,3,5,7,9,11,4,13,15...]
Σ Concatenate [1,1,2,3,5,3,7,9,11,4,13..]
z: Zipwith append [[1,1],[2,3,5],[3,7,9,11]..
N Natural numbers
CNİ1 Odd numbers cut into lists of lengths [[1],[3,5],[7,9,11]...]
corresponding to the Natural numbers
f n=n:2*n+1:2*n+3:f(n+2)
(f 0!!)
Implements the example sequence [1,3,2,5,7,4,9,11,6,13,15,8,17,19,10,21,...].
Try it online!
For reference: old version, 34 bytes (-1 byte thanks to @xnor):
(!!)$do e<-[0,2..];[e,2*e+1,2*e+3] Try it online! • Save a paren: (!!)$do ... – xnor Sep 2 '17 at 1:24
# Husk, 8 bytes
!uΣzeİ1N
Try it online!
This implements the example sequence (1,3,2,5,7,4...).
### Explanation
!uΣzeİ1N
ze zip together
İ1 the odd numbers
N with the natural (positive) numbers
Σ flatten the resulting list
u remove duplicates
! index into the obtained sequence with the input
Everybody does Challenge 1, so let's do the other two.
{($_==1)+$_-(-1)**($_%%2)} Try it online! It's just 1 3 2 5 4 7 6... In an even number of terms, there are always 2 more odd numbers than even. In an odd number, 1 more. However this has clearly limit of (n+2)/(2n+2) -> ½. # Perl 6, 70 bytes — Challenge 3 {((1,),(2,4),->@a,@ {@(map(@a[*-1]+2*(*+1),^(4*@a)))}...*).flat[$_-1]}
Try it online!
Admittedly, this is horribly golfed. It indexes a sequence that contains 2⁰ odd numbers, then 2¹ even, then 2² odd, then 2³ even, and so on.
The probability after n such "blocks", if n is odd, is (2⁰+2²+2⁴+...+2ⁿ⁻¹)/(2ⁿ-1). The sum in the numerator is equal to ⅓(4½(n+1) - 1) = ⅓(2n+1 - 1). So the probability after odd number of blocks is ⅔ (in the limit).
If we add one more block (and strike an even count of them n+1), however, we didn't add any odd numbers (numerator stays the same) but there is now (2n+1 - 1) numbers in total. The parentheses cancel and we get the probability of ⅓ (in the limit).
This is apparently supposed to have 2 different cluster points, ⅓ and ⅔, to make sure that the limit doesn't exist, but this doesn't really prove it. My attempt to do a solid, rigorous proof can be found in this Math.SE answer: https://math.stackexchange.com/a/2416990/174637. Bashing mistakes is welcome.
# Perl 6, 39 bytes — The core challenge.
{my$l=$_ div 3;$_%3??2*($_-$l)-1!!2*$l}
Try it online!
Though I posted this answer because of the challenges 2 and 3 which offered a pleasant little mathy puzzle, there is a strict requirement for all answers to contain a solution to the core challenge. Here it is then.
This is the example sequence.
• These are extra challenges. For this to be a valid answer you must supply a solution to the core challenge. A solution to challenge 1 is also a solution to the core challenge, but a solution to challenges 2 or 3 is not. – Peter Taylor Sep 2 '17 at 7:23
• Well, the extra challenges are what's interesting on this question for me. The core challenge is not. But I added some solution anyway. – Ramillies Sep 2 '17 at 11:34
• I asked for a proof that your response to Challenge 3 has no limit in this Math.SE question: math.stackexchange.com/questions/2416053/… – Kevin Sep 4 '17 at 5:05
• @Kevin, thanks for asking. I think I may have confused you. I was quite sure it was OK. The only thing is that I often prove things quite rigorously for myself, just for the peace of mind (because your feet may slip quite easily, esp. when handling infinite objects like this) — and I haven't done it here. That's all what I wanted to say. – Ramillies Sep 4 '17 at 17:33
• @Kevin — so after all, I overcame my laziness (a heroic deed!) and made the proof. I posted it as an answer to your Math.SE question. Hopefully it's OK (doing this kind of work at the night isn't really a good idea :—)). It turned out that it isn't nearly as horrible as I initially thought. – Ramillies Sep 4 '17 at 23:06
# Brain-Flak, 120 bytes
(({})<{{({}[()]<({}(()[{}]))>)}{}({}[({})]<({}<>{}<({}())>)><>)}>)<>({}[()]){{}((<>{}<>[{}]){}[()])<>}{}{(({}){})<>{}}<>
Try it online!
Performs the following function:
This function generates the sequence
2 4 1 6 3 5 7 8 9 11 13 15 17 19 21 10 23 25 27 29...
The function has an odd probability of 1
# R, 82 bytes (Extra challenge 1)
f<-function(n){if(sqrt(n)==floor(sqrt(n))){2*sqrt(n)}else{2*(n-floor(sqrt(n)))-1}}
Try it Online!
If the input is a perfect square, gives an even number. Otherwise, gives an odd number. The perfect squares have natural density 0, which means that this sequence gives odd numbers with probability 1.
• 58 bytes – Giuseppe Sep 6 '17 at 17:28
• 56 bytes – Giuseppe Sep 26 '17 at 15:37
• 53 bytes – Giuseppe Jan 24 '18 at 22:42
# C (gcc), 29 bytes
f(n){return n&3?n+n/2|1:n/2;}
Try it online!
Every fourth number is even:
1 3 5 7 9 11 13 15 17 19 21 23 25 27 29
2 4 6 8 10
# Extra challenge 1, 52 bytes
f(n,i){for(i=0;n>>i/2;i+=2);return n&n-1?2*n-i-1:i;}
Try it online!
Returns 2*(x+1) if n equals 2x and consecutive odd numbers otherwise:
1 3 5 7 9 11 13 15 17 19 21 23 25
2 4 6 8 10
• return n&n-1?2*n-i-1:i; can be return~-n&n?2*n+~i:i for -2. In addition, but return can be n= to save some more bytes. – Kevin Cruijssen Mar 12 '20 at 16:11
# Brain-Flak, 140138 136 bytes
({}<(((()())()()))((<>[()])[()()])>){({}[()]<(({}(({}({}))[({}[{}])]))[({}[{}])]<>(({}(({}({}))[({}[{}])]))[({}[{}])])<>)>)}{}({}<{}{}>)
Try it online!
## Explanation
This performs a similar function to the one suggested in the question.
2 3 1 4 7 5 6 11 9 8 15 13 10 17 15 ...
It works mostly based on a snippet I made to roll the stack for size 3 stacks.
(({}(({}({}))[({}[{}])]))[({}[{}])])
We set up two stacks one with accumulator values (two odd one even) and one with the numbers 4 4 2. Each iteration we roll both stacks and add the top of the left stack to the top of the right stack.
(({}(({}({}))[({}[{}])]))[({}[{}])]<>(({}(({}({}))[({}[{}])]))[({}[{}])])<>)
This will increment each odd number by 4 and the one even number by 2. As we loop through we get a pattern of 2 odd 1 even, with every positive integer being hit. Thus we just loop n times with n being the input. This has an asymptotic probability of 2/3.
# Jelly, 10 bytes
ÆE;0ṭ2/FÆẸ
The probability of odds is 2/3.
Try it online!
### How it works
ÆE;0ṭ2/FÆẸ Main link. Argument: n
ÆE Compute the exponents of n's prime factorization.
;0 Append a 0.
2/ Reduce all pairs by...
ṭ tack, appending the left argument to the right one.
This inverts all non-overlapping pairs of exponents.
F Flatten the result.
ÆẸ Consider the result a prime factorization and compute the corresponding
integer.
# JavaScript, 23 bytes
n=>n/2+n/2%2+(n%4&&n-1)
Output: 1, 3, 5, 2, 7, 9, 11, 4, 13, 15, 17, 6, 19, 21, 23, 8...
• For all n = 4k:
• f(n) = n/2 = 2k
• For all n = 4k + b
• f(n) = n/2 + b/2 + n - 1 = 3/2 * (4k + b) + 1/2 * b - 1 = 6k + 2b - 1
Challenge 2:
n=>n^(n>1)
Output: 1, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14
• n=>n%4?1.5*n|1:n/2 is 5 bytes shorter. – nwellnhof Sep 2 '17 at 16:01
# C, 80 bytes
#define R if(k++==n)return
i,j,k;f(n){for(i=k=1,j=2;;i+=4,j+=2){R i;R i+2;R j;}}
Implementation of the example permutation from the question.
Try it online!
## Batch, 36 bytes
@cmd/cset/an=%1*2,(-~n*!!(n%%3)+n)/3
Implements the sequence given in the question.
## CJam (21 bytes)
{2b_(&!\_,2*\1$~+2b?} Online demo showing the first 32 outputs. This is an anonymous block (function). This is also a solution to challenge 1: the numbers mapped to even numbers are the powers of 2, so the density of even numbers in the first n outputs is lg(n)/n which tends to zero. ### Dissection { e# Declare a block; let's call the input x 2b e# Convert to base 2 _(& e# Copy, pull out first digit (1) and set intersection with rest ! e# Boolean not, so empty set (i.e. power of 2) maps to 1 and non-empty e# to 0 \_,2* e# Take another copy, find its length, and double it \1$~+ e# Take the original base 2 array and append ~(2L) = -2L-1
2b e# Convert from base 2, to get 2x-2L-1
? e# Take the 2L if it was a power of 2, and the 2x-2L-1 otherwise
}
# Perl 40 bytes
$,=$";$i=4;{say$i-3,$i/2,($i+=4)-5;redo}
# Brain-Flueue, 88 bytes
({}<(((<>)[()])[()()])>)<>(((()())()()))<>{({})({})({})({}[()]<({}<>({})<>)>)}{}{}({}){}
Try it online!
## Explanation
This implements the same function as my last answer but uses Brain-Flueue's FIFO model to cut some corners. Here are the first couple terms it generates.
2 3 1 4 7 5 6 11 9 8 15 13 10 17 15 ...
The first part of the code is just a bit of setup, we put 0,-1,-3 on the first stack and 2,4,4 on the second stack. The 2,4,4 will be used to cycle through even and odd numbers just as I did in my Brain-Flak answer.
We then loop n times, each time adding the top of the left stack to the right stack. Since Brain-Flueue uses queues as opposed to stacks the values naturally roll as we touch them preventing the need for extra code.
• What is the difference between Flueue and Flak? – RaviRavioli Jan 24 '18 at 22:16
• @tfbninja Flueue uses a Queue instead of a stack. – Wheat Wizard Jan 24 '18 at 22:36
• but...you're using the bflk interpreter... how do you make it different – RaviRavioli Jan 25 '18 at 0:22
• @tfbninja The -lflueue argument. – Wheat Wizard Jan 25 '18 at 3:15
# Python 2, 46104 55 bytes
lambda n:2*((n-int(n**.5))+.5,n**.5-1)[n!=1>0==n**.5%1]
Try it online!
Misread the question, now properly implemented a function that can be used to generate a sequence instead of one that generates a sequence. Also excluded 0 from the set of possible outputs.
Probability of finding an odd positive integer now converges to 1.
• This should return an number, not a set / list as far as I understood – Mr. Xcoder Sep 1 '17 at 22:59
• Also, this is not a correct permutation, since it contains 0. – Mr. Xcoder Sep 1 '17 at 23:05
• @Mr.Xcoder Thanks for noticing. – Jonathan Frech Sep 2 '17 at 17:52
# Jelly, 9 bytes
Ḥ€’ĖUẎQ⁸ị
Try it online!
Implements 1, 3, 2, 5, 7, 4, 9, 11, 6, ... (probability 2/3).
# 05AB1E, 11 bytes
·ÅÉ₸˜Ù¹<è
Try it online!
# Pyth, 9 bytes
*Fmxd<d4P
You can use this code to verify the ratio of odd numbers up to a certain point. Substitute 10000 with your desired limit (don't set it much higher, because it memory errors).
Km*Fmxk<k4PdS10000clf%T2KlK
The above gives roughly 0.667. The true probability of odd occurrences is 2/3. This approach is an equivalent implementation of Dennis' answer.
# Explanation
*Fmxd<d4P Full program.
P Prime factors.
m Map over ^.
x Bitwise XOR between:
d The current prime factor.
<d4 The integer corresponding to the boolean value of current factor < 4.
*F Product of the list.
# Java 8, 20 bytes
n->n%4>0?n+n/2|1:n/2
Some things I tried myself ended up being a few bytes longer or slightly incorrect..
Implements: 1,3,5,2,7,9,11,4,13,15,17,6,19,21,23,8,25,27,29,10,31,33,35,12,37,...
with a probability of 3/4.
Try it here.
## Lua, 67 53 bytes
Explanation coming when I'm done golfing this :)
This program takes an integer via command-line arguments as input and prints out the nth element of the exemple sequence to STDOUT
n=...print(n%3<1 and n/3*2or n+math.floor(n/3)+n%3-1)
### Explanations
n=... -- shorthand for the argument
print( -- prints out the result of the following ternary
n%3<1 -- if n is divisible by 3
and n/3*2 -- prints out the corresponding even number
or n+math.floor(n/3)+n%3-1) -- else prints out the odd number
The even numbers of this sequence are both the nth even number and the n multiple of 3, hence the formula n%3*2 is sufficient to generate them.
For odd numbers, it's a little bit more tough. Based on the fact that we can find them depending on the current n, we have the following table :
n | 1 2 4 5 7 8 10 11
target | 1 3 5 7 9 11 13 15
target-n| +0 +1 +1 +2 +2 +3 +3 +4
Let's call the value target-n i, we can see that each time n%3==2, i is incremented. There goes our formula :
n+math.floor(n/3)+n%3-1
The odd numbers are based on n on which we add i.
The value of i increments at the same rate as the euclidian division by 3, with an offset. math.floor(n/3) gives us the rate of increment and n%3-1 gives us the offset, making it happens on n%3==2 instead of n%3==0.
• One byte could easily be saved by removing an unnecessary space (...and (n/...). – Jonathan Frech Sep 2 '17 at 17:55
• @JonathanFrech was able to save 2 at this spot by totally removing the parenthesis as and n/3*2or works just as fine – Katenkyo Sep 6 '17 at 17:23
# 05AB1E, 6 bytes
ÒD4‹^P
Port of @Dennis' Jelly answer, so make sure to upvote him!
The probability of odds is therefore also $$\\frac{2}{3}\$$.
Explanation:
Ò # Get the prime factors of the (implicit) input-integer, counting multiplicities
D # Duplicate this list
4‹ # Check for each value whether it's smaller than 4 (1 for 2 and 3; 0 otherwise)
^ # Bitwise-XOR the two lists at the same indices
# (2 becomes 3; 3 becomes 2; everything else remains unchanged)
P # And take the product of this
# (after which the result is output implicitly) | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 12, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6169130206108093, "perplexity": 1077.5373089719367}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243991537.32/warc/CC-MAIN-20210513045934-20210513075934-00006.warc.gz"} |
http://mathhelpforum.com/differential-geometry/110478-prove-sin-x-uniformly-continuous-print.html | # prove sin(x) is uniformly continuous.
Show 40 post(s) from this thread on one page
Page 1 of 2 12 Last
• Oct 25th 2009, 06:36 PM
cgiulz
prove sin(x) is uniformly continuous.
Prove directly from the definition of uniform continuity that $\sin(x)$ is uniformly continuous on $(-\infty,\infty).$
(Hint: a unit circle may help to make an estimation.)
• Oct 25th 2009, 07:01 PM
Krizalid
prove that $|\sin x-\sin y|\le|x-y|$ holds for $x,y\in\mathbb R$ and you're done.
• Oct 25th 2009, 08:45 PM
cgiulz
Anything wrong with this argument?
given $\epsilon,\delta > 0$
$|\sin(x) - \sin(y)| \leq |x - y| < \epsilon = \delta$
• Oct 25th 2009, 08:49 PM
Bruno J.
Double post.
• Oct 25th 2009, 08:51 PM
Bruno J.
$|m-n|\leq |m|-|n|$ is wrong. Take m=0, n=1 for example.
• Oct 25th 2009, 08:53 PM
cgiulz
Quote:
Originally Posted by Bruno J.
$|m-n|\leq |m|-|n|$ is wrong. Take m=0, n=1 for example.
Typo; I was trying to apply the triangle inequality. It is not even necessary anyway. Any thoughts on the edited post?
• Oct 25th 2009, 08:55 PM
Jose27
Since the derivative is bounded, using the mean value theorem you get that the function is uniformly continous.
• Oct 25th 2009, 09:04 PM
redsoxfan325
Quote:
Originally Posted by cgiulz
Prove directly from the definition of uniform continuity that $\sin(x)$ is uniformly continuous on $(-\infty,\infty).$
(Hint: a unit circle may help to make an estimation.)
Here are some tools that will help you.
$|\sin x-\sin y|=\left|2\sin\left(\frac{x-y}{2}\right)\cos\left(\frac{x+y}{2}\right)\right|$
$|\cos\theta|\leq1$ and you can use the unit circle to show that $|\sin\theta|\leq|\theta|$.
Let $\delta=\epsilon$ and don't look back.
• Oct 25th 2009, 09:06 PM
cgiulz
Quote:
Originally Posted by Jose27
Since the derivative is bounded, using the mean value theorem you get that the function is uniformly continous.
Yes, but how can it be done directly from the definition?
• Oct 25th 2009, 09:07 PM
redsoxfan325
Quote:
Originally Posted by Jose27
Since the derivative is bounded, using the mean value theorem you get that the function is uniformly continous.
The only thing is that this requires him to assume $\sin x$ is differentiable and furthermore that it's derivative is $\cos x$. (If they haven't proved that $\sin x$ is continuous yet, it's unlikely they've proved its derivative is $\cos x$.)
• Oct 25th 2009, 09:11 PM
cgiulz
Quote:
Originally Posted by redsoxfan325
The only thing is that this requires him to assume $\sin x$ is differentiable and furthermore that it's derivative is $\cos x$. (If they haven't proved that $\sin x$ is continuous yet, it's unlikely they've proved its derivative is $\cos x$.)
This is true.
Go yanks (Wink)
• Oct 25th 2009, 09:16 PM
redsoxfan325
Quote:
Originally Posted by cgiulz
Go yanks (Wink)
(Angry)
I hope the Phillies can pull it off two years in a row.
• Oct 25th 2009, 09:22 PM
Jose27
You could say that $\sin x$ is unif. cont. in $[0,2 \pi]$ and since it's periodic it's unif. cont. in $\mathbb{R}$
Edit. Apparently I keep avoiding the definition of uniform cont.
• Oct 25th 2009, 09:32 PM
cgiulz
Quote:
Originally Posted by cgiulz
Anything wrong with this argument?
given $\epsilon,\delta > 0$
$|\sin(x) - \sin(y)| \leq |x - y| < \epsilon = \delta$
I think this is correct, is it not?
• Oct 25th 2009, 09:34 PM
redsoxfan325
That is true, yes, but I think you need to show that $|\sin x-\sin y|\leq|x-y|$, not just state it.
Show 40 post(s) from this thread on one page
Page 1 of 2 12 Last | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 28, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9362354278564453, "perplexity": 1309.1156301959566}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 20, "end_threshold": 5, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-43/segments/1508187820466.2/warc/CC-MAIN-20171016214209-20171016234209-00203.warc.gz"} |
https://mail.python.org/pipermail/python-list/2003-December/233428.html | # How to delete this file ???
Peter Hansen peter at engcorp.com
Mon Dec 1 22:57:34 CET 2003
DCK wrote:
>
> Hello again
> Really sorry for long time between me letters. All problem gone, after i've
> used raw string (r"\\path\to\any\file") Really thanks for all answers :)
Note that it's almost always better to use forward slashes instead.
In this case, "//path/to/any/file" would work wonderfully, and is much
Yes, it does work with Windows. The only time it doesn't is when using
command line programs which interpret the forward slash as an option,
and insist on backslashes.
(An unfortunate additional area is that os.path for Windows normalizes
things to use backslashes, and therefore path comparisons can get a little
tricky if you use forward slashes but aren't careful about normalizing
with os.path.normpath() all the time.)
-Peter | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9451194405555725, "perplexity": 9575.024293163917}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-50/segments/1480698540928.63/warc/CC-MAIN-20161202170900-00009-ip-10-31-129-80.ec2.internal.warc.gz"} |
http://mathhelpforum.com/differential-geometry/146114-image-t.html | # Math Help - Image of T
1. ## Image of T
If $H$ is a Hilbert Space and $T:H\rightarrow H$ a bounded operator. Given that $T$ is bounded below $\|Tx\|\geq\delta\|x\|$ for some $\delta>0$ and that $ker(T^*)=0$ show that the image of $im(T)$ of $T$ is closed.
This is a revision question to prove that if an operator is bounded below and the kernel of the adjoint is zero then it is invertible. The question requires that you prove $T$ is bijective. I have proved injective and done most of the surjection proof, I just now need to show that the image of T is equal to the closure of the image of T i.e. $im(T)$ is closed.
I am assuiming that you need to show that the compliment is open somehow, it seems clear that the compliment is the empty set so open and closed. Any help would be great.
2. Originally Posted by ejgmath
If $H$ is a Hilbert Space and $T:H\rightarrow H$ a bounded operator. Given that $T$ is bounded below $\|Tx\|\geq\delta\|x\|$ for some $\delta>0$ and that $ker(T^*)=0$ show that the image of $im(T)$ of $T$ is closed.
(You don't need the information about $\ker(T^*)$ for this part of the question.) If $Tx_n\to y$ then $(Tx_n)$ is a Cauchy sequence. The condition $\|Tx\|\geq\delta\|x\|$ (applied to $x=x_m-x_n$) shows that $(x_n)$ is also Cauchy and therefore converges to a limit z say. Then Tz = y, which shows that y is in im(T). Therefore im(T) is closed. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 24, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9757036566734314, "perplexity": 97.96837805376404}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-35/segments/1408500815756.79/warc/CC-MAIN-20140820021335-00171-ip-10-180-136-8.ec2.internal.warc.gz"} |
http://metar.gr/forum/ni2%2B-electron-configuration-a4ad73 | Learn with Videos. What is the mass of 4.50 L of sunflower oil? Thus, it can either have a tetrahedral geometry or square planar geometry. of protons = 28. The splitting pattern and electron configuration for both isotropic and octahedral ligand fields are compared below. An electron configuration can quickly and simply tell a reader how many electron orbitals an atom has as well as the number of electrons populating each of its orbitals. A good place to start when trying to figure out the electron configuration of an ion is the electron configuration of the neutral parent atom.. Homework Equations Ni : [Ar]4s 2 3d 8 The Attempt at a Solution Ni +: [Ar]4s 1 3d 8 Apparently this solution is wrong and should be Ni +: [Ar]3d 9 but I do not know why. Answer to: 1. … => No. No. 8 min. B: What would be the predicted electron configuration for a Ni2+ ion? Expert Answer 100% (11 ratings) Fe3+ Ni. Electron orbitals are differently-shaped regions around an atom's nucleus where electrons are mathematically likely to be located. 0 2. Need an editable periodic table to edit? The electron configurations diagrams for d1 through d10 with large and small $$\delta$$ are illustrated in the figures below. This trend can be explained based on the properties of the ligands. Materials: Electron Configuration of Nickel (Ni) [Complete, Abbreviated, Uses ... Electron Configuration of Nickel (Ni) [Complete, Abbreviated, Uses ... https://1.bp.blogspot.com/-oTqJKC4GssU/XUXvqhn8GSI/AAAAAAAAf2U/TwlISA_krXso5JRLysBdZBeKI5RLGfJCwCLcBGAs/s320/electron-configuration-of-nickel.webp, https://1.bp.blogspot.com/-oTqJKC4GssU/XUXvqhn8GSI/AAAAAAAAf2U/TwlISA_krXso5JRLysBdZBeKI5RLGfJCwCLcBGAs/s72-c/electron-configuration-of-nickel.webp, https://materials.gelsonluz.com/2019/08/electron-configuration-of-nickel-ni.html. As far as I know 4s has less energy than 3d so, why does one electron promote from 4s to 3d after one ionization? 2 min. Since the configuration of Fe 3+ has five d electrons, we would expect to see five unpaired spins in complexes with Fe. How to find unpaired electrons in electron configuration . It states that the subshells are arranged in increasing order of their n + l value where n is the number of main shell and l is the number of subshell. Doing a question from TBR, I came across an answer that says "Nickel dication (Ni2+) has the electronic configuration ls22s22p63s23p63d8." P5.Q. Nevertheless, check the complete configuration and other interesting facts about Nickel that most people don't know. This is true for [FeF 6] 3-; however, [Fe(CN) 6] 3-only has one unpaired electron, making it a weaker magnet. 1s22s22p63s23p6 1s22s22p63s23p63d6 1s22s22p63s23p64s23d10 1s22s22p63s23p63d8 1s22s22p63s23p64s23d8 what is the ground-state electron configuration of a neutral atom of nickel?-0. *Response times vary by subject and question complexity. A) Write the electron configuration for Ni2+. Groups 13 - 18 are the P block. To write the configuration for the Titanium ions, first we need to write the electron configuration for just Titanium (Ti). Some are hard to memorise (or predict), so what is the electron configuration of an atom of Ni? Electron Configuration Chart for All Elements in the Periodic Table. As the outermost shell is of n=4 so electron will eject out from S orbital so it's configuration … What is the electron configuration for Ni2? dont know what the electron configuration if for: a) N2. C r = 2 4, M n = 2 5, F e = 2 6, N i = 2 8) Pauli's Exclusion Principle. This problem has been solved! => Electronic configuration = (2,8,14,4) But, Ni2+ implies it lost two electrons, => Electronic configuration of Ni2+ = (2,8,14,2). Source(s): https://shorte.im/baARo. . The 2 electrons are taken from the p orbital as it requires less energy to remove 2 electrons. the atomic number of N is 7 so, 7 electrons. All but (II) What is the ground-state electron configuration of the ion Cu2+? Previous question Next question Get more help from Chegg. It comes down to stability of the sub-shell and the orbital. 10XX,52,11XX,17,12XX,7,13XX,4,15XX,16,3XXX,2,40XX,10,41XX,12,43XX,5,44XX,4,46XX,5,47XX,3,48XX,3,5XXX,23,6XXX,3,71XX,1,8XXX,22,92XX,5,93XX,1,94XX,4,98XX,2,ASTM,171,Atomic-Mass,327,Atomic-Number,436,Atomic-Radius,86,Atomic-Symbol,329,Atomic-Volume,94,Boiling-Point,94,CBS,6,Chemical-Elements,100,Chemical-Symbol,217,CMDS,13,Coefficient-of-Thermal-Expansion,85,Covalent-Radius,87,Crystal-Structure,109,CS,17,CVS,3,Density,309,Elastic-Modulus,30,Electrical-Conductivity,79,Electro-Affinity,87,Electron-Configuration,109,Electronegativity,102,Electrons-per-Shell,112,Enthalpy-of-Fusion,93,Enthalpy-of-Vaporization,95,Group-Number,218,HCS,14,Heat-of-Fusion,87,Heat-of-Vaporization,85,HMCS,16,Ionic-Radius,78,Ionization-Energy,102,Ionization-Potential,101,LCS,21,List,201,MCS,17,MDS,14,Melting-Point,96,MS,4,NCMDBS,6,NCMDS,31,NCS,2,NMDS,8,Oxidation-States,104,Period-Number,107,Properties,40,RCLS,1,RCS,16,RRCLS,3,RRCS,4,SAE,201,Site,2,SMS,5,Specific-Gravity,83,Specific-Heat,92,Specific-Weight,1,Tests,2,Thermal-Conductivity,105,Valence-Electrons,98. What is the ground-state electron configuration of Se2-? Note that when writing the electron configuration for an atom like Fe, the 3d is usually written before the 4s. Or [Ar] 3d8 It has a role as a cofactor. The electronic configuration of nickel in its ground state is. 1 s 2 2 s 2 2 p 6 3 s 2 3 p 6 3 d 10 One point is earned for the correct configuration. .) Thus, the electron configuration for an Ni2+ion is 1s22s22p63s23p63d8. Nevertheless, check the complete configuration and other interesting facts about Nickel that most people don't know. Which of the following three sets consist of atoms or ions with the same electron configuration in the ground state? Gelson Luz is a Mechanical Engineer, expert in welding and passionate about materials. Median response time is 34 minutes and may be longer for new subjects. The third ionization energy of bromine is the energy required for which of the following processes? Ni2+: 1s2.2s2 2p6. Fe. D Ni2+ F V Hg2+ A [Kr]4d3 B [Ar]3d5 C [Ar]452 D [Ar]3d8 E [Ar]3d2 F [Xe]4f145d10 G [Ar]3d10 DZn2+ A MO3+ Ev Ti2+ E V3+ This problem has been solved! 3s2 3p6 3d8. Concepts and reason The concept of this question is that the filling of electrons in the shells and subshells of an atom takes place on the basis of Aufbau rule. Ni2+ 6. Correct Electron Configuration for Chromium (Cr) Half-filled and fully filled subshell have got extra stability. brainly.in/question/5057016. Atomic no. C: How many unpaired electrons are there in the observed ground state configuration of a neutral ruthenium (Ru) atom? Thus, the electron configuration for a P3-ion is 1s22s22p63s23p6. Since CN− ion is a strong field ligand, it causes the pairing of unpaired 3d electrons. (At. [Ar] 3d9 [Ar] 4s2 3d7 [Ar] 4s2 3d10 4p1 [Ar] 4s1 3d8 [Ar] 3d9. *a. V5+ *b. Cr3+ *c. Ni2+ *d. Fe3+ 2. B) Write The Electron Configuration For Br−. Copper and silver both have exceptional electron configurations because they both have full d orbitals at the expense of an s orbital. Favourite answer. That means that the d is filled, and the s is partially filled. Correct Electron Configuration for Copper (Cu) There are 118 elements in the periodic table. D: Which group (column) of elements in the d-block has a different ground state distribution of electrons in the outermost s and d-orbitals for neutral atoms of each of its three elements? Ni2+: From Table 2.2, the electron configuration for at atom of nickel is 1s22s22p63s23p63d84s2. The relative energy of the repulsion energy and splitting energy defines the high-spin and low-spin states . This means that a neutral titanium atom will contain #22# protons in its nucleus and #22# electrons surrounding its nucleus. Write the electronic configuration of (i) mn4+, (ii) fe3+ (iii) cr2+ and zn2+ mention the number of unpaired electrons in each case. Show transcribed image text. Write the noble gas configurations of. Each element has a unique atomic structure that is influenced by its electronic configuration, which is the distribution of electrons across different orbitals of an atom. NCERT Solutions for Class 12 Chemistry Chapter 8 the D and F Block Elements is an important study material which has answers to textbook and important questions from the previous year and sample papers and chemistry Class 12 chapter 8 exercise solutions.. Is nickel special? The electron configurations highlighted in red (d 3, low spin d 6, d 8, and d 10) do not exhibit Jahn-Teller distortions. Thank you for watching all the articles on the topic Electron Configuration for Ni, Ni2+, and Ni3+ (Nickel and Nickel Ions).All shares of bluevelvetrestaurant.com are very good. This problem has been solved! Favourite answer. Hund's rule of maximum multiplicity. 1s22s22p63s23p6 1s22s22p63s23p63d6 1s22s22p63s23p64s23d10 1s22s22p63s23p63d8 1s22s22p63s23p64s23d8 Sunflower oil has a density of 0.920 g/mL. 4 Answers. V5+,Cr3+,Ni2+,Fe3+ Determine If The Ion Is Diamagnetic Or Paramagnetic. Papildinformāciju par to, kā mēs izmantojam jūsu informāciju, varat iegūt mūsu Privātuma politikā un Sīkfailu politikā. To write the configuration for the Cobalt ions, first we need to write the electron configuration for just Cobalt (Co). Answer to Give the electron configurations for the following ions: P5+, P3+, Sn4+, Se2+, I+, and Ni2+.. Possible oxidation states are +2,3. (a) Write the complete electron configuration (e.g., 1s2 2s2. Anonymous. See the answer. See the answer. So, its 1s2, 2s2, 2px1, 2py1, 2pz1. This give us the (correct) configuration of: 1s2 2s2 2p6 3s2 3p6 3d5 4s1. The noble gas electron configuration is a type of shortcut to writing out the full electron configuration of an element. CN – will cause pairing of electrons. Therefore we have (still incorrect) 1s 2 2s 2 2p 6 3s 2 3p 6 3d 9 4s 2. A) Write the electron configuration for Ni2+. The +1/2 spin electron shown has a half arrow pointing up where as the -1/2 spin electron is shown as a half arrow pointing down. Ag Happens to be one of the 11 exceptions in the periodic table to the common trends, this happens because Ag it is found more stable at the configuration with 4d^10 5s^1 rather than a 5s^2 4d^9 which is what would be expected. In this video we will write the electron configuration for B 3+, the Boron ion. Ni2+: From Table 2.2, the electron configuration for at atom of nickel is 1s22s22p63s23p63d84s2. Since it has a +2 charge its configuration is the same as Fe (iron). Learn more about electronic configuration and unpaired electrons. See the answer. Mēs un mūsu partneri saglabāsim jūsu ierīcē informāciju un/vai piekļūsim jūsu ierīces informācijai ar sīkfailu un līdzīgu tehnoloģiju starpniecību, lai nodrošinātu jums personalizētas reklāmas un saturu, iegūtu ar reklāmu un saturu saistītus datus, gūtu ieskatu par auditoriju un veiktu produktu izstrādi. Electron configuration of Nickel is [Ar] 3d8 4s2. An atom's electron configuration is a numeric representation of its electron orbitals. Groups 3 - 12 are D block. Ag. In this example, the electron configuration for Ni2+ still kept its 3d8, but lost the 4s2 (became 4s0… Electron configuration was first conceived under the Bohr model of the atom, and it is still common to speak of shells and subshells despite the advances in understanding of the quantum-mechanical nature of electrons.. An electron shell is the set of allowed states that share the same principal quantum number, n (the number before the letter in the orbital label), that electrons may occupy. Electron Configuration For Ag 1. Lv 4. The relative energy of the repulsion energy and splitting energy defines the high-spin and low-spin states . On the other hand d 1, d 2, low spin d 4, low spin d 5, low spin d 7, and d 9, would be expected to exhibit Jhan-Teller distortion. To write the configuration for the Manganese ions, first we need to write the electron configuration for just Manganese (Mn). and the separate Lanthanides, Actinides series being the F block. Electron Configuration and Oxidation States of Nickel. These electronic configurations correspond to a variety of transition metals. The electron configuration of Si is: [Ne] 3s2 3p2. Stability of completely or half filled and exchange energy related to spin of electrons. Considering both weak and strong ligand fields, a Tanabe–Sugano diagram shows the energy splitting of the spectral terms with the increase of the ligand field strength. of Ni is 28. Nickel with an Oxidation State of +2: Ni2+: [Ar] 4s03d8. How is the electron configuration of . Aufbau principle of filling electrons. for Zn2+. ... 4s2 3d3 . Expert Answer 100% (11 ratings) Si2+ is Si with 2 less electrons so the electron configuration is: [Ne] 3s2. Nickel(2+) is a nickel cation in which the nickel carries a double positive charge. Notice that the electron configurations for d 1, d 2, d 3, d 8, d 9, and d 10 are the same no matter what the magnitude of $$\Delta$$. P5.Q. 24 min. Write orbital diagrams for each of these ions. Thus, the electron configuration for an Ni2+ ion is 1s22s22p63s23p63d8. Example Definitions Formulaes. [Ar] 4s^2 3d^6 . Search for "Gelson Luz" in your favorite browser to learn more. Therefore, one of the 4s2 electrons jumps to the 3d5 so that it is half-filled (see video below). Include complete electron configuration, abbreviated electron configuration (nobl gas notation), and orbital notation electron configuration for each ion. This give us the (correct) configuration of: 1s2 2s2 2p6 3s2 3p6 3d5 4s1. n atomic physics and quantum chemistry, the electron configuration is the distribution of electrons of an atom or molecule (or other physical structure) in atomic or molecular orbitals. that is only the electron configuration of nickel, a nickel (II) cation would lose the 2 electrons in the 4s and be 1s2 2s2 2p6 3s2 3p6 3d8 Answer Save. In the case of Nickel the abbreviated electron configuration is [Ar] 3d8 4s2. V5+,Cr3+,Ni2+,Fe3+ This problem has been solved! Maybe add your school logo, work team or anything else to maker your paper look cool? To write the configuration for the Manganese ions, first we need to write the electron configuration for just Manganese (Mn). Thank you for watching all the articles on the topic Electron Configuration for Ni, Ni2+, and Ni3+ (Nickel and Nickel Ions).All shares of bluevelvetrestaurant.com are very good. Special Cases and Exceptions Notating cations: When you’re dealing with cations, it’s very similar to … Correct Electron Configuration for Chromium (Cr) Half-filled and fully filled subshell have got extra stability. of electrons = 28. Electron Configuration. brainly.in/question/4711738 These solutions are easy to understand and are given in a simple way. Relevance. 2.9 (12 pts). Understand the noble gas electron configuration. Ni would be [Ar] 3d8 4s2 and since it has lost 2 electrons to become Ni^2+, the electron config would be [Ar]3d8. Check all that apply: Gd3+ P3+ Ag3+ Pt2+ Cr6+ Ni2+ 1 Answer Chemistry5 years ago. => No. So the full electron configuration for Palladium would start with: 1s 2 2s 2 2p 6 3s 2 3p 6 3d 10 4s 2 4p 6 Then you get to the critical point of deciding whether to fill it in as (4d 8, 5s 2) or (4d 10). Ni is in the +2 oxidation state i.e., in d 8 configuration. what is the ground-state electron configuration of a neutral atom of nickel?-0. => 2 electrons in the first orbit , 8 electrons in the second orbit , 14 electrons in the third orbit and 2 electrons in the fourth orbit. In order to become an ion with a plus two charge, it must lose two electrons—in this case the 4selectrons. Question: A) Write The Electron Configuration For Ni2+. Therefore, one of the 4s2 electrons jumps to the 3d5 so that it is half-filled (see video below). This leads to many more electron configuration states than is the case for the free ion. Which of the following is the correct complete electron configuration notation for Ni2+ ? 1 decade ago. It is diamagnetic in nature due to the unpaired electron. Or simply Ni2+: [Ar] 3d8. Hence V5+ions have the same electron configuration as argon: [V5+] = [Ar] = 1s2 2s2 2p6 view the full answer. Jūs jebkurā brīdī varat mainīt savas izvēles, atverot jūsu privātuma vadīklas. Not found any post match with your request, STEP 2: Click the link on your social network, Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy, How a small number of atoms can be joined and form completely different substances. Get 1:1 help now from expert Chemistry tutors It is a divalent metal cation, a metal cation allergen, a nickel cation and a monoatomic dication. The d electron configuration of C r 2 +, M n 2 +, F e 2 + a n d N i 2 + a r e 3 d 4, 3 d 5, 3 d 6 a n d 3 d 8 respectively. indiavision. Chemistry Q&A Library Which of the following is the correct complete electron configuration notation for Ni2+ ? Write nobel gas configuration for . Nickel Overview Nickel Complete Electron Configuration 1s2 2s2 2p6 3s2 3p6 4 s2 3 d8 Abbreviated Electron Configuration [Ar] 3d8 4s2 Sources Question: Match Each Transition Metal Ion With Its Condensed Ground-state Electron Configuration. The best way to understand this concept is to break the periodic table according to their configuration. Groups 1 and 2 are the S block. Yahoo ir daļa no Verizon Media. 6 years ago. Cu. b) N2^2+ c) N2-d) N2^2-need help thank you. In order to become an ion with a plus two charge, it must lose two electrons—in this case the 4s electrons. Question: A) Write The Electron Configuration For Ni2+. For example, the electron configuration of the neon atom is 1s2 2s2 2p6, using the notation explained below. Lai atļautu Verizon Media un mūsu partneriem veikt savu personas datu apstrādi, atlasiet 'Piekrītu' vai atlasiet 'Pārvaldīt iestatījumus', lai iegūtu papildinformāciju un pārvaldītu savas izvēles. There are 4 CN− ions. B) Write The Electron Configuration For Br−. 1s-2,2s-2,2p-6,3s-2,3p-6,3d-8,4s-2. Give the electron configurations for the following ions: P5+, P3+, Sn4+, Se2+, 1+, and Ni2+. B) Write the electron configuration for Br−. So the electron configuration of Ni2+ is,. 7. Give the electron configurations for the following ions: P5+, P3+, Sn4+, Se2+, 1+, and Ni2+. The periodic table is a tabular display of the chemical elements organized on the basis of their atomic numbers, electron configurations, and chemical properties. Homework Statement Which is the electron configuration of the Ni + ion? The energy of the isotropic field is the same as calculated for the high spin configuration in Example 1: $E_{\text{isotropic field}}= 7 \times 0 + 2P = 2P \nonumber$ 2.9 (12 pts). 5 min. Therefore the Iron electron configuration will be 1s 2 2s 2 2p 6 3s 2 3p 6 4s 2 3d 6. Finding electronic configration of elements. Which one of the following aqua complex will exhibit the minimum paramagnetic behaviour? Electron Configuration . Informācija par jūsu ierīci un interneta savienojumu, tostarp jūsu IP adrese, Pārlūkošanas un meklēšanas darbības Verizon Media tīmekļa vietņu un lietotņu lietošanas laikā. In the case of Nickel the abbreviated electron configuration is [Ar] 3d8 4s2. In this case, titanium, #"Ti"#, is located in period 4, group 4 of the periodic table and has an atomic number of #22#. Include complete electron configuration, abbreviated electron configuration (nobl gas notation), and orbital notation electron configuration for each ion.
Osmanthus Meaning In Flower Language, Certified Medical Coder Resume, Old Warehouse For Sale, Call Of The Guard Lyrics Translation, Sorry For Bombarding You With Emails, Chocolate Labrador Clipart, Forest Food Chain Diagram, House Address In Istanbul, Turkey, Ms100 Study Time, French Open Tennis Bag, Cabbage And Beans Italian, School Improvement Plan Sample Pdf, | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.3666751980781555, "perplexity": 3404.9708098878677}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 5, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703519784.35/warc/CC-MAIN-20210119201033-20210119231033-00709.warc.gz"} |
http://openstudy.com/updates/510153d2e4b0ad57a561fe05 | ## Got Homework?
### Connect with other students for help. It's a free community.
• across
Online now
• laura*
Helped 1,000 students
Online now
• Hero
College Math Guru
Online now
Here's the question you clicked on:
55 members online
• 0 viewing
## Tainted Group Title Medal will be given @nitz Let f(x) = x – 2 and g(x) = 3x + 4. What is f(g(x)) one year ago one year ago Edit Question Delete Cancel Submit
• This Question is Closed
1. I.am.batman
Best Response
You've already chosen the best response.
0
BATMAN
• one year ago
2. ParthKohli
Best Response
You've already chosen the best response.
1
Technically, we're doing\[f(3x + 4) \]Notice that \(f(\color{#C00}{x}) = \color{#C00}{x} - 2\). And so \(f(\color{#C00}{3x + 4}) = \color{#C00}{3x + 4}- 2\)
• one year ago
• Attachments:
## See more questions >>>
##### spraguer (Moderator) 5→ View Detailed Profile
23
• Teamwork 19 Teammate
• Problem Solving 19 Hero
• You have blocked this person.
• ✔ You're a fan Checking fan status...
Thanks for being so helpful in mathematics. If you are getting quality help, make sure you spread the word about OpenStudy. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9939185380935669, "perplexity": 21368.33455424277}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-42/segments/1413510834349.43/warc/CC-MAIN-20141017015354-00079-ip-10-16-133-185.ec2.internal.warc.gz"} |
https://byjus.com/neet/chemical-equilibrium-formulas-for-neet/ | # Chemical Equilibrium Formulas For Neet
When the system consists of more than one substance and the composition of the system does not vary with time, the system is said to be in chemical equilibrium. The chemical composition of a system at equilibrium must be uniform and there should be no net chemical reaction taking place.
## Types of Reaction
1. Reversible reaction
2. Irreversible reaction
## State of Equilibrium
Most of the chemical reactions do not go to completion in a closed system and attain a state of equilibrium.
Another approach comes from kinetics as developed by Guldberg and Waage (1863). Equilibrium is said to have reached in a physical or chemical system when the rate of forward and reverse processes are equal.
At equilibrium,
Rate of forward reaction = Rate of backward reaction
## Law of Chemical Equilibrium or Mass Action
At equilibrium,
rf = rb
Where Kc = kf / kb
Where [ ] is used to indicate “molar concentration”.
## Equilibrium Constant in terms of Partial Pressure
In a gaseous system, we can use partial pressure terms in places of active masses. Thus, for the above gaseous equilibrium,
Where Kp is an equilibrium constant in terms of partial pressure.
## Equilibrium Constant in terms of Mole Fraction
Where Kx is the equilibrium constant in terms of mole fraction.
## Relation between Kp and Kc
Kp = Kc (RT)Δn
where R is gas constant 0.0821 liter.atm/degree/mole and Δn is the total number of molecules of the product – total number of molecules of the reactants.
## Relation between Equilibrium Constant and Standard Free Energy
ΔGo = – RT ln Keq
(or)
ΔGo = – 2.303RT log Keq
## Reaction Quotient (Q)
The reaction quotient has the same algebraic form as Keq but the current concentrations nor specifically the equilibrium concentrations are used in calculations.
The expression for Q is
## Degree of Dissociation
Degree of dissociation (ɑ) = No. of molecules dissociated/Total no.of molecules taken.
Dissociation constant, Kdiss
## Factors affecting Equilibrium
### Le Chatelier’s Principle
If an equilibrium system is subjected to a change of any one of the factors such as temperature, pressure or concentration the equilibrium shifts in the direction that ends the annual effect of that change.
Important conclusions of the principle are
### Pressure change
The increase of pressure of an equilibrium system shifts the equilibrium in the direction in which there is a decrease in volume.
### Temperature change
The increase of temperature favours the reaction which takes place with the absorption of heat. The effect of a decrease in temperature is just the reverse of it.
### Concentration
When a substance is added its active mass increases. Hence the reaction will proceed in the direction in which the increase in active mass is used up.
### Effect of adding an inert gas
At constant volume equilibrium is unaffected. At constant pressure, the volume of the system increases.
## Thermodynamics of Equilibrium
Van’t Hoff Equation =
(or)
Chemical equilibrium is the stage of a reversible reaction at which the active masses of the reactants and the products become constant in the mixture and do not change with time. It is the state of a reversible reaction at which measurable properties like colour, density, pressure and concentration are nearly unchangeable.
Suggested NEET Chemistry articles: | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9548234343528748, "perplexity": 1446.91204622217}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046153860.57/warc/CC-MAIN-20210729140649-20210729170649-00347.warc.gz"} |
http://tex.stackexchange.com/questions/88237/aligned-numerator-and-denominator-in-frac-or-any-other-variant | # Aligned numerator and denominator in \frac or any other variant
Is there a way to align the numerator and the denominator of a fraction? Consider two fractions (from a SIAM paper)
The denominator (k!) is nicely centred in the first fraction. However in the second fraction the brackets in the numerator and the denominator are not aligned. As the exponent of the numerator gets bigger, the misalignment gets worse. In general, the strategy of centring numerator and denominator is correct. However, it would be good to have the option of aligning brackets in specific instances like this.
MWE:
\documentclass[preview]{standalone}
\usepackage{amsmath}
\begin{document}
$\dfrac{(x_i - x)^{N+1}}{(N+1)!}$
\end{document}
-
The numerator and denominator are horizontally centered with respect to one another; this is by far the most common typographic treatment of fractions. – egreg Dec 26 '12 at 16:43
With the mathtools package providing the \mathrlap macro you could do (in the denominator) (N+1)\mathrlap{!}\hphantom{^{N+1}} or, in this simple case, (N+1)^{N+1}\hfill. For the latter already exist a then-abused macro: \cfrac[l]{(x_i - x)^{N+1}}{(N+1)^{N+1}}. – Qrrbrbirlbel Dec 26 '12 at 16:54
@devendra Although I would recommend to use just the default LaTeX style in your case, here are some related questions: How to improve the looks of a fraction?, \frac{1-z^{n+1}}{1-z} doesn't look very good … – Qrrbrbirlbel Dec 26 '12 at 17:01
Related Question: Align denominator of fraction to left. – Peter Grill Dec 26 '12 at 17:07
@devendra: I would recommend not deleting the question (but perhaps others disagree). Am sure others will come up with a similar question in the future (see Related Question I linked to) and if the answer is that is a bad idea to do this that may save them the time to post another question. Knowing what not to do is usually a good thing to know. – Peter Grill Dec 26 '12 at 17:13
As illustrated in the highest-voted answer to Align denominator of fraction to left, \hfill will do the trick.
Here's a macro, \myfrac, that puts the \hfill either in the numerator or the denominator as necessary
\newcommand{\myfrac}[2]{%
\setbox0\hbox{$#1$} % put the numerator in box0
\dimen0=\wd0 % measure box0
\setbox1\hbox{$#2$} % put the denominator in box1
\dimen1=\wd1 % measure box1
\ifdim\wd0<\wd1 % if box0 is narrower than box1
\dfrac{#1\hfill}{#2} % put \hfill in the numerator
\else
\dfrac{#1}{#2\hfill} % otherwise put \hfill in the denominator
\fi
}
Complete MWE
\documentclass{article}
\usepackage{amsmath}
\newcommand{\myfrac}[2]{%
\setbox0\hbox{$#1$} % put the numerator in box0
\dimen0=\wd0 % measure box0
\setbox1\hbox{$#2$} % put the denominator in box1
\dimen1=\wd1 % measure box1
\ifdim\wd0<\wd1 % if box0 is narrower than box1
\dfrac{#1\hfill}{#2} % put \hfill in the numerator
\else
\dfrac{#1}{#2\hfill} % otherwise put \hfill in the denominator
\fi
}
\begin{document}
\begin{itemize}
\item[Original] $\dfrac{(x_i - x)^{N+1}}{(N+1)!}$
\item[Test 1] $\myfrac{(x_i - x)^{N+1}}{(N+1)!}$
\item[Test 2] $\myfrac{(N+1)!}{(x_i - x)^{N+1}}$
\end{itemize}
\end{document}
-
Wouldn't \newcommand{\myfrac}[2]{\dfrac{#1\hfill}{#2\hfill}} produce the same (horrible) output? – egreg Dec 26 '12 at 23:55
@egreg ah, yes, of course :) My code is unnecessarily complicated- thanks for catching :) – cmhughes Dec 27 '12 at 1:54 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9973961710929871, "perplexity": 1931.218978925029}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-49/segments/1416931010938.65/warc/CC-MAIN-20141125155650-00162-ip-10-235-23-156.ec2.internal.warc.gz"} |
https://brilliant.org/problems/sqrt-s-can-ruin-your-lives-2/ | # $$\sqrt{ }$$s Can Ruin Your Lives!
Calculus Level 3
If $$f(1)=1$$ and $$f'(1)=2$$, find the closed form of $$\displaystyle \lim_{x \to 1} \frac{\sqrt{f(x)} - 1}{\sqrt{x} - 1}$$.
Bonus: Evaluate this limit without applying L'Hôpital's Rule. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.994512677192688, "perplexity": 657.2155412681632}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-30/segments/1500549427749.61/warc/CC-MAIN-20170727062229-20170727082229-00259.warc.gz"} |
https://www.gradesaver.com/textbooks/math/algebra/intermediate-algebra-for-college-students-7th-edition/chapter-9-section-9-5-exponential-and-logarithmic-equations-exercise-set-page-726/48 | ## Intermediate Algebra for College Students (7th Edition)
$x=1000$
The given expression involves common logarithm. Common logarithm has a base of $10$. RECALL: $\log_b{x}= y \longrightarrow b^y=x$ Use the rule above with $b=10$ to obtain: $10^3=x \\1000=x$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.5948444604873657, "perplexity": 1423.157213722738}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267156724.6/warc/CC-MAIN-20180921013907-20180921034307-00170.warc.gz"} |
https://arizona.pure.elsevier.com/en/publications/fundamental-limit-of-resolving-two-point-sources-limited-by-an-ar-2 | # Fundamental limit of resolving two point sources limited by an arbitrary point spread function
Ronan Kerviche, Saikat Guha, Amit Ashok
Research output: Contribution to journalArticlepeer-review
## Abstract
Estimating the angular separation between two incoherently radiating monochromatic point sources is a canonical toy problem to quantify spatial resolution in imaging. In recent work, Tsang et al. showed, using a Fisher Information analysis, that Rayleigh’s resolution limit is just an artifact of the conventional wisdom of intensity measurement in the image plane. They showed that the optimal sensitivity of estimating the angle is only a function of the total photons collected during the camera’s integration time but entirely independent of the angular separation itself no matter how small it is, and found the information-optimal mode basis, intensity detection in which achieves the aforesaid performance. We extend the above analysis, which was done for a Gaussian point spread function (PSF) to a hard-aperture pupil proving the information optimality of image-plane sinc-Bessel modes, and generalize the result further to an arbitrary PSF. We obtain new counterintuitive insights on energy vs. information content in spatial modes, and extend the Fisher Information analysis to exact calculations of minimum mean squared error, both for Gaussian and hard aperture pupils.
Original language English (US) Unknown Journal Published - Jan 17 2017
• General | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9716386198997498, "perplexity": 1423.5477756093583}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-10/segments/1614178360853.31/warc/CC-MAIN-20210228115201-20210228145201-00057.warc.gz"} |
http://www.cs.utah.edu/~suresh/web/teaching/accountability-in-data-mining/ | http://www.cs.utah.edu/~suresh
suresh at cs utah edu
Ph: 801 581 8233
Room 3404, School of Computing
50 S. Central Campus Drive,
Salt Lake City, UT 84112.
Wednesdays 1:25-2:45
MEB 3105
## Overview
The fruits of data mining pervade every aspect of our life. We are recommended books and movies; given differential pricing for insurance; screened for potential terror threats; diagnosed with various diseases; and targeted for political advertising. The ability to sift through massive data sets with sophisticated algorithms has resulted in applications with impressive predictive power.
Since the internals of a learning process can be complex and opaque, it is important to verify that the results satisfy the properties claimed by the algorithm. The importance of this goes beyond merely checking the algorithm itself. Validation mechanisms also provide a way for users to demand accountability from authorities who might use the results of mining to affect users in some way (by changing their insurance rates, or even putting them on a terrorism watchlist). As the results of data mining affect more and more of our lives, the more crucial it is that the user be able to validate decisions made on their behalf and that affect them.
This is a broad (and fluid!) topic: we will investigate technical challenges in building a framework for validating data mining outcomes, and we will also make forays into the problem of “explanation”: how does one even “explain” the results of data mining (let alone validate it). Some of the topics we will encounter will include interactive proofs, privacy mechanisms, theories of explanations in science, and homomorphic encryption.
## Class Mechanics
Participants in the seminar will be expected to
• present at least one paper
• read all the assigned readings and participate in class discussions
In addition, each student will prepare notes for one lecture (scribing format will be provided).
## Schedule of Readings
#### Jan 9: Seminar overview.
We will focus our study of accountability in data mining on three aspects: checking if a computation was performed accurately, protecting data from unwarranted access/computations, and attempting to explain the results of data mining. In all of this, our goal will be to understand what the theory offers, how effective it is, and what questions remain to be asked.
• Kevin Slavin’s talk on how algorithms are taking over the world (it also has a transcript).
• Cory Doctorow’s story Human Readable is an engaging tale of what happens when algorithms control all aspects of our world, and how difficult it is to demand accountability for the behavior of machines (note that the story is available as a podcast, or as part of the anthology With a Little Help).
• Databuse: Digital Privacy and the Mosaic, by Benjamin Wittes. On why privacy as a holistic term is not sufficient for our modern digital data needs.
• Your next mayor: a computer, by Will Doig @ Salon.com. A short speculation on cities of the future.
• Six Provocations for big data, by danah boyd and Kate Crawford. Implications of the data revolution for how we think about data, science, knowledge, and ethics.
#### Scribe: Suresh Venkat.
Jan 16: Checking computations: some background.
An overview of the theory of interactive proofs: in brief, how a weak verifier, with some well chosen queries, can verify the results of a much harder computation presented by an all-powerful prover.
Presenter: Amirali Abdullah.
Scribe: John Moeller (notes)
Jan 23: Checking computations: the big-data problem.
In the world of big data, your ability to check a computation is limited even more so by lack of access to all the data. We will look at new research that does verification of a computation even if you can only watch as data streams by.
Presenter: Chenxu Ding
Scribe: Mina Ghashami
Jan 30: Checking computations: a matter of trust.
Resource limits are one problem with verifying computations. Trust is another. Suppose you are trying to get answers from an untrusted server, and also have limited access to a trusted entity. Can you ensure that computations are correct ? We will start with a study of Merkle trees: a key data structure that shows up in this setting, and go onto an exploration of authenticated data structures.
Also look at Section 2 of Charalampos Papamanthou’s Ph.D thesis for a good overview of authenticated data structures and the basic model.
Presenter: Samira Daruki
Feb 6: Checking computations: Outsourcing computation.
In the cloud, no one knows you’re a machine. Or something like that anyway. As we outsource more computations to third parties, how can we check that the computations are being done correctly ?
Presenter: Swetha Machanavajhala
Scribe: Amirali Abdullah
Feb 13: NO class: (Suresh in San Diego)
Feb 20: Protecting your data: Asking hidden queries.
Search engines mine the queries you ask to learn things about you. Can you hide your queries and still get the answers you need ?
Scribe: Samira Daruki
Feb 27: Protecting your data: Computing without revealing your data
In the Millionaire’s Problem, two millionaires want to figure out who has more money without revealing their actual worth to each other. In general, you might have $n$ players that each possess a variable $x_i$, and they wish to compute a function $f(x_1, \ldots, x_n)$ without anyone learning anyone else’s input.
Readings: Chapter 1 from this book.
Presenter: Yan Zheng
Scribe:
Mar 6: NO class: (Suresh in Germany)
Mar 20: Protecting your data: Anonymizing data
Instead of performing computations on hidden data, you can release a modified version of your data. How should you do that, and what guarantees can you enforce on the data ? We look at some traditional statistical notions of privacy preserving data publishing.
Presenter: Parasaran Raman
Scribe: Swetha Machanavajhala
Mar 27: Protecting your data: Differential Privacy
Differential privacy brings cryptographic principles to the problem of data privacy. How does it work ?
Readings: Differential Privacy (Cynthia Dwork), Differential Privacy Survey
Presenter: John Moeller
Scribe: Samira Daruki
Apr 3: Questions on differential privacy
Some of the papers that we came across in our discussions:
Papers on private/secure near neighbor search:
• In the MPC setting, there’s a (not too) large line of work here, most of which bases on the Yao protocols to compute distances in a distributed manner, add up sums, do comparisons, etc.
• The next is the setting where the server is blind to both the data and the user query. http://www.cs.utah.edu/~lifeifei/papers/snnicde.pdf
• And there’s also a setting where the server has to be blind to the query, but is allowed to know the database. (I.e, a map/GPS based system where the user wants to be guaranteed his locational privacy, but the data is publically available.) Here is one of the most cited papers. Usually, it’s based on a suitable spatial transform and Hilbert / space filling curve. http://dl.acm.org/citation.cfm?id=1376631
Graph Privacy:
Privacy and Clustering:
• Multi-Party computation of Clustering: (Analyst gets to look at scrambled data)
• Data owner publishes clustering results Anonymously (Model 3)
Apr 10: Understanding results: Concise explanations.
Occam’s razor expresses the idea that a model used to explain data should be concise. We will briefly review different approaches for achieving conciseness in models (VC-dimension, MDL, sparsity and so on)
Presenter: Scribe:
Apr 17: Understanding results: Explaining recommendations.
Recommendation engines like Netflix and Amazon will often generate “explanations” along with the recommendation. For example, “We think you’ll like this movie because you watched that one”, or “You should buy this because your friends bought things similar to it” and so on. How does one generate good explanations ? what makes an explanation more effective ? We will look at this in the context of recommendation systems.
Presenter: Parasaran Raman
Scribe:
Apr 24: Understanding results: Causality versus correlation.
One of the easiest mistakes in data mining is confusing correlation with causality. But what is causality anyway ? We’ll take a brief look at Judea Pearl’s theory of counterfactuals and how that might lead to better ways of generating hypotheses from a mining process. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.18793563544750214, "perplexity": 2718.325899957894}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-41/segments/1410657133485.50/warc/CC-MAIN-20140914011213-00045-ip-10-196-40-205.us-west-1.compute.internal.warc.gz"} |
https://bibbase.org/network/publication/lande-arnold-themeasurementofselectiononcorrelatedcharacters-1983 | The Measurement of Selection on Correlated Characters. Lande, R. & Arnold, S. J. Evolution, 37(6):1210--1226, 1983. ArticleType: research-article / Full publication date: Nov., 1983 / Copyright © 1983 Society for the Study of Evolution
Multivariate statistical methods are derived for measuring selection solely from observed changes in the distribution of phenotypic characters in a population within a generation. Selective effects are readily detectable in characters that do not change with age, such as meristic traits or adult characters in species with determinate growth. Ontogenetic characters, including allometric growth rates, can be analyzed in longitudinal studies where individuals are followed through time. Following an approach pioneered by Pearson (1903), this analysis helps to reveal the target(s) of selection, and to quantify its intensity, without identifying the selective agent(s). By accounting for indirect selection through correlated characters, separate forces of directional and stabilizing (or disruptive) selection acting directly on each character can be measured. These directional and stabilizing selection coefficients are respectively the parameters that describe the best linear and quadratic approximations to the selective surface of individual fitness as a function of the phenotypic characters. The theory is illustrated by estimating selective forces on morphological characters influencing survival in pentatomid bugs and in house sparrows during severe weather conditions.
@article{lande_measurement_1983,
title = {The {Measurement} of {Selection} on {Correlated} {Characters}},
volume = {37},
issn = {00143820},
url = {http://www.jstor.org/stable/2408842},
abstract = {Multivariate statistical methods are derived for measuring selection solely from observed changes in the distribution of phenotypic characters in a population within a generation. Selective effects are readily detectable in characters that do not change with age, such as meristic traits or adult characters in species with determinate growth. Ontogenetic characters, including allometric growth rates, can be analyzed in longitudinal studies where individuals are followed through time. Following an approach pioneered by Pearson (1903), this analysis helps to reveal the target(s) of selection, and to quantify its intensity, without identifying the selective agent(s). By accounting for indirect selection through correlated characters, separate forces of directional and stabilizing (or disruptive) selection acting directly on each character can be measured. These directional and stabilizing selection coefficients are respectively the parameters that describe the best linear and quadratic approximations to the selective surface of individual fitness as a function of the phenotypic characters. The theory is illustrated by estimating selective forces on morphological characters influencing survival in pentatomid bugs and in house sparrows during severe weather conditions.},
number = {6},
urldate = {2010-09-23TZ},
journal = {Evolution},
author = {Lande, Russell and Arnold, Stevan J.},
year = {1983},
note = {ArticleType: research-article / Full publication date: Nov., 1983 / Copyright © 1983 Society for the Study of Evolution},
pages = {1210--1226}
} | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.41773703694343567, "perplexity": 4474.376598362107}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046154127.53/warc/CC-MAIN-20210731234924-20210801024924-00343.warc.gz"} |
http://mathhelpforum.com/advanced-algebra/158997-proving-intersection-subspace.html | # Math Help - Proving intersection is a subspace
1. ## Proving intersection is a subspace
Let $W_1$ and $W_2$ be two subspaces of a vector space $V$ over the field $\mathbb{F}$. Prove that the intersection of $W_1$ and $W_2$ is a subspace of $V$.
Can someone check my working for this question
Let $x\in W_1, y\in W_1$
Since $W_1$ is a subspace, it is closed under addition and so $x+y\in W_1$
Similarly, let $x\in W_2, y\in W_2$
Since $W_2$ is a subspace, it is closed under addition and so $x+y\in W_2$
$\Rightarrow x+y\in W_1\cap W_2\Rightarrow$ Closure under addition
Let $\lambda\in\mathbb{R}, x\in W_1, W_2$
$\lambda x\in W_1$ since $W_1$ is a subspace
$\lambda x\in W_2$ since $W_2$ is a subspace
Clearly, $\lambda x\in W_1\cap W_2\Rightarrow$ Closure under scalar multiplication
$\Therefore W_1 \cap W_2$ is a subspace of $V$
What about the condition for non-empty? This condition always confuses me. Why is it that the zero vector has to be included for it to be non-empty?
2. Originally Posted by acevipa
Let $W_1$ and $W_2$ be two subspaces of a vector space $V$ over the field $\mathbb{F}$. Prove that the intersection of $W_1$ and $W_2$ is a subspace of $V$.
Can someone check my working for this question
Let $x\in W_1, y\in W_1$
Since $W_1$ is a subspace, it is closed under addition and so $x+y\in W_1$
Similarly, let $x\in W_2, y\in W_2$
Since $W_2$ is a subspace, it is closed under addition and so $x+y\in W_2$
$\Rightarrow x+y\in W_1\cap W_2\Rightarrow$ Closure under addition
Let $\lambda\in\mathbb{R}, x\in W_1, W_2$
$\lambda x\in W_1$ since $W_1$ is a subspace
$\lambda x\in W_2$ since $W_2$ is a subspace
Clearly, $\lambda x\in W_1\cap W_2\Rightarrow$ Closure under scalar multiplication
$\Therefore W_1 \cap W_2$ is a subspace of $V$
What about the condition for non-empty? This condition always confuses me. Why is it that the zero vector has to be included for it to be non-empty?
well, since $\displaystyle W_1$ and $\displaystyle W_2$ are subspaces, they each contain 0. so 0 will be in their intersection, and hence, the intersection is non-empty.
containing zero is important for vector spaces and are hence important for subspaces. so the subspaces must have 0 in them. it is not to say that they have to have 0 to be non-empty per sae, but it is usually easy to verify that the zero vector is in there. so you always check that. and if 0 is not in there, then you're in trouble. you wouldn't have a vector space at all. just some other kind of set.
3. Thanks a lot. I understand that well now. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 46, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.966009259223938, "perplexity": 114.23683313047148}, "config": {"markdown_headings": true, "markdown_code": false, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": false}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-35/segments/1408500816424.18/warc/CC-MAIN-20140820021336-00242-ip-10-180-136-8.ec2.internal.warc.gz"} |
https://math.stackexchange.com/questions/534659/selection-of-dirichlet-parameters | Selection of Dirichlet parameters
Suppose that I have to draw from a Dirichlet distribution a multinomial distribution over three events: $$\theta \sim Dir(\alpha_1, \alpha_2, \alpha_3)$$
If $$\alpha_1 = \alpha_2 = \alpha_3 \land \alpha_1 + \alpha_2 + \alpha_3 >> 3$$ $\theta$ distribution is likely to be an uniform distributioin over the three events.
On the contrary, if: $$\alpha_1 = \alpha_2 = \alpha_3 \land \alpha_1 + \alpha_2 + \alpha_3 < 3$$ $\theta$ is likely to be a multinomial distribution that puts the majority of its mass on one of those three events.
My question is: how should I choose the $\alpha_1, \alpha_2, \alpha_3$ if I want $\theta$ to be a distribution that assigns high probability to two events and low probability to the third one?
In other words, I would like that the three most probable values for $\theta$ are:
• $\theta_1 = 0.5, \theta_2=0.5, \theta_3=0$
• $\theta_1 = 0.5, \theta_2=0, \theta_3=0.5$
• $\theta_1 = 0, \theta_2=0.5, \theta_3=0.5$
Furthermore, is that easy to generalize this to the case in which we have $N>3$ events? | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.9408092498779297, "perplexity": 215.85478460550945}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560627999817.30/warc/CC-MAIN-20190625092324-20190625114324-00352.warc.gz"} |
https://www.vedantu.com/physics/periodic-function | # Periodic Function
View Notes
## What is a Periodic Function?
One can understand periodic function meaning as the motion that occurs repetitively over the course of fixed time intervals. Periodic function examples include rocking a chair, which is a circular motion. In other words, one can also define a periodic function as the motion that returns to its initial position after a fixed duration of time.
### Understanding the Difference Between Periodic and Oscillatory Motion
After going through the periodic function definition, one can easily get confused with oscillatory motion at first glance. But, not all periodic functions are oscillatory at the same time. One of the biggest differences between the two is that, while periodic motions can be repetitive at times, oscillatory motion is only constrained at an equilibrium point.
For better understanding, one can take the example of a bob of a pendulum. It oscillates along its equilibrium position in a periodic manner. During its movement, the displacement takes place from zero to positive to negative passing through its initial position. Such a motion is periodic and oscillatory at the same time. Another aspect of the oscillating motion is Simple Harmonic Motion (SHM), where the restoring force of the periodic motion is directly proportional to that of its displacement.
The Formula for Periodic Function
One can define the periodic function f, along with a non-zero constant in the same case:
f (x+P) = f (x)
The function is applicable for all the values of x in the same domain. While the constant P is termed as the period of a function.
Derivation of Periodic Function Equation
For an oscillating object, its periodic function can be defined as:
f(t) = Acosωt
With the cosine part repeating itself after a certain point of time, it can defined as:
cosθ = cos(θ+2π)
cos(ωt) = cos(ωt+2π) ——(1)
Considering the time period to be T:
f(t) = f(t+T)
Acosωt = Acosω(t+T)
Acosωt = Acos(ωt + ωT) ——(2)
So from equation 1 and 2, we can derive:
ωT = 2π
Thus, T = 2πω
### Time Period of Periodic Function
The time period of the periodic function is given by;
T = 2πω, ω is the angular frequency of the oscillating object.
### Frequency of Periodic Function
We all know that the frequency is given by the total number of oscillations per unit time. For periodic motion, frequency is given by;
F = 1/T;
F = 1/ (2πω);
### Solved Questions
Example 1
State whether a motion can be periodic but not oscillatory or not?
a) True
b) False
Solution
The answer is option A. You can often find motions that are periodic but not oscillatory. For example, a uniform circular motion is a periodic motion, but there is no restoring force being applied on it. So, it is not an oscillatory motion.
Example 2
For a given pendulum, if l is the length of the bob, while its mass is m, and it is moving along the circular arc with angle θ. So if a spherical mass M is placed at the end of the circle, what is the momentum of the sphere gained by the moving bob?
a) Infinity
b) Zero
c) Constant
d) Unity
Solution
The answer is B. The sphere will not attain any momentum through the bob at the end of the circle. This is because, at the end of the circle, the velocity of the bob becomes zero.
Example 3
Let us assume that a 2 kg body is suspended from a stretchable spring. So, if someone pulls down the spring, it is released with an oscillating motion vertically. What is the name of the force that is applied to the body, when the spring passes through its mean position?
a) Force equal to the pull
b) Force equal to the weight of the body
c) Force equal to gravity
d) Conservative force
Solution
The answer is B. It is imperative to understand that at the mean position, the total acceleration of the body is zero. So, the resultant force that is applied by the spring is the same as that of the weight of the body.
FAQ (Frequently Asked Questions)
1. Define SHM (Simple Harmonic Motion) with reference to motion.
Motion can be defined as the type of phenomenon in which a body can change its position within a given time frame. Based on the characteristic of the motion, they can be further divided into different types. Some of the most prominent types of motion include:
• Reciprocating motion
• Linear motion
• Rotary motion
• Oscillating motion
Simple Harmonic Motion or SHM, on the other hand, is a type of oscillating motion. In this type of motion, the total force exerted on the object is actually restoring force. In other words, SHM can be portrayed as periodic motion. In this motion, the object tends to move to and fro along a fixed line. The pendulum of a clock is one of the best examples of simple harmonic motion.
2. Define angular frequency with context to periodic motion.
Angular frequency, mainly represented using the Greek alphabet, ω (Omega), is used for periodic motion. Angular frequency can be defined as the angular displacement that occurs per unit time. In other words, the rate of change of sinusoidal waveform (waveform describing a smooth periodic oscillation) can be defined as angular velocity too. It is mainly expressed in the form of an argument of a sine function.
For example,
y(t) = sin(θ(t)) = sin(ωt) = sin(2πft)
or, ω=2πf
The SI unit of angular frequency is radians per second. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8309762477874756, "perplexity": 477.9881621801939}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703513062.16/warc/CC-MAIN-20210117143625-20210117173625-00418.warc.gz"} |
https://math.stackexchange.com/questions/913893/is-this-statement-meaningful-if-one-of-the-elements-is-undefined | # Is this statement meaningful if one of the elements is undefined?
Am I allowed to say a statement like $\max\left\lbrace a,b\right\rbrace$ if it turns out that the element $b$ is undefined, or simply does not exist? Would the result be $a$, or is the whole statement invalid?
edit: based on the answers I've seen, I think I will have to break my proof into separate cases. I always want to avoid that when possible, but I would rather make sense in what I write.
• The "painting" $\max\{a,b\}$ is not a statement, but an expression. The value of this expression is undefined if one of $a$ or $b$ (supposedly in ${\mathbb R}$) is undefined. Aug 30, 2014 at 14:49
Hint: $$\max\left\lbrace a,b\right\rbrace=\dfrac{a+b+|a-b|}{2}$$
If you don't know $b$ then you can't determine $|a-b|$ and the rest of the formula ;)
• Wonderful answer. Welcome to the community! Aug 30, 2014 at 13:38
• You're very kind, many thanks for the welcome! Aug 30, 2014 at 13:50
The $\text{max}$ operator requires comparison among arguments, or alternatively, requires that the arguments have values which can be used to compute $\operatorname{max}\{a, b\} = \dfrac{a+b+|a-b|}2$. Since we cannot compare an incomparable (since it is undefined) number $b$ with any other number(s), operating on them is rendered meaningless.
It is analogous to asking what $f(x) = x^2$ when evaluated at the undefined value of $b$.
You're "allowed" to say what you like, as long as you can define what it means.
If it's convenient for your proof to define some quantity that's equal to the maximum of $a$ and $b$ except in the cases where $b$ is undefined, in which case it's equal to $a$, then go right ahead.
The only remaining issue is whether you refer to this quantity as $\max\{a,b\}$, or give it some other name. If you're going to use properties of $\max$ that aren't clearly true of your quantity, then it would be wise to give it a different name. For example using $\max\{a,b\} \ge a$ won't cause any problems. Using $\max\{a,b\} \ge b$ might lead you to make errors, since it's not true (or meaningful even) in the cases for which $b$ is undefined.
If one of the elements is $\infty$ or $-\infty$ (as a limit), then you can extend the definition of $max\{a, b\}$ to be meaningful. I can't think of any other instance where it would make sense to use an argument that you would call undefined. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6817096471786499, "perplexity": 160.09445881230914}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656103036077.8/warc/CC-MAIN-20220625160220-20220625190220-00212.warc.gz"} |
http://www.cheatcodes.com/guide/complete-walkthrough-and-hacking-guide-enter-the-matrix-ps2-40531/ | # Complete Walkthrough and Hacking Guide - Guide for Enter the Matrix
Scroll down to read our guide named "Complete Walkthrough and Hacking Guide" for Enter the Matrix on PlayStation 2 (PS2), or click the above links for more cheats.
============================================================
Contents
============================================================
1) Data Log
2) Introduction and Basic Terms
2.2) Special Thanks
3) Drive Content
3.1) A:
3.2) B:
3.3) V:
3.4) Ram:
3.5) Logos:
4) Guide to weapon drops
5) Sparks Training Construct
6) Special Code Information // Secrets
7) Speed guide to open Multiplayer Mode
8) Ghost / Niobe Game Walkthrough
8.1) Post Office
8.2) City Driving
8.3) City Rooftops
8.4) The Airport
8.5) The Aqueduct
8.6) The Sewers
8.7) The Chateau
8.8) Under The City
8.9) The Zen Garden
8.10) The Freeway
8.11) The Power plant
8.12) Chinatown
8.13) The Skyscraper
8.14) Onboard The Logos
9) The Obligatory Legal Bit
(If you want a copy just ask!)
============================================================
1) Data Log
============================================================
16.05.03 Inception Date, This is pretty much final
though. Addition of new codes when available.
20.05.03 Addition of decodes, more secrets etc.
21.05.03 Addition of a complete walkthrough, call me crazy !
Niobe only just now, Ghost update VERY shortly..
??.??.?? Will update when have more
============================================================
2) Introduction and Basic terms
============================================================
Welcome to yet another quick-faq, It started quick as hacking only, I since gave in
to the call and created a complete walkthrough. This FAQ specialises on the
Hacking side of the Matrix, As such does touch on the game itself. Yet now does
hold a full guide for the in-game itself.
This guide is based on the XBOX version, however no doubt it is cross platform.
Enjoy with an open mind.
There are NO details of patches / bugs / fixes regarding the PC version.
No technical support here im afraid..
GAME
------------------------------------------------------------
appear
after a time limit to give you a hand.
* Experiment with different 'states' ie door opening, normal action and they turn
the
knob, run and they elbow barge the door through, use focus and they kick it in.
Try different directions when you fight also ie press throw to throw or use back
and throw to sweep their legs and punch them away (smiths special move..)
This works for Niobe, yet is different for Ghost, characters also have different
moves.
* Try to fight as much as possible to build up focus faster, if you are in a hurry
disarm them as you pass, this will often stop the threat.
* In a firefight make good use of strafe.
* Don't be afraid to waste time, or wait for your character to heal and recooperate
focus. Especially on harder levels, you may need to.
HACKING
------------------------------------------------------------
* BEGINNERS - type HELP then enter, this will then tell you what this
command will do, it will also give an example, if you are not sure just
try. use HELP DIR, this will tell you about DIR and what it does. Now
type DIR to open it in your command prompt bar on the left. Use this
to make life easier and select DIR then what you want to look at
using the command prompt bar also.
* All uppercase wording are commands you can use / write.
If you have ever used DOS or the like this is probably quite straight forward.
Hacking is all about experimentation (and a couple of tricks up your sleeve!).
* Once you have typed a command, it will then be in the left column to use.
this will save typing.
* Always use DIR to explore new drive/ folders when you open them.
Please mail me if you find this guide hard to understand, I have attempted
to make it as simple as possible.
------------------------------------------------------------
2.2) Special Thanks
------------------------------------------------------------
* Larry and Andy Wachoski, for good reason !
* Again thanks to neoseeker.com for inspiration
love you guys !
* My sister for making it possible to see reloaded at the cinema a
day before anyone else in the country !
* All those who have helped me in the past, and those who
have yet to help..
* Thanks to anklecutter for Persephone's phone number !
Thanks to leoking13 for decode information..
An inpressive matrix hack from grandthefteggo, thanks.
More website secrets from Jae, Nick P.and Sinuouser
* I could write anything here,so, if you were not afraid what would you do ?
============================================================
3) Drive Content
============================================================
3.1) A: Drive
------------------------------------------------------------
Folder - dir a:\system
REBOOT
This will reset all that has been achieved. (hacking)
(I don't advise ever using this, as it wipes all your progress, some people
will try to use it to clear cheats / disks etc. however if you have more
than one save with something activated - this will not work. The best
thing, and fastest is to reset the machine itself,)
HELP
This can be used before a command, it will explain its use
CLS
This will clear the screen
This opens up the B: drive, Use password 'GUEST'
Alternatively use FREEMIND or COWBOYCURTIS and receive a
message from Morpheus, use 1-5 to play fragments.
Caution - You can only login once (unless you reboot)
DIR
This will show all folders / files in an area, select using the
command prompt bar on the left.
EXIT
This followed by 'Y' will quit
Use this to open a text file, once they have been found use
the command prompt to select the text you want.
ECHO
Use echo to write a string of words. ie. ECHO [ENTER TEXT]
Folder - dir a:\tools
VIBRATION
Use to make a vibration [1-100] for fun
BEEP
To make notes sequence [1-8] for fun
CHEAT
Enter a cheat code using this command, codes are stored later
in this faq.
Folder - dir\text
NOTEZ.TXT
MANUAL1
Information of portkey technology (use READ)
MANUAL2
crack the codes at the websites : (use READ)
www.thematrix.com - (23631BE6) hidden on this site is
www.danielinstitute.com - leads to an alternate enterthematrix
site, register with Atari to get codes emailed to you.
see secrets section for more..
------------------------------------------------------------
3.2) B: Drive
------------------------------------------------------------
Folder dir\id
list of in game characters that have been seen in game - unseen are locked
Also opened by progression. Use VIEW command :
swata.img Armoured swat
neo.img Neo
abel.img Abel
ajack.img Agent Jackson
ajohn.img Agent Johnson
asmith.img Agent Smith
athomp.img Agent Thompson
axel.img Axel
ballard.img Ballard
bane.img Bane
cain.img Cain
cujo.img Cujo
dman.img Doberman
kmaker.img Key Maker
mero.img Merovingian
morph.img Morpheus
police.img Police
guard.img Guard
seraph.img Seraph
soren.img Soren
sparks.img Sparks
swatst.img Swat standard
swatse.img Sewer swat
swatsn.img Swat sniper
trinity.img Trinity
twins.img Twins
Folder - dir\guns
list of in-game weapons that have been picked up - unused are locked
also unlocked by progression (use VIEW to open)
mp5.img MP-5N
m95snip.img M95 Sniper Rifle
9000s.img 9000 S
92fs.img Beretta 92Fs
380.img .380 Mustang
com.img RO635
infinity.img 1911 .45 cal
m16.img M16 Commando
cross.img Antique Double Crossbow
50ae.img .50AE
18c.img 18C Auto pistol
c4.img Demolition charge
33sg1.img 33SG1 Sniper Rifle
g36.img G36 w/AG36
ump.img UMP
gp25.img GP-25 Chloro-bromo
m240.img M240 Machine gun
mac11.img MAC-11
590shot.img 590 Entry shotgun
sg552.img SG-552 Commando
p229s.img P229s
ssshot.img Street sweeper shotgun
Folder - dir\fmv
list of cutscenes that have been viewed in game - unseen are locked
Alternate character fmv stays locked (use PLAY to view)
0.fmv Opening sequence - 'red or blue'
1.fmv The last transmission - 'reality is a bitch'
2.fmv Axle's dust off - '72 hours'
3.fmv Meeting of captains - 'anything for an entrance'
4.fmv The keymaker - 'bring it to him'
5.fmv GHOST: Persephone - 'back off'
6.fmv NIOBE: Persephone - 'taste of tears'
7.fmv Zion - 'its good to be home'
8.fmv NIOBE: Deadbolt - 'something to eat that requires teeth'
9.fmv GHOST: Trinity joins in - 'sneaky'
10.fmv GHOST: Trinity loses - 'celibacy is hands on job'
11.fmv Seraph and Choices - 'I must apologise'
12.fmv Operator - 'i cant watch this'
13.fmv Hell on the highway - 'go kick his ass'
14.fmv A plan in motion - 'time is always against us'
15.fmv GHOST: Sniper run - 'we should be okay!'
16.fmv Meltdown - 'kaboom?'
17.fmv Broken lines - 'it didnt work'
18.fmv GHOST: Oracle - 'only as a friend'
19.fmv NIOBE : Oracle - 'do i know you?'
20.fmv Smart sentinels - 'when will it end'
21.fmv Closing and teaser trailer
Folder - dir\maps
list of levels that have been played - others locked
Also opened via progression, (use VIEW to check details)
Full details of map use and drops later in faq
B2SW.IMG - Drainage Canal - JXTRR10
B5APN.IMG - North Concourse PNSRZ10
B5APT.IMG - Airport Tunnels - RKHMS10
B3CW.IMG - 2nd Floor West - JDZMT10
B3CS.IMG - Courtyard - ZKHBD10
B6SK.IMG - Skyscraper - RHFTQ10
B6CT.IMG - Warehouse - ZSZQH10
B5PP.IMG - Transformer Field - JDHQL10
B1PO.IMG - 2nd Floor Po Boxes - B1AXXF2
Folder - dir\cars
list of cars in game, unseen are locked
Also opened via progression, (use VIEW to check details)
police.img Chevy Cop Car 2001
fbird.img Pontiac Firebird HO Custom 1967
agents.img Chevrolet Caprice Classic 2001
coupe.img Cadillac Coupe de Ville 1960
swat.img GMC Yukon XL 2001
Folder - dir\tools
tools is locked - enter password
to crack this password enter a 5 digit binary number (zeros / ones)
each attempt will tell you how many are correct and haw many are
in the right place, this is more trial and error than anything.
once you have the correct amount of 0/1's just rearrange them.
VIEW
Use to look at img files on b: drive
VIRTUAL
Enter password FROZENFISH to access, then complete puzzle before
timer runs out if you complete the puzzle as blue, neoblue.bat will run
warning you,(careful.wav) telling you to take the red backdoor. you must
type TRACEKILL before the timer runs out.
complete the red puzzle however and get neored.bat (welcome.wav) you
can now access V: drive
__]__
___/___
/] ]
the correct symbol looks a little like the one above..
TRACEKILL
Use to kill a trace program (if you fail VIRTUAL)..
DROP
This drops weapon in the matrix - use VIEW map to get codes
more details later in faq
PLAY
Use to play unlocked fmv footage
DECODE
Use to get passwords from codes off internet sites / emails etc
------------------------------------------------------------
3.3) V: Drive
------------------------------------------------------------
Folder - dir\tools
ROOTSEARCH
Also opens v:\root folder
DIAL
Use to call a hardline number, secret numbers noted later in faq
Call Trinity on number below for PORTKEY code
Folder - dir\root
MAIL
001 949 555 0112
001 714 555 0187
001 213 555 0142 - Morpheus
001 310 555 0111 - Trinity with code 942
PORTKEY
To use a communications port (enter key number)
use code 942 to gain the CRACKer file on you v: drive
CRACK
Use this and password that trinity gave you - 8RAM
(aghr22m5) to open RAM: Drive
------------------------------------------------------------
3.4) RAM: Drive
------------------------------------------------------------
Folder dir\trinity
TRAINING
To force a training program into the matrix, Use this to
access (*.dsk) files in program folder
HANDSHAKE
This will allow you to talk to sparks, use EMP.exe when he says
Shows your stats for the saved game.. Use this to read (*.bio) files
Folder dir\prog
*.dsk files are kept here for training, more info later in faq
sword.dsk
Folder dir\bio
*.bio files are kept here use READBIO to check information
------------------------------------------------------------
3.5) Logos: Drive
------------------------------------------------------------
Folder dir\sparks
EMP
Sparks has disabled this command
Folder dir\art
This holds preproduction art file (x31 *.img files)
Use VIEW to check them out
============================================================
4) Guide to weapon drops
============================================================
By using the Hacking system it is possible to drop weapons from the construct
directly into the matrix.
It is fairly straight forward -
Firstly use VIEW to check each map, on the bottom right is a code
Now use DROP [enter code here] to activate the change in the matrix
Now quit and save, when you replay a level the bonus weapons will be there.
Note : a DROP will not survive a reset, you will need to hack again.
Map B2SW.IMG - Drainage Canal
Code JXTRR10,
Level Waterway
Weapons Mac 11, SS Shotgun, Grenades
Actual Location Found near the ambush near the end of the area
Map B5APN.IMG - North Concourse
Code PNSRZ10
Level Ghost Only, North point (Airport)
Weapon M240
Actual Location Found on the desk to the right when you see the chopper outside
Map B5APT.IMG - Airport Tunnels
Code RKHMS10
Level Niobe only, Jackson in steam (Airport)
Actual Location Take a right at the junction, then next right then left down the
small opening
Map B3CW.IMG - 2nd Floor West
Code JDZMT10
Level Niobe Only, Persephone room (The Chateau)
Weapons 1911 pistol, SS shotgun, Ump, Entry Shotgun
Actual Location Found in the last left room after Vlad, near end of area
Map B3CS.IMG - Courtyard
Code ZKHBD10
Level Ghost only - Secret Passage 2
Weapon Crossbow, UMP, Entry Shotgun
Actual Location Found at the start of the area
Map B6SK.IMG - Skyscraper
Code RHFTQ10
Level Vertigo (skyscraper)
Weapon .50AE Pistol
Actual Location Found at start straight ahead
Map B6CT.IMG - Warehouse
Code ZSZQH10
Level Hard Line Pursuit (Chinatown)
Actual Location Found at start of area
Map B5PP.IMG - Transformer Field
Code JDHQL10
Level Transformer field
Weapon 18C Auto Pistol, SG-552, G36, Grenades
Actual Location Found Straight ahead at start of area
Map B1PO.IMG - 2nd Floor Po Boxes
Code B1AXXF2
Level Got It! (Post Office)
Weapons Entry Shotgun, MP5
Actual Location Found on the shelf near the Osiris package
============================================================
5) Sparks Training Construct
============================================================
Sparks Training (door one)
------------------------------------------------------------
* Once you complete the game (either character) wait til the end of the credits
a code will be shown for a short period (see below). When you enter this
it will open sparks training construct. From the load screen tap right to enter
this.
* Only one door is open initially. go to the wall and press the left button to start
(red one on the far wall) the first training.
* Pick up weapons from the wall rack and kill swat before they reach the line.
Once you have completed a high score of 20 plus on the training the 2nd door
will be open.
* You can also now take part in the second training. Press the 2nd
button on the right (green).
* Use the sniper rifle to shoot the platform under the feet of the guards, so they
fall, do this for a score of 20 plus. This is the 1st room clear.
Sparks Training (door two)
------------------------------------------------------------
* Now make your way through the second door in the hallway and take out the
swat on the way. Go through the door at the end.
* You will now be in a room with a cage in the centre, Straight ahead you will see
a large metal door - this is to the 2nd training room. (only open once you
complete training two)
* If you take the low door opening to the right. Take out the 2x swat high up on
the level (climb up if you wish)
Continue through to the next room on the right hand side back wall.
In the room of boxes are more swat, like a survival mode they will come from
the 2x side rooms with increasing numbers. When you are bored leave the room.
* In the 2nd training room, through the double metal doors are 2x buttons again.
Press the right red one to start training three.
* Within the time limit kill 20 plus swat guys, this will unlock training four.
This is the easiest just use sweep and keep them at bay.
* Now press the left green button. (training four)
* Training four requires you to knock off as many swats as you can within
the time limit.. in 3 minutes try to sweep then kick swat off the side. Or jump
kicks work well, dont fall off yourself or training is over.
* Complete the final training (20 plus swat) and unlock...?
============================================================
6) Special Code Information / secrets
============================================================
Secret Phone numbers:
------------------------------------------------------------
Persephone's number - 001-949-555-0101 (anklecutter)
Cheat codes (only working ones noted here):
------------------------------------------------------------
Use CHEAT [code here] to activate, repeat to disable cheat.
I don't condone the use of cheats, yet as part of the guide here they are
They are really for replay value i.e Infinite focus, Dont spoil the game for
yourself..
1 3 d 2 c 7 7 f Opens sparks training construct (loading section)
d 5 c 5 5 d 1 e Opens multiplayer mode (loading section)
1 d d f 2 5 5 6 Infinite ammo
0 0 3 4 a f f f All weapons
7 f 4 d f 4 5 1 Infinite health
f f f f f f f 1 Invisibility
6 9 e 5 d 9 e 4 Infinite Focus
7 8 6 7 f 4 4 3 Increased speed for logos
Decode codes:
------------------------------------------------------------
Use DECODE [enter code here] to activate
All these codes DO work, however depending on your progression they may
not be recognised.
H A B X G W T 7 Z R Z C 7 C I R S 7 K E Z I R N L - take your game further
D C A Y O E 7 V D S Z Z C K O - red solution
E C H U M X B I A O E F - swordplay
E A B X M S X A M A 7 E U N G D - virtual drive
I A D Y S F N Y C - sparks
Training files *.dsk:
------------------------------------------------------------
Complete the game with either character to get sword.dsk
once activated this will take the place of throw, caution you cannot kill some
Merovingian as it can also take place of the stake. reset the game itself to
remove the training program.
Websites :
------------------------------------------------------------
atari to get codes emailed to you.
Try entering the site pressing the yellow button in the top right. Click on the
message once the page has loaded and move your cursor to get to the picture
underneath. Select the monitors to get access to pictures / messages from shiny.
Either move the cursor over the squares or click on the boxes to clear them.
www.thematrix.com - another route to whatisthematrix site, if your quick a link
to http//:hackthematrix.warnbros.com can be found, here is a keyboard with
buttons allocated to certain words.
If you select one of these it will ask for a code, using the same code that is on
the
site in the code box will bring up video clips and such like. Dated but fun none
the
les.
Similar to www.whatisthematrix.com near mainframe on the top right is a 'code'
button, just another register ?
High Bandwidth only - Look to the top right of the page, you should see a
yellow round button - this states 'options'. Press it, this will open a panel. To
the right of 'low bandwidth' is a metal square, press this to reveal a green
button. Press this for 'binary access' A large panel will drop with ZION83N6
printed on it, now click on access panel 3 to open it. Use the switches to
enter code 01101111 press enter to get to the Hexidecimal key.
Thanks to grandthefteggo for this one..
Only one code so far:
1010-0011-1011-0001-1010-0100-0010-1000 (A3B1A428)
============================================================
7) Speed Guide to get Multiplayer Mode
============================================================
For any deeper information check the above FAQ..
Type any uppercase
DIR B:\TOOLS, this is locked enter password, see above to decipher
VIRTUAL, password FROZENFISH - complete the red puzzle shape to get
Then CRACK 8RAM, you can know access RAM:
HANDSHAKE, then EMP at Spark's request will shutdown the system with
multiplayer available.
Use the load screen to pick level, keep tapping left to get to multiplayer mode
The Subway Morpheus vs Agent Smith
The Dojo Niobe Vs Trinity
The Pit Seraph Vs Ballard
The Ballroom Niobe Vs Ghost
The Atrium Sewing Woman Vs Janitor
The Alley Firebird man Vs PoliceCar Man ?!
Is there is more to multiplayer - watch the trailer to see niobe vs swat in the
dojo ?!
Just not open yet ? More training ?
MUTLTIPLAYER IS NOT AVAILABLE ON PC VERSION
============================================================
8) Ghost / Niobe Game Walkthrough
============================================================
This guide is based on the level rather than the character as some are repeated
They are in chronological order. If one character only, it will be noted.
In this guide Niobe is the primary character.
------------------------------------------------------------
8.1) The Post Office
------------------------------------------------------------
Weapons :
SMG 9MM
9000s Pistol
92Fs Pistol
18c Auto Pistol
.380 Pistol
Entry Shotgun
MP5
Enemies:
Guards
Police
8.1.1) Closing Time
Fairly straight forward, head straight ahead and take out the guard, keep going and
hit the button for the elevator [cut scene] now turn left to the newly open door.
Take
out the guard here also. Go through the door.
8.1.2) Behind The Scenes
Head straight forward past the lockers and take your right near the end (taking care
of the guard on the way) then turn left, go to the back wall, then right again
towards
the door. Through the door - follow the corridor. watch out for a guard coming up
from behind. Go through the door on the right hand side. Head to your right and
take out the guards here, Go down the bottom end and take a left. All the way
down then left again (clear this area too) then your first right. Now head left all
the
way to the back wall (with a locker on) more guards are here. Now head left to the
locker on the far wall. Go through the opening (another two guards) and dive/kick
through the window on the left side of the corridor. Press the RED button in here
on the right hand side [cut scene]. Go back through the window and head back the
way you came, get to the locker near the green and white brick wall and turn right,
then left through the new opening you made. take out the guard and go to the door
on the far left. Turn to the right after the door and take out the guards. Head
through
the left area past all the computers. On the far left back desk is a MEDIKIT. Go
through the opening to the right and head left down the corridor. Take the last door
on the right. Taking out the guards on the way, follow the wall to the right, then
turn left, head towards the last office cubicle in front of you. Turn left again
before
you enter it (just after the wall) head forwards and take to door on your right
after
the office cubicle. Follow the corridor to the right. Go through the last door on
the
right.
8.1.3) Epicenter
Jump onto the fence cage in front of you and climb over it. Keeping an eye out for
guards, go straight ahead. When you get to the wall at the end turn right, at the
corner turn left and head straight up again. In the next sorting area go to the top
right hand corner, through the gap, go straight ahead to the shuttered door at the
end of the area. Take out the guards on the way. [cut scene].
8.1.4) Unexpected Arrival
The elevator opens to trouble, deal with the police first in this area. Head up and
turn left at the end, take out the police behind the fork lift, this will crash
into the
wall starting a fire (and all the sprinklers). Keep following the corridor to the
left
and left again. Taking care of all the police. On top of a box at the next corner
leading to the right is a MEDIKIT. Follow the right turn and right again through
the
gap. Head all the way forward into the caged area. [cut scene]. You are now high
up, the easiest way is to ignore the police below and focus straight ahead to the
opposite side of the cage entrance (if you do find yourself down below you can
use the caged area wall to climb up) turn to the left and jump along the vent
pipe you are stood on or it will break (if it does break hold focus and grab the
edge)
Keep heading away from the caged area along the right hand side. Get on top of
the room to the right and jump through the skylight.
8.1.5) Redirected
Head through the door in front of you once you take out the police. Make your way
through the caged storage area to the opening on the left hand side. Turn right
and pick up the pistols from the table in front of you. Use your focus and shoot the
police on the other side of the cage. Head round to the left through the next cage
area and turn right after the yellow barriers. Head straight forward. [cut scene].
Head towards the new area straight ahead. Either climb the cage or break through
the office glass to get to the other side. Zig zag your way past all the boxes.
Keep your eye out for police on your way. Run under the low shutter at the end.
NIOBE - Turn left and take out all the police in the next area. Head up the stairs
at
the end and onto the belt. [cut scene]
GHOST - Go through the door on the left, turn right and gp all the way to the end.
Turn left and enter the cubicle. Turn left again and go through the door. To the
left
is a window (another way into this room from the other offices) kill the police in
here. Head right and when you can get over to the left area of the floor. Go
through
the door here, near the yellow barrier. Go back through the caged area and through
the door. There is a MEDIKIT in here, press the red button on the right side then
turn left so your facing back on yourself and take the door at the end of the area.
Take the door to the right.
8.1.6) Backtracking (GHOST ONLY)
Head all the way down the slopes and take out the police, open the door here. Turn
left, you need to head back through the sorting area. Head forward and right at the
first machine, go all the way to the end, as far as you can , then turn right. Now
head to the left hand opening and go through. Turn left again and head through the
area ahead. Get to the back right corner of the room, then climb the fence to the
left. At the bottom of the slopes infront is a door to the right, take it.
8.1.7.) Got It!
The pick up you need is straight ahead in the left most PO BOX. But first if you
have activated the DROP hack pick up all your weapons from the shelf on the
right hand side. A MEDIKIT is here also. When you get to the PO BOX a [cut scene]
will trigger. Head straight ahead past the next column and turn right and run
towards the lift. Take out all the police to open the lift doors. Stay away from
tear
gas for obvious reason. When you emerge from the lift head towards the front
doors of the building. Try to open either one to trigger the shutters. Now enjoy a
lobby type fight. Clear the area of police. If you need a breather hide in the
toilets
on the left hand side of the lobby. When the area is clear head back towards the
lift where a shutter is in the way. Take the door to your right. Go through the next
door ahead then through the opening to the right in the next room. Head up the
stairs and through the door. Then up more stairs and another door. Yes more
stairs and a door at the top. Take them.
8.1.8) Big Distraction
[cut scene] Either make your way down the stairs to ground level, Or if you are
impatient focus jump off the edge. Go straight ahead and turn right. This level is
very linear, just keep going straight anyway you can, taking out all the police on
the way. Finally after getting back through the demolished sorting area, you will
get to a door on your right. Go in and take the stairs. Go through the door at the
top.
8.1.9) Breakout!
Open the door to the left, go through and take out the police that will emerge
from behind you. Straight ahead are a couple of MEDIKITS on the desk. Keep
moving as police will continue to come from behind. Take the other door in this
room. Head through the storage room to the door at the other end. You need
to head around to the left to another door when you enter this area. Use your
focus and RUN as the police will keep re spawning and alot will be shooting at you
,open the door to trigger the [cut scene].
------------------------------------------------------------
8.2) City Driving
------------------------------------------------------------
As Niobe when you drive remember to change your view, although it is more
cinematic the default view is restrictive (good fun though). The chase view
will make life easier for you
8.2.1) Get To The Hardline (NIOBE)
Go straight ahead and through the speed trap ! Stay on the right side of the road
and up the embankment. When the road joins up again get on the left hand side
watch for an overpass above the road, head left of the column holding it up to cut
out for a police car coming out of a right junction, this is the right you need to
take. Keep following the road ahead, keep on the left and turn down the street to
the left after the orange building on the corner. Again follow the road. You will
reach
right and head back the way you came, at the orange building circle round it to
the right through the alley. Now head back towards the roadblock (the secret to
survive is to keep moving) repeat this if you need to until it says roadblock
cleared
8.2.1) Get To The Hardline (GHOST)
As gunner you have two roles, clear the path infront of civilians and take out any
police cars that show up. Apart from that you are along for the ride. Luckily
as Ghost there is no survival section.
------------------------------------------------------------
8.3) City Rooftops
------------------------------------------------------------
KEEP MOVING !
Weapons:
.50AE
Enemies:
Police
Agent
Run straight ahead towards the ladders in the distance, jumping from rooftop to
rooftop. Climb the ladders and continue forward to the next set. Climb them to the
top. [cut scene] Turn left but keep on the right side of the roof, jump to the
on the next building in front of you. Climb up and follow the roof round to the
right.
Get onto the next rooftop (step) and make your way to the top right corner to jump
to the next building, Head straight forward, then right when you get to the wall.
Jump to the next roof and turn left. Take out the two police infront to build up you
focus. Head right over the corrugated, sloped roof. Jump off the end of the roof
to the damaged wooden floor of the next building. You will fall through, from the
level you land on jump across the building to the ledge in front. Make your way
right and jump to the ladder in front. (If you do fall to the lowest level of the
building
go through the opening to the right and follow it round to the opening opposite the
building.
Head to the top left edge of the building you are on and again jump diagonally to
the damaged wood section, Drop to the next level and take out the police. Ignore
the MEDIKIT to the right of the stairs if you can - he is coming. Head up the stairs
and right out the door. Head straight towards the ladder jumping the gap on the way
familiar ?) Climb the ladder to the right (yes the first one) [cut scene].
------------------------------------------------------------
8.4) The Airport
------------------------------------------------------------
New Weapons:
M16
33SG Sniper Rifle
M95 Sniper Rifle
SG - 552
M240 - Get this for Ghost using the DROP hack - think of it as a helicopter buster.
As there are two choppers for you to knock out I suggest conserving ammo for
these encounters.
New Enemies:
Standard Swat
8.4.1) Check In (NIOBE ONLY)
[cut scene] Focus jump straight ahead over the balcony, turn 180 degrees and
head behind the check out to the left hand side.
8.4.2) The Belts (NIOBE ONLY)
[cut scene] Head left and press the GREEN button on the wall to open the shutter,
head through, continue straight to the next button and do the same again. Go
straight forward to the stairs and up to the control room, take out the swat on the
way. Press the RED button in the control room to start the belts. Make sure you
clear the room or the swat will turn the button off when you leave the room. Head
up the stairs on the right side of the room to get some STUN GRENADES. Follow
the walkway and go through the door at the end. Open the next door and take out
the swat guys. Focus run across the walkway, kick the end door through. Go
through the next door, take out the swat ahead and head a little way up the
walkway jump off it onto the first conveyor belt on the right, run with it to the
orange
hole in the wall..
8.4.3) Jackson In Steam (NIOBE ONLY)
Open the door on the right side of the room, Head forward past the pipes, Take out
all the swat, beware of the steam. If you have activated the DROP hack the head
right at the junction, take out the swat on the stairs but carry on. Take the next
right, then the small opening on the left near the end (kill the swat guard) collect
your goodies. Go back to the stairs where you fought the swat, head down them
and go straight ahead, keep going straight ahead at the junction to the centre
core (MEDIKIT down below in the centre). Take the right exit out the area and head
straight forward up the stairs (you should see 3L) turn left at the top of the
stairs
- still taking out all the swat teams that keep coming. Take the 2nd right that
should read 1R - 7R, this is the corridor you need. Follow the corridor left then
right.
8.4.4) Jackson In Steam 2 (NIOBE ONLY)
[cut scene] RUN ! Use focus to get a bit of distance between you and Agent
Jackson, Keep running and follow the tunnel ahead, take out any swat as quick as
possible. Dont take the lower floor passage as it takes time to climb back up, you
also still take damage from above. There is a MEDIKIT at the end of the passage
however. The high walkway seems to have a similar problem. Eventually you will
reach a ladder at the end, climb up it.
8.4.5) Hangars (NIOBE ONLY)
Turn left and run to the far wall, take out the four swat when they come round the
corner Turn right and follow the hangar to the other side. Turn to the right and
look
at the plane. Head towards the front of the plane and climb the scaffolding. At the
top silently strangle the sniper. Jump from the scaffold to the top of the plane and
run towards the tail end. Jump onto the scaffold at this end (MEDIKIT here) and
climb to the top again. Climb up the boxes and jump onto the walkway. Take a
right and open the door on your left. Make your way through the corridor and take
the left door at the end. On the walkway head further left to the yellow ladder.
Climb down and use your sniper rifle (if you have one) to take out the swat, then
activate the lift button (on the right front of the lift) as it lowers, jump to the
wing of
the plane, run along and open the plane door (it is possible to just skip the next
bit
towards the front of the plane. On the left side is another door to exit the plane.
On
the scaffold take out the swat high up, than make your way down to ground level.
Head towards the back of the hanger to make your way to the other side as before,
as before four swat will come round the corner for you. Run along the back of the
hangar to trigger the [cut scene]
8.4.6) The Bowels (NIOBE ONLY)
On this level you can use the Sniper rifle (night vision sight) to make
your way through, Follow the small tunnel and turn right after the door to take
out the swat sniper. Pinch his gun and make your way up the corridor. The next
sniper is just after the second narrow section of corridor, where the corridor
starts
to turn left. The next is just after the next narrow part of corridor. Keep going
until
the next narrow part as 3x swat guys will run towards you. 3x more are behind
them. Keep your distance and stand your ground, or run in and disarm them all.
As you get closer to the stairs 3x more will run down at you, be careful. Remember
to use the walls. At the top of the stairs are 2x guys that will through grenades.
Make you way up. At the top use the left opening (tarmac access) [cut scene]
8.4.7) Catching A Plane (NIOBE ONLY)
[cut scene] Clear the room of swat, use the cover as much as you can. You are
heading to the back right of the room, to a yellow ladder. At the top turn right to
climb up another ladder [cut scene] head through the door on the left. Run over
the walkway then through the next door, shoot from the walkway at the swat below
dont go past the steam. Head left to the ladder and slide down it. Then down the
next. Head towards the plane. [cut scene].
8.4.8) Agent On Board (NIOBE ONLY)
When you start note the button on the right of Axel, head towards the front of the
plane, defeat the swat and make your way round the cargo netting in the middle
of the plane , on the left is the rack with green parachutes on, pick them up.
Head to the back of the plane, on your way are some boxes, on the top is a
MEDIKIT, if you find you need it later. when you get to Axel [cut scene]
Before you do anything press the green button on the left side of the back of the
plane, this will open the rear, now turn around and face the Agent. Make sure
he is never armed, now make you way to the edge of the plane. Use focus to knock
him down, then drop kick him out of the plane. [cut scene]
Note : You will receive a message stating a focus increase bonus, You get this
regardless throughout the game, yet this is the only place it will advise you.
Some people are concerned that if you fall out the plane when you get this
message - it wont show next time. Don't worry you will get it message or not.
8.4.1) Concourse (GHOST ONLY)
Head round to the right to the security desk. clear the area anyway you wish. Now
carry on . Clear the area around gate E1, Go behind the desk for a MEDIKIT. Take
the first left to head through the toilets, take out the swat at the other end.
Follow
the back corridor and go through the male toilets. More swat are waiting at the
other end. Clear the area around gate E2 and again take the first left, this time
through a customs area. Open the door at the end.
8.4.2) North Point (GHOST ONLY)
Head forward through the open door, This is an ideal place for a flashbang if you
have one, either way clear the room. Pick up the stun grenades from the back right
corner. Now head down the small opening on the right hand wall. Throw a grenade
next to the windowed area on the right side. You can now get through. Jump past
the window and clear are E3 of guards. Head all the way to the end and take out
the guards. Take the left opening to lead you to area E4. If you activated the DROP
hack command then your weapon cache is behind the desk in this area. There is
also a MEDIKIT here. Swat will come out of the surrounding areas, take care of
them. Head all the way forward to the next area where the chopper is waiting for
you. Move towards the window.
8.4.3) North Point 2 (GHOST ONLY)
As you face the window there is a monument structure in front of you and two walls
coming inwards on the left and right. Get close to the right hand wall, this will
protect you from the helicopter fire. This boss like others follows a pattern.
First it will strafe left past the window shooting, stay next to the right wall to
avoid
being hit.
At the far left of its run it will turn 180 degrees and start heading back right,
this is
your chance. Use focus to get as much time as possible and get to the window,
open fire with preferable the M240 (DROP hack) if you have it if not then the MP5.
The M240 Will take the chopper down in seconds! If however you are stuck with
the MP5 then you have some work to do. Try to get at least 2 full clips into the
chopper as it heads to the right. Now turn around, If you have any grenades wait
1 second then through them towards the Pentium 4 sign on the wall.
This is the third part, 4x swat guys will fast rope down through the ceiling.
Take them out as best you can, try to keep your focus up by fighting, the grenade
will help. When you have head back to the right hand wall where you started.
The pattern will start again. Repeat this about 3 times to finish it off.
Once the chopper is down, some swat will open the back right side of the room,
take them out and go through. Past gate W4 and through the shop. Take out the
swat at the far end asap while they are in a group. At the far end head up the
stairs
8.4.4) Monorail (GHOST ONLY)
Head up the stairs to the first right. If you look down to the left walkway you will
see a firefight there. Help by taking out the swat and the gate infront of you will
open. Head all the way up the walkway taking out the swat as you go. Head down
the stairs and to the end.
8.4.5) Revolving Restaurant (GHOST ONLY)
[cut scene] Turn around and head up the stairs as you need to initially clear the
area of swat. Make your way to the top, with the swat gone face the bar, then turn
left. If you focus jump straight ahead you will get to the Piano. Stand on top and
turn around. You must fight off the swat from here until the ladders come around
again. [cut scene]
8.4.6) Terminal (GHOST ONLY)
Take out the swat straight ahead, focus jump over the barrier to get to the lower
area. Once you have cleared the area the shutter on the first floor will open. Kill
the
swat that have just entered and go through the new opening. Open the right hand
shutter and make your way to the right. Taking out the swat as you go. Stay on the
right hand side and take the last opening to the left at the end for the escalators.
Turn right and head up them taking out more swat. At the top make your way round
to the right. Head all the way forward taking out the swat and head towards the
open door at the far end of the upper area.
8.4.7) Control Tower (GHOST ONLY)
[cut scene] Head straight forward and silent kill the sniper. Use the sniper rifle
to
clear the stairway below of swat (near the door on the 3rd level), ignore those on
the roof. It will now tell you to make a move downstairs. go. Turn around and take
the yellow stairs. Switch your weapon to take out the swat as you descend. Go
through the open door ahead when you see it. Silent kill the swat on the left of the
balcony. Get back up to the top of the tower again.
8.4.8) Control Tower 2 (GHOST ONLY)
[cut scene] As soon as you get control look left at the plane, zoom right in with
your sniper rifle and use focus to give you time. Now start shooting at the front
wheels of the plane, you are successful when you get a [cut scene] now for a
tough fight. Switch to the best automatic weapon you have. If you still have ammo
for the M240 you are laughing. Get yourself into a corner with the best view of the
control tower you can and keep an eye out for the agent in the chopper. As soon
as he appears slam on focus and keep moving and shooting him (cartwheel etc.)
Repeat this about 3 or 4 times to defeat him (only once though with the M240)
Head down the stairs when you can [cut scene]
------------------------------------------------------------
8.5) The Aqueduct
------------------------------------------------------------
8.5.1) Retrieving Axel (GHOST ONLY)
Ghost gets to drive as well ! This mission is in three parts, due to the driving
physics this can be a little annoying at times though. Other parts are fun.
Go straight ahead down the Aqueduct. If you hit a bump at a bad angle, let of the
acceleration for the landing until you right yourself. Avoid the boxes if you can.
If
the [lane gets too far ahead you will fail the mission, so keep moving.
Dont worry about passing the plane and getting ahead, just keep going forward.
Once Axel has jumped out the plane you can relax for this bit, you can even take
your time on this bit. Stay out of the water and keep making your way forward.
This is where other swat vans will chase you, not too much of a threat. Just keep
your speed up. Keep an eye out for arrows telling you which route to take. ie the
first set of three small yellow arrows will lead you through the gate to the left.
If you
do miss them, just back up and take the route. There are some sharp 90 degree
turns here, try not to break, just release the accelerator and slide round them.
You will reach the final part, chasing after the car. Stay as close as you can.
Just watch them and follow the route they take. Dont be afraid to break and stay
behind them. (Instead of overtaking.) Get to the part where there are two tunnels
splitting the aqueduct and get in one for the [cut scene].
------------------------------------------------------------
8.6) The Sewers
------------------------------------------------------------
New Weapons:
SS Shotgun
Demolition Charges
2x MP5
2x Mac 11
New Enemies:
Sewer Swat
8.6.1) Abyss
Head straight forward along the pipe and follow it round to the right. Jump over the
wall and carry on straight. Keep following it round to the right and climb up the
ladder at the end, again follow the path round to the right and up the slope. At
the
end turn around and climb higher up the slope. Then use the stairs to double-back
again. Climb up onto the generator at the top, then climb the ladder above it. Run
along the ledge then make your way right around the pipe to climb the ladder that
is attached to it. At the top take out the swat nearby, also the ones on the
opposite walkway to help Ballard. Keep making your way along the walkway to the
ladder at the far end. Get your Sniper rifle ready, When you get to the top Ballard
will be under fire again, turn around and use focus to buy yourself some time.
Two snipers are on the highest level on the left walkway, near the part which is
connected to the ceiling. There is also a sniper on the same level as Ballard to
the left again, just round the far corner of the shutter, If your not sure look for
the
bullets to give them away. Now head towards the area where you took out the two
and to the right, past the ladder you will see Ballard, walk towards him.
8.6.2) Abyss 2
[cut scene] Take out your sniper rifle to clear the area, First kill the swat just
near
the phone, then as you face the centre structure a swat is on the far right walkway
and one on the far left. Now looking at the centre aim high to see a sniper on the
top level aiming at you, take him out. Head back and use the phone. [cut scene]
With your new grenades, take out the fan at the end of the walkway and go through
8.6.3) Pumped
Head left down the pipe, then take the last right. Drop down into the area and take
out the swat in the room to the right, go through an make your way round right
again and clear the next room. Head through this one and take the left corridor.
Follow the corridor round and clear out more swat. Stay next to the left wall and
right staying on the top level. Jump the gap straight ahead and keep moving to
drop down the other side, as a few swat are now far behind you. Follow the arrow
to the ladder on your left, climb it and go near the steam to change the objective.
Now turn to your left and make your way back towards the way you came,
towards the swat, jump back over the gap and go straight forward, dropping down
the gap slightly to your left, the caged door infront is now open (under the
generator), head through and down the hole.
Head straight forward and keep to the left wall, past the water. Get to the last
opening on the right, here climb up onto the shelving on the right, and up onto the
ledge, take out the swat nearby. Drop down to the left , near the pipe. Head
forwards through the opening. Take out the swat on the way and turn right and
right again to find a small ledge between walls, climb on this then climb up to
the left hand side. Turn left and look at the RED pipe on the ceiling, that is what
you are following, jump and make you way to the far end of the room. Drop down
to the machine that the pipe is connected to and press the RED button. This will
cut the steam. Make your way back to the beginning of the room, yet take the
right before the end (the other end of the RED pipe leads here, in this room follow
the ladder up. Now go straight forward following the right hand wall round to the
left, get to the hole in the floor.
8.6.4) Ice And Corrupt
Ice and Corrupt are under fire, take out the swat nearby, now follow the ground
level as far as you can to find another swat guy. Ice will tell you to climb up. Now
make your way towards the start, near the first swat guys is a ledge, now on your
right hand side. climb it. If your having trouble put your gun away. Now turn right
and climb onto the small ledge next to the large generator, next climb onto the
generator itself. Turn right and walk along to trigger a small [cut scene]. When
you get up take out any nearby swat and take the left opening next to the
damaged spinning mechanism. head through here taking out any swat in the way
in
for it again. Head left then left again, follow the area round to a small ledge on
the
right, climb this then climb up to the higher level. Right infront of you is a large
spinning mechanism, Take a look at the base which isn't moving, There are 3
pieces of it that stick out, all the same colour orange as the mechanism. Change
to 1st person view and shoot at the first one directly next to your feet. They are
waist height and have little white lights on. When you hit them they will disappear
make you way round and get all three. Now take out any remaining swat while
the mechanism destroys itself. Now facing the mess you have just made turn to
your left, jump into the pipe you have opened.
8.6.5) Waterway
[cut scene] Drop down into the pipe and head left, run up to the swat and silent
kill him, run and follow the pipe further and take out swat number two. Now take
a right and head up the ladder. Go left and over the bridge, take out the swat on
the way, Run and focus jump off the ledge in front to get to the wall on the other
side (this cuts out some of the stairs) now make your way down casually or focus
jump back across to get to the bottom. Follow the path and kill the swat on the
walkway. Slide down the ladder on the left side of the walkway. Now turn 180
degrees and head away from the ladder to the far wall, pick up the flashlight.
(it looks like a gun, but is an add-on, Also a word of warning for those of you who
cheat, you may have difficulty picking it up) now when you have your gun out, it
will
by the ladder back off until it explodes. Take out any swat that come down, go to
1st person and try to take out the ones high up also. Now climb back up the
ladder and carry on. Follow the corridor the pipe on the left, go through that and
follow the swat guy to the right, stay on the upper level. As soon as you see them
throw a grenade to take them all out in one go, now carry on forward to the grate
at the end (drop to the low level) Wurm will wave, wait for him to leave then shoot
the two swat that appear behind him. Now turn around (this can be tough) get back
on the high level using the ladder on your left. If you have used the DROP hack
then check behind the pipe above the grating to the left for your weapons cache.
Now stay on the left side and make your way towards the other far end of the
tunnel, due to the restrictive view of the tunnel, you are either attacking on a
wide
angle (open) or on a tight corner. Take your time, and dont feel bad for hanging
back and recharging (the getaway anyone !?) after each team of swat. When you
get to the far end try to grenade the large group of swat. The tunnel splits in two
at
this end, take the right opening to continue. Focus jump across the broken gap,
then drop down the other side of the pipe.
8.6.6) Waterway 2
If you like take a left and a left, this will take you down to the swat you just
jumped
past and a MEDIKIT. Again make you way along the high left side of the tunnel,
take you last opening on the left. Then right down the stairs, Now take a right,
then
a right and follow the narrow tunnel. Drop into the larger area and take out the
swat
Now head right around the edge of the hole to the far side and slide down the
ladder, more swat for you at the bottom. Go through the only exit to the left. Take
out the lone swat above the plank to the left, then climb up to where he was.
Emerge from the broken pipe and stay next to the right hand wall once you have
cleared away the swat. Keep making you way around the room, once you have
crossed the white pipe, jump and grab hold of the red pipe above, shimmy along
over the water, they will drop automatically so keep moving. When you get to the
ledge drop down into the broken pipe below. Follow it along to a left hand pipe. Go
down this and kill the swat on the left at the bottom. Now travel along the opposite
way. Climb up the ladder. Follow the path all the way to an enclosed room. Take
out the surrounding swat - then go down the hole in the centre.
8.6.7) Breathing Room
Follow the tunnel all the way to its end then take the right hand opening, head
forward until there is an explosion. Now turn right and head forward to take out the
sewer swat, turn right again to head towards the newly opened room, drop down
the hole in the centre. Follow the tunnel again, it will open to absolute chaos.
Grenade happy sewer swat are everywhere, head left up the tunnel on the right
hand side is a grate (up some stairs) with a MEDIKIT behind. Nearby are stairs to
the left - take them, then right up more stairs. Make your way along the next fan
area taking out the swat on the way. When you get to the far side, take the small
tunnel on the right hand side. You will get to another fan area similar to the one
before, make you way to the damaged area up ahead. Either make your way
carefully across the left edge or focus jump the gaps in the middle to get to the
back wall (watch for two swat guys hiding behind the built up walls). Take the
opening on the back left. Make your way through the next room round to the right
again taking out the swat on the way. Take the tunnel at the end and run through,
when it opens up, drop down to the left and take out more swat during your
descent. At the bottom of the area drop down the hole. Then down the next one.
8.6.8) Malachi And Bane
pipe, get onto the ledge and make you way right, after taking out the swat jump
onto the RED pipe above and shimmy along to drop onto the red boxes. Take out
the swat nearby, now head left towards the ladder at the end. Dont climb down
Turn right and focus jump to the platform just left of the pipe. You should land
near
the barrels, now jump diagonally into the pipe itself (through the break in the
railings.) Drop down from the pipe to the next area. Head right through it taking
out
the swat, then right again, Then left and left again to exit the area. Head all the
way
through the pipe.
8.6.9) Malachi And Bane 2
[cut scene] Turn left to see the ladder, go round the far side of it to climb up.
Make sure you have your sniper rifle out. Kill the swat at the top, then shoot the
one opposite. To keep everyone alive use your focus the best you can, swat guys
come from far left, far right and from the top (centre walkway) keep taking them
down asap. I find the M95 Sniper rifle the best as has a faster rate of fire, easier
target. From the left, swat can come in groups of 2x. Kill about each swat about
2-3 times to finish this area [cut scene].
------------------------------------------------------------
8.7) The Chateau
------------------------------------------------------------
New Weapons:
Wooden Stake.
1911 Pistol
UMP
Crossbow
New Enemies:
Cujo
Doberman - to take out the 'vampire' programs here keep attacking until they
are stunned, your character will automatically stake them at this stage.
Experiment with different types of stake moves.
8.7.1) Great Hall (NIOBE AND GHOST)
[cut scene]
Follow the path of the halls left, left then right. [cut scene]
8.7.3) The Attic (NIOBE ONLY)
[cut scene] Head straight forward through the opening, take out the three vamps
opening, take out the vamps on the way but keep going straight until you reach the
far back wall, now turn left, keep going and take your first right, A secret door
will
be open here. Walk through it.
8.7.4) Persephone Bedroom (NIOBE ONLY)
Turn to your right and walk up to the red chest of drawers, Persephone's number is
on here. Now make your way towards the bed and take the white door on the right
nearby. Head all the way through to the room at the end, Pick up the weapons and
make your way back to the bedroom. Take out the two vamps first, Now work your
magic on Vlad. The second white door in the room is now open, take it. Head
through and open the next door infront. Now follow the corridor round to the left,
If you have activated the DROP hack take the last white door on your left. in here
are your goodies and a MEDIKIT. Go back into the hall and take the double doors
at the end. Press the button for the lift (right hand side) and walk in.
8.7.2) West Wing (GHOST ONLY)
Head straight ahead through the room (over the table if you wish) and through the
double doors at the far end. Take out the vamps in the kitchen. Head over to the
left hand opening. Then left again. Take out the vamp that appears in here. Now go
through the door he has opened. Take out the vamps in this room on the right.
head into the elevator to the right of the pool tables.
8.7.3) Atrium (GHOST ONLY)
Go through the door to the right, follow the corridor to the atrium and take out the
vamps here. Head all the way through and take out the next vamp in the next room
Now head through the passage that has opened behind the bookshelf on the left
wall.
8.7.4) Secret Passage (GHOST ONLY)
Head forward and fall through the floor, Go straight ahead and climb the right hand
wall at the end. At the top take out the vamp who comes through the wall. Go
through the opening and climb to the top of the wall infront. Climb up higher, then
drop down into the attic space. Keep fighting vamps on here until the window is
blown open. Keep away from the edges of the room as they catch fire.
Jump through the new opening.
8.7.5) Secret Passage 2 (GHOST ONLY)
If you have activated the DROP hack all the weapons will be by your feet to the
next balcony. Here is a MEDIKIT and two vamps for you. After they are sorted
jump to the next balcon to the right. One more balcony then enter the french
window to the left. Take out the vamp here and use the back right opening. Follow
the corridor and down the stairs to another museum type area. Kill the vamps here
too. Head all the way through and down the next corridor to a third area. Kill
another couple of vamps and take the large opening at the back right side of the
room. Again another area with more vamps, exit using the double doors they came
in from. [cut scene]
8.7.6) Merovingian's Office (NIOBE AND GHOST)
Head down the hall and through the open white door to the right, take out the vamp,
go through the door he came in, turn right down the corridor and open the double
white doors to your right. Run in [cut scene] Take out the vamp that comes in. Now
head back out into the corridor and take the newly opened left white door. Another
vamp will burst in, sort him out then go through the door he opened in front of you.
Take a right up the stairs then turn left, open the door in the corner on your
right.
Run into the cinema and head towards the projector, past all the chairs. Now turn
around and fight the vamps. Head back under the screen to see the two doors you
passed are now open on your left. Go in and run to the door at the end.
8.7.7) Garage Hallway (NIOBE AND GHOST)
Take your first right and silent kill the vamp looking the other way (do you
recognise this place from the film - running keymaker..) take out his mate while
your at it. Make your way to the far end and turn right, get to the door.
Run through the door that opens infront of you
8.7.9) The Dungeon (NIOBE AND GHOST)
[cut scene] Make your way down the spiral staircase (anti clockwise) then turn
right, head through the opening in front. Down the stairs and into the hall. Take
out
the two vamps here, in the far right and left corners are MEDIKITS. Get to the back
of the room to find more stairs leading down. Get into the circle arena to fight
CUJO
When he gets to about half damage he will send a few of vamps at you and shoot
from afar, take these vamps out asap and CUJO will come back for a beating.
Directly opposite where you came in is the exit, climb out of the arena and climb
up into the opening. Make your way up the stairs.
8.7.10) Cain And Abel (NIOBE AND GHOST)
Follow the route of the dungeon, through the gates and onwards [cut scene] open
the door and you will pick up the alternate character, now head out the door and
back the way you came. [cut scene]. As Cain and Abel are werewolf programs
you cannot kill them. Instead attack them to do so damage and force them near
the prisoners in the cells, they will hold onto Cain and Abel. Now pick up your
partner again and make a run back to the start of the level. [cut scene]
------------------------------------------------------------
8.8) Under The City
------------------------------------------------------------
8.8.1) Twins In Pursuit (NIOBE)
Fairly straightforward, keep moving as fast as possible, keep your eye on the
arrow, a sharp left takes you to the exit. [cut scene]
8.8.1) Twins In Pursuit (GHOST)
Only one job on this level, Keep looking ahead and keep the way clear infront.
Shoot any civilian cars ahead to keep the speed up, ignore the twins.
------------------------------------------------------------
8.9) The Zen Gardens
------------------------------------------------------------
8.9.1) Trinity And Ghost (GHOST ONLY!)
Enjoy yourself and fight Trinity.
------------------------------------------------------------
8.10) The Freeway
------------------------------------------------------------
8.10.1) Chase Morpheus (NIOBE)
Same again, keep moving, use ghost whenever agents get close. [cut scene]
more of it, use ghost to clear police out the way.
8.10.2) The Truck (NIOBE)
[cut scene] More driving more police, when you get to the semi, keep it in sight
it will slow down to meet you eventually. [cut scene - best one no less!]
8.10.1) Chase Morpheus (GHOST)
Take out the police ahead until [cut scene] now face backwards and just keep
shooting at the agents to keep them at bay. Take out any police on the way.
You will finally get a [cut scene] and the agents will leave your trail. Now
concentrate your fire forwards at any police that get near. [cut scene] Continue
taking out the police.
8.10.2) The Truck (GHOST)
[cut scene] Keep taking out police again, stay looking ahead.
When you get near the truck, try not to hit civilian cars as debris slows you down
and Niobe will drive round them. Keep going you will eventually reach the truck.
[cut scene]
------------------------------------------------------------
8.11) The Power plant
------------------------------------------------------------
New Weapons:
G36
GP-25 Launcher
New Enemies:
Armoured swat
8.11.1) Reactor Foundation (NIOBE ONLY)
Make your way along the large tunnel, as you reach the door take out the guard.
Clear the next area of guards and make your way to the top right end of the room
Go through the opening and follow it round to the end. Make your way down and
take out all the guards. Head to the far end and take both the ladders up. Turn to
the right and climb up the cage. Head forwards and take out the other guard, at the
end is more cage to climb. At the top wait for ghost to take out the lights. Now go
to the opening and stay close to the left wall, go along the edge then climb up
higher on more cage. At the top, turn right and focus run jump over the gap and
off the edge [cut scene]. Ghost will help, but you must take out the ground swat.
Turn left and start there. Keep going straight and then go right through the opening
Take out the three swat here, hiding behind concrete pillars. Follow it round to the
right, the right again. The ladder you need is on your left hand side. Turn left
and
run across the bridges in front of you. At the end turn left and go to the edge (
there
is a MEDIKIT on the far right of the ledge you stand on). Look at the door on the
ground floor and slightly to the right, Jump down there. Now go through the door /
opening and follow the slope down.
8.11.2) Reactor Foundation 2 (NIOBE ONLY)
Carry on down the slope and turn right, in the next area take a right after
killing the
swat, follow the tunnel area till it opens out to a place with pillars, take out
the swat
behind them. Make your way left through this area, then take the opening on the
right at the bottom. Again follow the passage round until you get to a fluorescent
lit
room. take the left opening out of here and climb up the ladder. Take the right hand
exit out of this area, then immediately turn left, Due to the snipers here get
behind
cover quickly. Now focus run forward along this area between bits of cover and the
snipers on your right wont hit you. Run round to the right then into the left
opening.
Follow the passage again to another sniper area, yep, Focus run again and get
behind cover, take out any swat on your side. Make your way up then left ( behind
a pillar straight ahead is a MEDIKIT if you need it) take the right opening. Follow
this passage way to the exit. The pit area you enter at the other end is full of
swat
for you to take care of. take a left then your first right. There are many ways
through the pit, once you get to high ground you can see them. If you decide to get
to high ground before clearing the area make use of focus run to keep you alive.
There is either a set of ladders take your first right, then right again to see
them.
Or from where you are looking up the pit, there is a rectangle block of concrete on
your left, make your way round it to find a lower part, climb onto that, then onto
the
block itself. You can now either jump left to the ladder area, or right to a
concrete
path that will lead to the end of the pit. Jump from the path to the wooden plank
(slope) when you see it, keep running along the high area and along another plank
to get to the other end of the pit. Head towards the left hand door.
8.11.1) Reactor Construction (GHOST ONLY)
Like Niobe head along the open tunnel roound to the right, as you reach the door
take out the guard. Clear the next area of guards and make your way to the top
right end of the room. Go through the opening and follow it round to the end. Now
round and down, take out the guard here. Cut through the small door opening and
turn left. then right, head over to the far right edge near the caging. The left
part of
the caging is missing so focus jump from here over to the ledge ahead. Head left
past the ladders and focus jump to the left to get to the generator. Press the green
button to get [cut scene]. Now focus jump back to the ledge you came from, to the
far left side of it and grab hold of the ladder, climb up and then up the ladder you
passed earlier. At the top head right, follow the corridor round. [cut scene]
You know need to sniper the snipers ! The first is dead ahead infront just zoom in,
the second zoom out and he is on the walkway just slightly to the right, the third
is
high left on a yellow ledge. The last one is is even higher up and slightly right
above
the third. Niobe now needs covering fire from swat on the ground. Look straight
ahead and down for the first. He runs from left to right, the second is behind the
corner of the wall on the right. They respawn so keep at them.
When you get the all clear head along the ledge to the left. Change your weapon
if you wish and take out the swat here. Climb up the caging to the right. Clear the
swat here at the top and cover Niobe again. Get you and your rifle to the ledge.
Here she makes a run round the far end of the room (right to left) take out the
swat on the far left of the pit, they are on the same level as her. Get to the left
of
the ledge and climb the caging that sticks out when you get the all clear. At the
top head straight along the ledge and climb higher up more metal bars. Run round
to the right and climb up. Make your way over more structure then, make your
way down and to the right. Keep Heading down and take out the swat here. Now
drop down the hole in the floor to the left. Head through the opening behind you
8.11.2) Reactor Construction 2 (GHOST ONLY)
Follow the tunnel through until it open out, if you were cautious you would see the
heads of swat guys over the edge of the inner wall, either focus run round the edge
of the room or take them out as you go. When you get to the other side, follow
more tunnels. Climb up the crates to the top and turn left. Run and focus jump to
the platform ahead. Focus jump again over the gap, now drop down to the right.
Turn around and head through the opening to the right. Follow the tunnels up the
stairs and focus jump right to the crates, focus jump again to the concrete
structure ahead. Jump from structure to structure, forward then right at the end,
stay on the right side and jump into the opening on the right where the ladder
and stop behind the last pillar in the centre, use this for cover, pop out with
focus
to take out the four swat high up. Climb up the crates and to where they were.
Head forward and drop down to the lower level, take out the swat there. Follow the
area round to the right.
8.11.3) Nuclear Shipping
[cut scene] NIOBE from inside the control room - take the right exit, then turn
left
and make your way to the shutters, the top left (left of shutter one is the door)
[cut scene] GHOST from outside the control room - head to the end of the building
to the left and look left to the container in the middle of the area, head towards
the
rear of it and climb up onto the small container, now jump up onto the large
container itself. Make your way towards the front and silent kill the sniper on top.
Now head towards the exit door - the far left shutter one is just right of the door.
Go through the door, Now focus run right across the room, disarm any swat on the
ground level and stay near cover. Kick the door at the far end open.
8.11.4) Transformer Field
If you have activated the DROP hack the weapons cache will be directly infront of
you. When you get through the door, the next area has a large structure in the
centre, head towards it and use the stairs that circle the outside to get to the
top.
Take out the few swat on the way. At the top press the green button to get a [cut
scene] and the Chloro-bromo launcher (be careful with this one!) Now dont be
tempted to just jump over the barrier, its fun but you die. Take the long way, at
least at first and go down the walkway. Run down halfway then dive off at the
corner - the swat will be straight ahead. Use your new toy, at this distance you
will
be fine. Now turn to your right to the open doorway and make your way over there.
Head round the structure and straight ahead to a couple of swat, take them out
then turn right and run up the corridor. Ignore the room on the right, just keep
going
8.11.5) Transformer Field 2
I wont bore you with this level, it is lay'ed out quite linear, just make your way
through, taking out all the armoured swat (who refuse to die) on the way.
At the first junction you get to the arrow will tell you to go left, There is
nothing to
the right. Be careful in the area full of pillars, they hide everywhere. Shortly
after
is a left turn although the arrow states to go straight, there are a couple of swat
here and a MEDIKIT. The next Junction is a reverse, the arrow says left, but you
can carry straight on, straight is a swat and another MEDIKIT.
When you get to the end, climb up the ladder. [cut scene]
8.11.6) Generator Turbine (NIOBE ONLY)
Stay on the high beam an follow it round to the left, then right, Focus jump to the
roof of the control tower, now climb the ladder infront of you up the side of the
generator. There is another ladder infront of you, slide down that one. Run
backwards down the stairs directly behind you. (This is the fastest way, there are
many ways to do this level however. ie drop down and silent kill the sniper, use his
rifle to clear the control room, then jump left and take the walkway round to the
control room) [cut scene] from facing the controls turn left and take that route
down lower, take out the swat here. Pick up any weapons / ammo from this
floor that you need then take the right hand door. Turn left and run to the door
straight ahead on the other side of the room. Make your way through both areas
and come out into a corridor, turn right and run up that way. Take the last door on
the left. Follow it round to the right , just keep going.
8.11.7) Generator Turbine 2 (NIOBE ONLY)
Go through the door nearby [cut scene] now head round to the right, (in the office
here is a MEDIKIT) Keep going all the way down, when you get past reactor 2 (the
door number on the left) the next office has a MEDIKIT. Carry on and enter door 1
Keep going through all the doors until you get to a ladder, climb it. Follow the
gantry round and climb the next ladder. One final short ladder for you then plant
the bomb. Take out the swat that drop in and slide down the ladder. Make your
way over the other side of the walkway and down the slopes. Jump over to door 2
when you can. Go through the doors and take out the swat, then climb the ladder
over on the left. Follow the walkway to door 3, carry on the walkways to get to the
highest area. Focus jump to the central area when you have taken out the swat.
Slide down the ladder infront, turn around and go through door 4. Some choice
now, take the middle walkway and run for the door at the far end. After door 5 make
your way to the top area and into the middle again, clear out the swat and climb
down the ladder infront of you. Make you way down the final walkway and through
the doors, keep going for a [cut scene]
8.11.8) Core Control (NIOBE ONLY)
[cut scene]
8.11.9) The Core (NIOBE ONLY)
Make your way right along the walkway, Keep going all the way round until you get
to the stairs leading down, keep taking out the swat as you go. Keep going til more
stairs, then you will find the walkway leads to the centre core, start making your
way back up the inner walkway, climb the ladders when you reach them. Follow
the gantry to the right, and up the stairs. Keep moving and taking out swat (a lot
I know) more stairs will lead you higher. Take the next set of stairs when you can.
Run along the last bit of walkway..well done.
8.11.6) Nuclear Waste Sector (GHOST ONLY)
[cut scene] Head straight forward into the first room and take out the swat, watch
out for the flammable tanks, use them to take out swat, but make sure you are no
where near. Continue to the wide doors on the other side of the room. Go through
the small area ahead, then through another set of wide doors. The next area again
is full of tanks and swat, take out the tanks on your way round to clear the swat
with the fire as they hide round objects. In the glass area on the high right is a
MEDIKIT. Another set of wide doors at the end, take these through another small
area, take out the swat here then move on. Another large room, use the tanks
again and make your way around the right side, climb up onto the black walkway
on the right and over to the wide doors to exit. Head through the last small area
8.11.7) Nuclear Waste Sector (GHOST ONLY)
Go through the doors in front. Go through the next large area, similar to one before
use the tanks again, work your way through and take out more swat, again through
a wide door to a smaller area, Get through this one and open the door. In the next
area climb up onto the computer units straight ahead and drop over them to the
walkway. Again use the tanks to make life easier. Clear the swat and get through
the far door. Yep another smaller area here for cleaning, take care of the swat and
walkway, again use the tanks to take down the swat. At the end of the walkway
walkway all the way left for a MEDIKIT. Take the door ahead to move on. Another
smaller area, then after the door a big firefight for you. Take the ladder to the
left,
at the top shoot the tanks in the back wall. The run round to the right, up the
small
stairs taking out the swat as you go. Shoot the far tanks on the right to clear the
room. [cut scene]
8.11.8) Core Control Room (GHOST ONLY)
[cut scene] Another sniper section for you, First sniper is just right of the
central
core, look for a piece of walkway that is just and end. due to the colours you may
need to zoom a little to see them. Second one is directly ahead and down, look
at the piece of walkway that is left of the stairs. Finally is a guy over on the
left, he
is on the walkway just near the door on the left hand side. Now turn around and
head towards the opening behind you, throw in a grenade as soon as you see a
swat guy and use the wall for cover. This should take care of them, if not pop in
the
room and finish the remainder. Niobe will need help again so run back. Niobe is
making a move from the very right, upwards on a walkway. Swat are heading from
the top right of the screen (watch for their bullets). One is on the same level as
Niobe, a second is where you shot the first guy, on a small part of gantry below,
a third is below him on another similar piece of gantry. Again turn around and take
on the swat team. If you need focus go in and fight them / waste time. Afterwards
again Niobe needs cover. This time she is on the left, Use bullets and focus to find
them, they are on the right walkway across from the door. For the last time swat
will come in the control room. Clear the room. [cut scene]
8.11.9) Core Control Room 2 (GHOST ONLY)
Take out more swat from the room and stay away from the tear gas. Make sure
you damage the computer servers in the centre of the room. Head down the
stairs (left or right side of the room) and clear the swat away. MEDIKIT here in the
centre. An agent will appear. Head back upstairs. Use focus and hit the agent
into a damaged server. [cut scene].
8.11.10) Agent Escape (NIOBE ONLY)
[cut scene] Go straight forward and into the vents ahead. drop down the shaft [cut
scene] take out the swat, turn around and run straight forward. Head towards the
shutter / elevator at the far end. Turn around again and run the opposite way when
the elevator stops. Focus run to avoid explosions and dive at the window at the end
------------------------------------------------------------
8.12) Chinatown
------------------------------------------------------------
New weapons:
2x .50AE
New Enemies :
Agent Smith
Seraph ?!
Information :
There is more than one path through many of these levels, some are similar, some
more diverse. If you find a better / faster way through - mail me.
8.12.1) Seraph's Tea House
[cut scene] Fight against Seraph, at about a quarter energy left you will win
You will go to the skyscraper next before returning to Chinatown.
8.12.2) Smiths Trap
Turn around and open the door, turn right and right again, head down the stairs.
Keep turning right and going down stairs until you see the red door infront of you.
Open this to get to the street. Run right to the bottom of the alley, then turn
left.
Keep going straight ahead, there is a slight bend in the next alley. Get to the end
then take a left, then right then a left, run all the way down here. turn left and
run
some more. At the end a quick right then left. You will see a white door ahead.
Go through another like it then turn right, keep running straight, you will see an
agent appear ahead and a red door open on your right, take the red door. Open the
next one that follows it, now run to the base of the stairs and get up them. Climb
to the top of the building. Now turn left and drop off the other side.
8.12.3) On Foot
Drop down to the street and run left, go round the obstacles but keep going
straight, at the end turn right down the alley, turn right again and go down the
stairs, follow the tunnel. When you get up the stairs at the other end run to the
back of the police car and get the grenades, kill the police on the way. This will
change the objective. Run to the right, then left at the end and through the red
door
, then the 2nd red door. Run right and take out the cops on the way. Go through
another red door at the end of the passageway. Run right through the tire shop and
take the white door on the right. Now run left up the street until you can take a
right
run all the way. Past the agent and take your next left. Get to the fire escape on
the left of the street and climb up to the very top. Open the door at the top, then
the white door infront. Turn to your right and open the door you see there.
8.12.4) Hard Line Pursuit
If you have activated the DROP hack command, your weapons will be by your feet,
Run ahead and right down the stairs, turn right and drop down the hole under the
barrel, take the red door out of the room. Run right along the street then left,
take
out the police here. Keep running until you get to the phonebox. You will see a
swat setting a demo charge here - so keep moving. Run towards the swat van,
dodging bullets, it will explode so take the ladder nearby on the left hand side. At
the top you can get a grenade launcher if you don't have one already. Run to the
right, use the grenade launcher to get the agent out the way if you wish, but jump
off the edge to ground level - yet keep running in the same direction. Turn left at
the
end. Run all the way down and to the right hand side, keep on the right and follow
the wall when you get to the waterfront. Stay on the right and jump / climb the
boxes to get past the fence. Cut through the alley up ahead. Turn right then left
then climb up and jump over the fence.
Go through the door to the left to enter the slaughter house. Head right up the
stairs, then left up more stairs. Turn right and run to the back red door, past the
agent. Outside turn right and run along the waterfront again. Focus jump forward
off the edge, keep moving forward, jump the wall and run right. Get to the end and
run left down the alley, then left again when you can. At the barrels go through the
opening to the left, head right through the fish house, take the right opening to
get
out of there. Turn left and run straight ahead, after the small bridge run right
towards the building. Kick the green door in on the left.
8.12.6) The Church
Run up the stairs ahead, go straight forward on this floor to the end, then turn
right
to the stairs, right again up another set, then another. Now turn right and go
straight to the end, then left through the narrow passage, then left again. Finally
right up some more stairs. At the top turn right and focus run left towards the next
building, focus jump the gap and stay on the left side of the building, run all the
way round the building to the otherside. Where there is another plank, jump to the
next building (i find focus jumping quicker and more fun than running along the
planks) again make your way around it, then drop down the other side, now focus
through the damaged building in front. Come out the other side and jump more
planks.Take a small left then right and go through another run down building. Jump
across two more gaps to get to the red door at the end. Go in another small left
then right will take you a corridor where you can see an opening. Take the left
passage and run up the stairs (although for a bit of flair you can get to the
opening
and climb up. Now focus jump up to the next building. Using the surrounding
buildings focus jump back to a point higher up on the stairs!) At the top make your
run to the right towards the wooden steps at the end. [cut scene]
------------------------------------------------------------
8.13) The Skyscraper
------------------------------------------------------------
8.13.1) Vertigo
Move ! Turn right and make your right again (if you activated the DROP hack then
all the weapons you gained will be here), following the line of the corridor, leap
over the crate in front and head towards the opening ahead. Turn left slightly to
get
through the next opening, then jump and climb up the crates to get right. Jump off
the top of the crates to get left round the barriers, go past the barrel and make
your
way right round the edge of the office. Turn right and cut through the room, now
turn left at the end to continue. When the agent appears infront, dive left through
the window and open the door. Run right up the stairs, turn left and jump out the
window onto the scaffold. Run alongside the building, past the agent shooting out
the windows, keep running until you see the caution sign, focus jump through this.
Keep running along the wooden planks round the building. An agent Smith will fall
and break the one you stand on. Run through the open window to your right and
then jump back out the window on the opposite wall. Run right, then left then right
along the planks, focus jump here off the edge, straight forward ( dont take the
slope) turn around and run into the open window. then up the slope and out the
other side. Run straight ahead and down the slope. When you get to the bottom
either keep moving round the edge of the building / or use the insides as a shortcut
to avoid being shot. Keep moving til you get to an up lope (near an agent) Make
your way all the way up to the top and focus jump forward off the edge, towards
the side of the building [cut scene] run right and open the door. In the office head
towards the back left of the room, an agent will break the wall, nip past him and
through the opening. Run to the lift.
You will now go back to Chinatown..
------------------------------------------------------------
8.14) Onboard The Logos
------------------------------------------------------------
8.14.1) Tunnels Of The Real (NIOBE)
What can I say, keep moving, keep firing, you can't go wrong on this level !
8.14.2) The Rabbit Hole (NIOBE)
Same again yet on this one, you barely have to move, never mind fire.
8.14.1) Tunnels Of The Real (GHOST)
You have to do a little more work as GHOST, primarily face to the rear of the ship
and shoot away at the sentinels. If the radar above shows activity to the left side
of the ship (the front) change view and take care of them (although this is rare and
not often many) generally keep firing backwards until [cut scene]
8.14.2) The Rabbit Hole (GHOST)
More of the same Im afraid, keep at it until [cut scene] Finally the last stretch.
Use your guns to keep the bomb from the ship, just keep shooting to the rear
until [cut scene].
============================================================
9) Legal Bit
============================================================
Please do not use without my permission, Use can be granted
under the agreement that nothing shall be changed. The above
and all contents herein are copyright to myself. I being
known as Dead Rabbit. Misuse and/or alterations of this
body will be perceived as violatory. With this in mind
further proceedings on my part; if I so wish; may be applied
for.
` | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.268100380897522, "perplexity": 3831.578990364794}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 20, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-04/segments/1484560285001.96/warc/CC-MAIN-20170116095125-00161-ip-10-171-10-70.ec2.internal.warc.gz"} |
https://pure.mpg.de/pubman/faces/ViewItemFullPage.jsp?itemId=item_2465555 | English
# Item
ITEM ACTIONSEXPORT
Statistical Gravitational Waveform Models: What to Simulate Next?
Doctor, Z., Farr, B., Holz, D. E., & Pürrer, M. (2017). Statistical Gravitational Waveform Models: What to Simulate Next? Physical Review D, 96: 123011. doi:10.1103/PhysRevD.96.123011.
Item is
### Basic
show hide
Genre: Journal Article
### Files
show Files
hide Files
:
1706.05408.pdf (Preprint), 2MB
Name:
1706.05408.pdf
Description:
Visibility:
Public
MIME-Type / Checksum:
application/pdf / [MD5]
-
-
:
PRD.96.123011.pdf (Publisher version), 2MB
-
Name:
PRD.96.123011.pdf
Description:
-
Visibility:
Restricted (Max Planck Institute for Gravitational Physics (Albert Einstein Institute), Potsdam-Golm; )
MIME-Type / Checksum:
application/pdf
-
-
-
show
### Creators
show
hide
Creators:
Doctor, Zoheyr, Author
Farr, Ben, Author
Holz, Daniel E., Author
Pürrer, Michael1, Author
Affiliations:
1Astrophysical and Cosmological Relativity, AEI-Golm, MPI for Gravitational Physics, Max Planck Society, ou_1933290
### Content
show
hide
Free keywords: Astrophysics, High Energy Astrophysical Phenomena, astro-ph.HE,General Relativity and Quantum Cosmology, gr-qc
Abstract: Models of gravitational waveforms play a critical role in detecting and characterizing the gravitational waves (GWs) from compact binary coalescences. Waveforms from numerical relativity (NR), while highly accurate, are too computationally expensive to produce to be directly used with Bayesian parameter estimation tools like Markov-chain-Monte-Carlo and nested sampling. We propose a Gaussian process regression (GPR) method to generate accurate reduced-order-model waveforms based only on existing accurate (e.g. NR) simulations. Using a training set of simulated waveforms, our GPR approach produces interpolated waveforms along with uncertainties across the parameter space. As a proof of concept, we use a training set of IMRPhenomD waveforms to build a GPR model in the 2-d parameter space of mass ratio $q$ and equal-and-aligned spin $\chi_1=\chi_2$. Using a regular, equally-spaced grid of 120 IMRPhenomD training waveforms in $q\in[1,3]$ and $\chi_1 \in [-0.5,0.5]$, the GPR mean approximates IMRPhenomD in this space to mismatches below $4.3\times 10^{-5}$. Our approach can alternatively use training waveforms directly from numerical relativity. Beyond interpolation of waveforms, we also present a greedy algorithm that utilizes the errors provided by our GPR model to optimize the placement of future simulations. In a fiducial test case we find that using the greedy algorithm to iteratively add simulations achieves GPR errors that are $\sim 1$ order of magnitude lower than the errors from using Latin-hypercube or square training grids.
### Details
show
hide
Language(s):
Dates: 2017-06-162017
Publication Status: Published in print
Pages: -
Publishing info: -
Rev. Method: -
Identifiers: arXiv: 1706.05408
URI: http://arxiv.org/abs/1706.05408
DOI: 10.1103/PhysRevD.96.123011
Degree: -
show
show
show
### Source 1
show
hide
Title: Physical Review D
Other : Phys. Rev. D.
Source Genre: Journal
Creator(s):
Affiliations:
Publ. Info: Lancaster, Pa. : American Physical Society
Pages: - Volume / Issue: 96 Sequence Number: 123011 Start / End Page: - Identifier: ISSN: 0556-2821
CoNE: /journals/resource/111088197762258 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.43540528416633606, "perplexity": 11065.16472132716}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027313536.31/warc/CC-MAIN-20190818002820-20190818024820-00100.warc.gz"} |
http://www.ck12.org/book/CK-12-Physical-Science-Concepts-For-Middle-School/r7/section/2.10/ | <img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" />
# 2.10: Conservation of Mass
Difficulty Level: At Grade Created by: CK-12
Estimated1 minsto complete
%
Progress
Practice Conservation of Mass
Progress
Estimated1 minsto complete
%
If you build a campfire like this one, you start with a big pile of logs. As the fire burns, the pile of logs slowly shrinks. By the end of the evening, all that’s left is a small pile of ashes. What happened to the matter that you started with? Was it destroyed by the fire?
### Where’s the Matter?
It may seem as though burning destroys matter, but the same amount, or mass, of matter still exists after a campfire as before. Look at the sketch in Figure below. It shows that when wood burns, it combines with oxygen and changes not only to ashes but also to carbon dioxide and water vapor. The gases float off into the air, leaving behind just the ashes. Suppose you had measured the mass of the wood before it burned and the mass of the ashes after it burned. Also suppose you had been able to measure the oxygen used by the fire and the gases produced by the fire. What would you find? The total mass of matter after the fire would be the same as the total mass of matter before the fire.
Q: What can you infer from this example?
A: You can infer that burning does not destroy matter. It just changes matter into different substances.
### Law of Conservation of Mass
This burning campfire example illustrates a very important law in science: the law of conservation of mass. This law states that matter cannot be created or destroyed. Even when matter goes through a physical or chemical change, the total mass of matter always remains the same.
Q: How could you show that the mass of matter remains the same when matter changes state?
A: You could find the mass of a quantity of liquid water. Then you could freeze the water and find the mass of the ice. The mass before and after freezing would be the same, showing that mass is conserved when matter changes state.
### Summary
• Burning and other changes in matter do not destroy matter. The mass of matter is always the same before and after the changes occur.
• The law of conservation of mass states that matter cannot be created or destroyed.
### Vocabulary
• law of conservation of mass: Law stating that matter cannot be created or destroyed in chemical reactions.
### Practice
At the following URL, apply the law of conservation of mass to a scene from a Harry Potter film. Then answer the questions below.
1. What is the mass of the professor in kilograms? What is the mass of the cat in kilograms? (Hint: 1 pound = 0.45 kilograms)
2. The scene must be magic because it defies the law of conservation of mass. Explain why.
### Review
1. What is the law of conservation of mass?
2. Describe an example of the law of conservation of mass.
### Vocabulary Language: English
law of conservation of mass
law of conservation of mass
Law stating that matter cannot be created or destroyed in chemical reactions.
Show Hide Details
Description
Difficulty Level:
Authors:
Tags:
Subjects:
7 , 8
Date Created:
Oct 31, 2012 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8805710077285767, "perplexity": 983.0914700678869}, "config": {"markdown_headings": true, "markdown_code": false, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-26/segments/1466783393332.57/warc/CC-MAIN-20160624154953-00189-ip-10-164-35-72.ec2.internal.warc.gz"} |
https://forums.torque3d.org/viewtopic.php?t=1000 | ### how i can get rid of the texture spots in terrain?
There are no stupid questions, just stupid answers.
#### how i can get rid of the texture spots in terrain?
subabrain
Posts: 190
Joined: Sat Aug 20, 2016 4:58 pm
Hello again,
okay - a question again
and this is:
how can iget rid of the texture spots on a terrain?
i hope you know what i mean 8)
example:
Greetz
Robert
#### Re: how i can get rid of the texture spots in terrain?
Duion
Posts: 962
Joined: Sun Feb 08, 2015 1:51 am
Do the terrain textures correctly.
Explaining everything would take too much time but I give you some basics:
Here is an example of one of my materials:
new TerrainMaterial()
{
diffuseMap = "art/terrains/grass/ter_grass_short_01_B";
diffuseSize = "200";
detailMap = "art/terrains/grass/ter_grass_short_01_D";
detailDistance = "100";
macroSize = "30";
internalName = "ter_grass_short_01";
macroStrength = "0.5";
detailSize = "4";
macroMap = "art/terrains/grass/ter_grass_short_01_M";
parallaxScale = "0";
normalMap = "art/terrains/grass/ter_grass_short_01_N";
};
The diffuse map gives the color of the terrain and it should be really big and the detail map gives the details and it should be without or almost without color, since it will blend to the diffuse map. Macro map is like detail map just bigger, for medium range and normal map for shadowing details and parallax.
You can also look at the textures how I made them: https://github.com/Duion/Uebergame/tree ... ains/grass
Or just play the game and see how its done in realtime.
#### Re: how i can get rid of the texture spots in terrain?
LukasPJ
Posts: 379
Joined: Tue Feb 03, 2015 7:25 pm
So, I actually didn't find any official tutorials on this topic, so here's a little rough explanation by me.
In order to avoid the repetitiveness you have a selection of different textures you can apply to the terrain.
The diffuse texture provides color for the terrain, you should use it for the over-all color and not for finer details. If you only have a diffuse texture, then it's okay if it looks blurry, it just shouldn't look repetitive and it should reflect the color of the terrain at this area. For example, green for grass or white for snow.
The detail texture is used for the up-close texture of the terrain. This is usually a gray-scale image, or even better a high-pass filtered image. It applies a detail to the underlying diffuse color, for example pebbles for rocks or straws for grass. It can contain colour, but often the best results come with less color in the detail texture, as you can then have different nuances to your detailed texture based on the diffuse texture.
The macro texture, afaik, has the same role as the detail-texture but is used for medium-distance detail instead of the close-up.
Lastly, the normal texture contains normal and height-map information for even cooler detail.
What I often do, is to set the diffuse texture to a huge texture which is as big as the terrain-heightmap (e.g. 2048px * 2048px). This allows me to paint the overall terrain-color anyway I want and with no repetition. E.g.
Then I can control the micro-detail with the detail and macro maps.
#### Re: how i can get rid of the texture spots in terrain?
subabrain
Posts: 190
Joined: Sat Aug 20, 2016 4:58 pm
hey,
ah ok now i understand!
Thank you very much!
Greetz
Robert
#### Re: how i can get rid of the texture spots in terrain?
Jason Campbell
Posts: 253
Joined: Fri Feb 13, 2015 2:51 am
Thanks also, I've been using torque for a long time and never bothered to look into the macro layer.
#### Re: how i can get rid of the texture spots in terrain?
Duion
Posts: 962
Joined: Sun Feb 08, 2015 1:51 am
The macro layer helps most to break up the repetitiveness of the texture, if setup well it is almost impossible to spot where the texture repeats.
This is an advantage you have in Torque3D over other engines, since I have not seen macro maps yet in other engines.
But the macro map gives you also problems, since each texture adds to the ground it can get very dark or bright, so all your textures have to be very low in contrast.
So if you make terrain textures try to set them to medium brighntess, like the brightness value goes from 0-255, make the overall texture around 128 brightness level, that way it will combine well.
#### Re: how i can get rid of the texture spots in terrain?
LukasPJ
Posts: 379
Joined: Tue Feb 03, 2015 7:25 pm
The macro layer helps most to break up the repetitiveness of the texture, if setup well it is almost impossible to spot where the texture repeats.
This is an advantage you have in Torque3D over other engines, since I have not seen macro maps yet in other engines.
But the macro map gives you also problems, since each texture adds to the ground it can get very dark or bright, so all your textures have to be very low in contrast.
So if you make terrain textures try to set them to medium brighntess, like the brightness value goes from 0-255, make the overall texture around 128 brightness level, that way it will combine well.
That's odd, it shouldn't work that way. I fixed an issue like this a long time ago do you still see this behaviour?
It's should not add them up, but rather interpolate between them iirc
#### Re: how i can get rid of the texture spots in terrain?
Duion
Posts: 962
Joined: Sun Feb 08, 2015 1:51 am
As far as I know the textures use the multiplication method, not add, maybe I expressed myself wrong.
But the bright and dark spots still add up, since they get multiplied, thats why I said to make the textures mostly neutral brightness, since if they are bright they brighten everything up and if they are darker than average they darken everything.
#### Who is online
Users browsing this forum: No registered users and 1 guest | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.4154563248157501, "perplexity": 2198.482927335752}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794863277.18/warc/CC-MAIN-20180520092830-20180520112830-00005.warc.gz"} |
http://www.sawaal.com/physics-questions-and-answers/a-bucket-of-water-is-hung-from-a-spring-balance-a-piece-of-iron-is-suspended-in-the-water-without-to_8388 | 11
Q:
# A bucket of water is hung from a spring balance. A piece of iron is suspended in the water without touching the sides or touching the bottom of the bucket. The reading of the spring balance
A) will increase B) will decrease C) does not change D) varies with the increase of depth of the immersion of the iron piece
Explanation:
When the piece of iron is lowered into the water, the water level in the bucket increases. And so the pressure at the bottom of bucket also increases. Thus the total thrust at the botto also increases. Therefore the spring balance reading increases.
Subject: Physics
Q:
A disk and a sphere of same radius but different masses roll on two inclined planes of the same altitude and length. Which one of the two objects gets to the bottom of the plane first ?
A) Depends on their masses B) Sphere C) Disk D) Both reach at the same time
Explanation:
Time does not depend on mass, else
$\inline \fn_jvn T \prec \sqrt{\left ( 1 +\frac{k^{2}}{R^{2}} \right )}$
$\inline \fn_jvn \frac{k^{2}}{R^{2}}$ => is least for 'sphere' and
hence least time is taken by sphere.
Filed Under: Physics
Exam Prep: AIEEE
1 58
Q:
A potentiometer wire is 100 cm long and a constant potential difference is maintained across it. Two cells are connected in series first to support one another and then in opposite direction. The balance points are obtained at 50 cm and 10 cm from the positive end of the wire in the two cases. The ratio of the emf's is :
A) 3:4 B) 5:4 C) 5:1 D) 3:2
Explanation:
In series : E1 + E2 = K(50)
In parallel : E1 - E2 = K(10)
E1 + E2 / E1 - E2 = 5/1
=> E1/E2 = 3/2
The emf's are in the ratio of 3:2.
Filed Under: Physics
Exam Prep: AIEEE
2 72
Q:
What is the maximum velocity with which a body of mass 'm' must enter a vertical loop of radius 'R'so that it can complete the loop ?
A) $\inline \fn_jvn \sqrt{2gR}$ B) gR C) $\inline \fn_jvn \sqrt{5gR}$ D) $\inline \fn_jvn \sqrt{2g/R}$
A) A B) B C) C D) D
Explanation:
To complete the vertical loop, the minimum speed required at the lowest point = $\inline \fn_jvn \sqrt{5gR}$ .
Filed Under: Physics
Exam Prep: AIEEE
1 17
Q:
Which of the following group of elements are diamagnetic ?
A) Argon, copper, silver B) Hydrogen, argon, copper C) Oxygen, copper, silver D) Hydrogen, oxygen, Argon
Explanation:
Filed Under: Physics
Exam Prep: AIEEE
1 26
Q:
At the Curie temperature, the ferromagnetic materials get converted into
A) Diamagnetic materials B) Non-magnetic materials C) Paramagnetic materials D) None of the others | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 6, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8310799598693848, "perplexity": 1785.2038773569532}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917120338.97/warc/CC-MAIN-20170423031200-00540-ip-10-145-167-34.ec2.internal.warc.gz"} |
http://mathematica.stackexchange.com/questions/54925/controlling-quality-of-discretized-region-meshes | # Controlling quality of discretized region meshes
I want to discretize 3D constructive solids, supported by Mathematica 10 regions functionality. Quality of resulting meshes must be controllable, and meshes must be useful for further computation.
This should be easy, but the trivial example below stuns me.
(* Simple derived region in 3D with a sharp edge: *)
r = RegionDifference[Ball[{0, 0, 0}], Ball[{0, 0, 1}]];
(* RegionPlot3D with PlotPoints handles this reasonably well: *)
RegionPlot3D[r, PlotPoints -> 50]
(* This should create a discretized mesh, and it does, but with poor quality: *)
DiscretizeRegion[r]
Edges are noticeably jaggy. This is understandable, and usually option like PlotPoints fixes these kind of issues. DiscretizeRegion has numerous options which should affect quality of its' output. I think I've played with all of them.
Biggest difference I've seen has been is through use of MaxCellMeasure, but interestingly enough, same ugly jaggies stay there even if complexity of the mesh itself increases. I would need an option like PlotPoints which apparently affects grid resolution of a marching cubes style algorithm in RegionPlot3D, but there isn't one for DiscretizeRegion. Any suggestions?
-
In principal you should be able to do
r = RegionDifference[Ball[{0, 0, 0}], Ball[{0, 0, 1}]];
rp = RegionPlot3D[r, PlotPoints -> 50];
DiscretizeGraphics[rp]
Unfortunately, this does not work and is hopefully improved in a future version.
One thing you can do, however, is use the finite element mesh generator for this:
Needs["NDSolveFEM"]
m = ToElementMesh[r,
"BoundaryMeshGenerator" -> {"RegionPlot", "SamplePoints" -> 50},
"MeshOrder" -> 1]
You can then convert the ElementMesh to a MeshRegion simply by using
MeshRegion[m]
Note that in this case MeshRegion does not show it's output since it's beyond a threshold (too big). It has some 300000 tetrahedron elements.
You can force it to display with
Show[MeshRegion[m]]
The "MeshOrder" is set to one (= linear elements) and the "SamplePoints" correspond to the PlotPoints in RegionPlot. There is more information about boundary mesh generation in ToBoundaryMesh, ToElementMesh, ElementMesh and the related mesh generation and element mesh visualization tutorial.
One last thing I should add, is that the 3D stuff does have some rough edges.
-
Whoa, thanks! I'm a bit surprised FEM exposes this, instead of DiscretizeRegion, where I'd expect it to live now. Hoping to see those rough edges (pun intended) smoothed out in the future! – kirma Jul 15 '14 at 16:00
@kirma, DiscretizeRegion should give proper results via AccuraryGoal and PrecidionGoal but that's not implemented fully for 3D. The FEM stuff exposes this to allow maximum 'hackability' and in this case that allows for a workaround. If you do find stuff that does not work, please, by all means send it to support such that it can be looked at and get fixed. Thanks. – user21 Jul 15 '14 at 16:09
good to see you back alive, user21 :-). Is it possible to refine the grid only near the edge, in one way or another? – Albert Retey Jul 15 '14 at 18:47
@AlbertRetey, well yes back to get the geometry and FEM stuff started ;-). You could use "MaxBoundaryCellMeasure" to refine the boundary; this works well in 2D. However, in 3D this does not yet influence the sampling of the boundary. Also, since this region has some thin parts to it it would generate quite a lot more elements. – user21 Jul 16 '14 at 6:59
Here is a way to do what you want using DiscretizeGraphics as suggested by @user21. No need to call NDSolveFEM
r = RegionDifference[Ball[{0, 0, 0}], Ball[{0, 0, 1}]]
rp = RegionPlot3D[r, PlotPoints -> 50]
Now we discretize the Graphics object with the following clever replacements that somehow works:
DiscretizeGraphics[Normal[rp /. {(PlotRange -> _) :>
PlotRange -> All, (Lighting -> _) :> Lighting -> Automatic}]]
To get even finer mesh, increase PlotPoints in RegionPlot (this will increase the time it takes to render the RegionPlot), then proceed as before. I used PlotPoints -> 100 for the image below:
-
@user21, I can't seem to get the mesh as fine as that produced from NDSolveFEM in your answer. I've tried various options: MeshQualityGoal, MaxCellMeasure etc. They don't seem to have any effect. Unless I increase PlotPoints in RegionPlot which takes a while to render. Any suggestions? – RunnyKine Jul 22 '14 at 21:16
but using NDSolveFEM is the best part of it.... ;-) I think that MaxCellMeasure is not working is a bug. MeshQualityGoal has no much to do with the number of tets generated. It tries to generate tets that have certain quality see here – user21 Jul 23 '14 at 7:11 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.4942346215248108, "perplexity": 2931.186189708247}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.3, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2015-14/segments/1427131298692.48/warc/CC-MAIN-20150323172138-00173-ip-10-168-14-71.ec2.internal.warc.gz"} |
http://www.purplemath.com/learning/viewtopic.php?f=17&t=1399 | Could really understand the question
Standard deviation, mean, variance, z-scores, t-tests, etc.
Could really understand the question
Question :
A random sample of 500 components was taken from a large consignment and 60 were found to be defective . Obtain the 98% confidence limits for the percentage of defective components in the consignment
(Note that significant value of Z at 2% level of significance is 2.33)
please just point me to the right direction
zorro
Posts: 28
Joined: Sat Jun 12, 2010 9:26 am
Re: Could really understand the question
zorro wrote:Question :
A random sample of 500 components was taken from a large consignment and 60 were found to be defective . Obtain the 98% confidence limits for the percentage of defective components in the consignment
(Note that significant value of Z at 2% level of significance is 2.33)
please just point me to the right direction
Where are you stuck?
Martingale
Posts: 350
Joined: Mon Mar 30, 2009 1:30 pm
Location: USA
Re: Could really understand the question
How do i know what is the standard deviation $\sigma$ in this problem
from the question i can figure out that
n = 500
$\bar{X}$ = 60
zorro
Posts: 28
Joined: Sat Jun 12, 2010 9:26 am
Re: Could really understand the question
zorro wrote:How do i know what is the standard deviation $\sigma$ in this problem
from the question i can figure out that
n = 500
$\bar{X}$ = 60
you need to use
$\left[\hat{p}-Z_{\alpha/2}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}},\hat{p}+Z_{\alpha/2}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}\right]$
Where $\hat{p}=\frac{X}{n}$
Martingale
Posts: 350
Joined: Mon Mar 30, 2009 1:30 pm
Location: USA
Re: Could really understand the question
Martingale wrote:you need to use
$\left[\hat{p}-Z_{\alpha/2}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}},\hat{p}+Z_{\alpha/2}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}\right]$
Where $\hat{p}=\frac{X}{n}$
Could u please tell what is the name of the formula ??
zorro
Posts: 28
Joined: Sat Jun 12, 2010 9:26 am
Re: Could really understand the question
zorro wrote:Could u please tell what is the name of the formula ??
It's the $(1-\alpha)100\%$ confidence interval for population proportions (assuming normality)
Martingale
Posts: 350
Joined: Mon Mar 30, 2009 1:30 pm
Location: USA
Re: Could really understand the question
Thanks All
zorro
Posts: 28
Joined: Sat Jun 12, 2010 9:26 am | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 9, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8726205825805664, "perplexity": 2181.2390223909206}, "config": {"markdown_headings": false, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-52/segments/1418802770400.105/warc/CC-MAIN-20141217075250-00008-ip-10-231-17-201.ec2.internal.warc.gz"} |
http://gmatclub.com/forum/my-road-to-103208.html?fl=similar | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 31 Aug 2016, 09:58
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customized
for You
we will pick new questions that match your level based on your Timer History
Track
every week, we’ll send you an estimated GMAT score based on your performance
Practice
Pays
we will pick new questions that match your level based on your Timer History
# Events & Promotions
###### Events & Promotions in June
Open Detailed Calendar
Author Message
TAGS:
### Hide Tags
Intern
Joined: 08 Aug 2010
Posts: 10
Schools: Harvard, Columbia, Kellogg, NYU, Wharton
Followers: 1
Kudos [?]: 1 [1] , given: 2
### Show Tags
19 Oct 2010, 19:39
1
KUDOS
I am completely walking on air right now. After months of studying (mostly quant), I finally took the test today for the first time, and I did better than I ever dreamed. Here's my story.
I'm 31/F, liberal arts degree from fairly well-respected state university, 8 years of journalism experience. I had never considered business school until April, when I took a "finance for non-finance professionals" seminar offered by one of my trade association clients. That was my "aha!" moment: I'd been told all through school that I was no good at math, so I'd avoided anything that had to do with it ever since. Long story short, that seminar showed me otherwise. It made me realize that business school might be a good option for me.
When I first started looking into it, I thought, "Maybe I can get into the part-time program at [low-ranked local university]." My original plan was to go part time, so that was where I looked first. I bought several GMAT books (mainly Kaplan Premier and OGMAT). It quickly became apparent that I needed a LOT of work on quant (reality check: I had not done long division by hand in so long that I actually had to Google "how to do long division"), while my verbal skills, with a little brushing up, were in good shape. My job for the past 8 years has basically entailed reading comprehension, sentence correction and critical reasoning, so I didn't focus much on that until the end.
Quant was a long, hard slog. I spent at least an hour a day reading study materials and doing practice questions; the results of the practice quizzes made me want to cry more than once, but I kept at it, day after day. Finally, in August, I signed up for two related Foundations of Math online seminars through Manhattan GMAT. They came with MGMAT's Foundations of Math book, which was a GODSEND. I cannot recommend it highly enough. While the OG and Kaplan books often assumed I knew things I didn't know, MGMAT's Foundations of Math walked me through the basics in ways I could almost always understand easily. It really made the difference for me. After I mastered that book, I was able to circle back to the Kaplan and OG books and tackle the material that had previously been beyond me. The Web seminars themselves were somewhat helpful, but the book was invaluable.
I took four of the six Manhattan GMAT practice tests that came with the seminars and scored 690, 700, 690 and 730. I spent a lot of time studying the explanations for the problems I got wrong (and the ones I got right!), and I liked the assessment tools that allowed me to compare all the tests at once and see at a glance which areas of math were my greatest weaknesses. This tool also helped me shore up my weaknesses on the verbal section.
The day before the test, I got a mani-pedi and went to see "Secretariat" (fluffy, no strenuous thinking required), then went home to wait for bedtime. I thought I was going to jump out of my skin, I was so nervous. I barely slept. I got to the testing center so early that I had to wait downstairs for half an hour before I could go up. I thought I was going to be sick!
OK, so, the test itself. I'm pretty sure I messed up the Analysis of an Issue essay (my outline wasn't very good), but I feel good about the Analysis of an Argument essay. We'll see in a few weeks. The math was ... oh, man. I thought for sure I was bombing it. I encountered several questions I hadn't seen in all my months of prep and no questions on a few topics at which I'd worked very, very hard, but that's the luck of the draw. (Lesson: Study as many question types as you can! Don't get hung up on any one topic!) By the time I got to the verbal section, my head was spinning. As the final question approached, my apprehension mounted -- I was incredibly nervous about my score. I clicked through all the demographic questions and finally got to the score page.
740. SERIOUSLY? WHAT?? Um... I may have done some silent fist-pumps. Wink
I had hoped to get at least 700. 740 (44Q/47V) was beyond my wildest expectations. I hit the 68th percentile in math -- considering I probably started at the 10th percentile and relied entirely on self-study, I'm thrilled with that number. 99th percentile on verbal; I made some adjustments after a few practice tests that put me in the 93rd percentile, and apparently it worked. Again, Manhattan GMAT's extensive practice test analysis was very helpful in preparing for the verbal section (to be fair, I did not take any other company's practice tests).
Overall: 97th percentile. I will be on Cloud Nine for at least a week.
I have a lot of work to do in the application process, but this score opens the door to a lot of possibilities. Needless to say, I'm now planning to go full time next fall (a conclusion I came to over several months of research -- as a career changer, it seems like the wisest choice). I can't wait to see what the future holds! In the meantime, I'll be bolstering my quant skills with an accounting or statistics course this spring through the USDA grad school. My message to anyone who thinks they can't handle the math is: TRY! I thought I couldn't and I was wrong. It took a LOT of studying, but I got there. You can too!
Best of luck to everyone who has yet to take the test!
Kaplan GMAT Prep Discount Codes EMPOWERgmat Discount Codes Manhattan GMAT Discount Codes
Director
Status: Apply - Last Chance
Affiliations: IIT, Purdue, PhD, TauBetaPi
Joined: 18 Jul 2010
Posts: 690
Schools: Wharton, Sloan, Chicago, Haas
WE 1: 8 years in Oil&Gas
Followers: 15
Kudos [?]: 136 [0], given: 15
### Show Tags
19 Oct 2010, 21:08
I will TAKE and RUN with the 47V
_________________
Consider kudos, they are good for health
Director
Status: Impossible is not a fact. It's an opinion. It's a dare. Impossible is nothing.
Affiliations: University of Chicago Booth School of Business
Joined: 26 Nov 2009
Posts: 997
Location: Singapore
Followers: 20
Kudos [?]: 695 [0], given: 36
### Show Tags
19 Oct 2010, 21:14
seriously ! I will call anyone who takes V44 - 47 a magician !
mainhoon wrote:
I will TAKE and RUN with the 47V
_________________
Please press kudos if you like my post.
Intern
Joined: 08 Aug 2010
Posts: 10
Schools: Harvard, Columbia, Kellogg, NYU, Wharton
Followers: 1
Kudos [?]: 1 [0], given: 2
### Show Tags
19 Oct 2010, 21:14
mainhoon wrote:
I will TAKE and RUN with the 47V
I REALLY hope high verbal scores are valuable to B-schools! It seems like the majority of posters on this and other GMAT forums have higher quant scores. I keep telling myself that business schools want a good mixture of applicants -- some with better quant scores and some with better verbal scores, right?
Director
Status: Impossible is not a fact. It's an opinion. It's a dare. Impossible is nothing.
Affiliations: University of Chicago Booth School of Business
Joined: 26 Nov 2009
Posts: 997
Location: Singapore
Followers: 20
Kudos [?]: 695 [0], given: 36
### Show Tags
19 Oct 2010, 21:17
Hey erdehoff
Congratulations !
Regarding your Manhattan. Can you please breakdown your Verbal scores for us. specially during the last 10 days.
_________________
Please press kudos if you like my post.
Intern
Joined: 08 Aug 2010
Posts: 10
Schools: Harvard, Columbia, Kellogg, NYU, Wharton
Followers: 1
Kudos [?]: 1 [0], given: 2
### Show Tags
19 Oct 2010, 22:18
nusmavrik wrote:
Hey erdehoff
Congratulations !
Regarding your Manhattan. Can you please breakdown your Verbal scores for us. specially during the last 10 days.
I am happy to try! However, I'm not sure how much good it will do. For me, verbal comes naturally; my job for the past 8 years has been to do all the things the GMAT tests for in the verbal section (sentence correction, reading comprehension, critical reasoning).
Sentence correction is something I believe many people can learn if they study the rules of English grammar hard enough; basically, there are rules, and once you learn them, they make sense. Algebra works the same way, in my experience -- the difference is that I know the rules of English grammar far better than I know the rules of algebra, hence the score differential!
I will tell you that the results of my practice test (all through Manhattan GMAT) told me a lot about where I needed to focus my attention when it came to the verbal section. I took four practice tests in the past three weeks with scores of 690, 700, 690 and 730; my verbal scores were (respectively) 99th percentile, 93rd, 93rd and 99th. While I focused my studies over the past few months on the quantitative section, I did spend a fair amount of time in the past 2 weeks analyzing my verbal results and studying the questions I missed and the ones I got right. I liked the way Manhattan GMAT allowed me to analyze all my verbal scores at once and zero in on my weaknesses; because I did not take any other company's practice tests, I cannot say how it compares to Kaplan, Veritas, etc. I liked the detailed explanations of each answer, which I imagine most test prep companies will provide with their practice tests.
I wish I had a magic formula to recommend to students who want to improve their verbal score. I do think that much of the verbal score stems from analytical skill, and that is something that transcends English ability.
CEO
Status: Nothing comes easy: neither do I want.
Joined: 12 Oct 2009
Posts: 2795
Location: Malaysia
Concentration: Technology, Entrepreneurship
Schools: ISB '15 (M)
GMAT 1: 670 Q49 V31
GMAT 2: 710 Q50 V35
Followers: 220
Kudos [?]: 1513 [0], given: 235
### Show Tags
19 Oct 2010, 22:44
WOW V 47 !!
This verbal score is dream score for any gmat taker - especially if he is Non-Native.
_________________
Fight for your dreams :For all those who fear from Verbal- lets give it a fight
Money Saved is the Money Earned
Jo Bole So Nihaal , Sat Shri Akaal
GMAT Club Premium Membership - big benefits and savings
Gmat test review :
http://gmatclub.com/forum/670-to-710-a-long-journey-without-destination-still-happy-141642.html
Manager
Joined: 01 Apr 2010
Posts: 165
Followers: 3
Kudos [?]: 15 [0], given: 6
### Show Tags
20 Oct 2010, 05:15
gr88 score!! gud luck 4 ur app!!!
Intern
Joined: 22 Sep 2010
Posts: 6
Followers: 1
Kudos [?]: 7 [0], given: 0
### Show Tags
20 Oct 2010, 12:22
Congratulations, its a great score. Can you provide some further details about the test itself - tougher word problems youve encountered, combinatorics and probabilities etc, the topics of the RC passages (whatever you can remember)... Thank you!
Manager
Joined: 29 Oct 2009
Posts: 202
Concentration: General Management, Sustainability
WE: Consulting (Computer Software)
Followers: 2
Kudos [?]: 80 [0], given: 12
### Show Tags
20 Oct 2010, 12:46
Great Score....Congratulations.
Manager
Joined: 09 Sep 2010
Posts: 76
Schools: Haas-Columbia, Wharton, UCLA, Kellog, Booth
WE 1: 10 yrs in Healthcare IT
Followers: 1
Kudos [?]: 3 [0], given: 20
### Show Tags
20 Oct 2010, 13:19
Awesome score! Do not worry about your Quants score, give you best effort in application.
Good luck!
Intern
Joined: 08 Aug 2010
Posts: 10
Schools: Harvard, Columbia, Kellogg, NYU, Wharton
Followers: 1
Kudos [?]: 1 [0], given: 2
### Show Tags
23 Oct 2010, 10:48
reg123456 wrote:
Congratulations, its a great score. Can you provide some further details about the test itself - tougher word problems youve encountered, combinatorics and probabilities etc, the topics of the RC passages (whatever you can remember)... Thank you!
Thanks! I'm not sure how much I can say about the specifics (they make you sign a nondisclosure agreement) and I barely remember any of the verbal section at all -- by that point I was just trying to buckle down and get through it. I can't remember any of the RC topics. I remember very little of the math; I did get one question that was similar to a question I'd already done, so all I had to do was look at the notes I'd already taken for the answer.
The main thing I remember is that I had a really hard time figuring out work-rate problems during my studies; I must have spent weeks studying those damned things -- and I didn't get a single one on the actual test! Luck of the draw, I suppose.
Similar topics Replies Last post
Similar
Topics:
4 Road to 740 (49Q/42V) (and recommendations!) 5 29 Mar 2014, 14:52
3 My Experience with GMAT 740 29 05 Mar 2010, 09:11
my road to 710 (long post) 2 21 Jun 2007, 15:59
My 740 experience 6 28 Mar 2007, 11:09
My reflections on the GMAT (740) 11 13 Sep 2006, 14:34
Display posts from previous: Sort by | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.3259255290031433, "perplexity": 3525.952041073119}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2016-36/segments/1471982295966.49/warc/CC-MAIN-20160823195815-00070-ip-10-153-172-175.ec2.internal.warc.gz"} |
https://export.arxiv.org/abs/2001.02006 | cond-mat.str-el
(what is this?)
# Title: Correlations and incipient antiferromagnetic order within the linear Mn chains of metallic Ti$_4$MnBi$_2$
Abstract: We report measurements on Ti$_4$MnBi$_2$, where a crystal structure involving linear chains of Mn ions suggests one-dimensional magnetic character. The electrical resistivity is metallic, consistent with the results of electronic structure calculations that find a robust Fermi surface albeit with moderate electronic correlations. Curie-Weiss fit to the magnetic susceptibility finds that the Mn moments are in the low-spin $S = 1/2$ configuration. Neutron diffraction measurements detect weak antiferromagnetic order within the Mn chains, with further evidence for the small staggered moment coming from the entropy associated with the ordering peak in the specific heat as well as from the results of spin-polarized electronic structure calculations. The antiferromagnetic moments are apparently associated with the $d_{x^{2}-y^{2}}$ and $d_{xy}$ orbitals of Mn while the remaining Mn orbitals are delocalized. Strong quantum fluctuations, possibly related to an electronic instability that forms the Mn moment or to the one-dimensional character of Ti$_4$MnBi$_2$, nearly overcome magnetic order.
Comments: 13 pages and 7 figures Subjects: Strongly Correlated Electrons (cond-mat.str-el) Journal reference: Phys. Rev. B 102, 014406 (2020) DOI: 10.1103/PhysRevB.102.014406 Cite as: arXiv:2001.02006 [cond-mat.str-el] (or arXiv:2001.02006v1 [cond-mat.str-el] for this version)
## Submission history
From: Abhishek Pandey [view email]
[v1] Tue, 7 Jan 2020 12:52:27 GMT (3566kb)
Link back to: arXiv, form interface, contact. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.6077606081962585, "perplexity": 4642.087162337311}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296950422.77/warc/CC-MAIN-20230402074255-20230402104255-00753.warc.gz"} |
https://hal-centralesupelec.archives-ouvertes.fr/hal-01572142 | # Robust Calibration of Radio Interferometers in Non-Gaussian Environment
Abstract : The development of new phased array systems in radio astronomy, as the low frequency array (LOFAR) and the square kilometre array (SKA), formed of a large number of small and flexible elementary antennas, has led to significant challenges. Among them, model calibration is a crucial step in order to provide accurate and thus meaningful images and requires the estimation of all the perturbation effects introduced along the signal propagation path, for a specific source direction and antenna position. Usually, it is common to perform model calibration using the a priori knowledge regarding a small number of known strong calibrator sources but under the assumption of Gaussianity of the noise. Nevertheless, observations in the context of radio astronomy are known to be affected by the presence of outliers which are due to several causes, e.g., weak non-calibrator sources or man made radio frequency interferences. Consequently, the classical Gaussian noise assumption is violated leading to severe degradation in performances. In order to take into account the outlier effects, we assume that the noise follows a spherically invariant random distribution. Based on this modeling, a robust calibration algorithm is presented in this paper. More precisely, this new scheme is based on the design of an iterative relaxed concentrated maximum likelihood estimation procedure which allows to obtain closed-form expressions for the unknown parameters with a reasonable computational cost. This is of importance as the number of estimated parameters depends on the number of antenna elements, which is large for the new generation of radio interferometers. Numerical simulations reveal that the proposed algorithm outperforms the state-of-the-art calibration techniques.
Keywords :
Document type :
Journal articles
Domain :
Cited literature [69 references]
https://hal-centralesupelec.archives-ouvertes.fr/hal-01572142
Contributor : Remy Boyer <>
Submitted on : Friday, August 4, 2017 - 5:39:15 PM
Last modification on : Saturday, May 1, 2021 - 3:47:27 AM
### File
journal_paper.pdf
Files produced by the author(s)
### Citation
Virginie Ollier, Mohammed Nabil El Korso, Rémy Boyer, Pascal Larzabal, Marius Pesavento. Robust Calibration of Radio Interferometers in Non-Gaussian Environment. IEEE Transactions on Signal Processing, Institute of Electrical and Electronics Engineers, 2017, 65 (21), pp.5649-5660. ⟨10.1109/TSP.2017.2733496⟩. ⟨hal-01572142⟩
Record views | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0, "math_score": 0.8102943301200867, "perplexity": 1102.1513911313157}, "config": {"markdown_headings": true, "markdown_code": true, "boilerplate_config": {"ratio_threshold": 0.18, "absolute_threshold": 10, "end_threshold": 15, "enable": true}, "remove_buttons": true, "remove_image_figures": true, "remove_link_clusters": true, "table_config": {"min_rows": 2, "min_cols": 3, "format": "plain"}, "remove_chinese": true, "remove_edit_buttons": true, "extract_latex": true}, "warc_path": "s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046154320.56/warc/CC-MAIN-20210802110046-20210802140046-00123.warc.gz"} |