Offset 1, 2 lines modified | Offset 1, 2 lines modified | ||
1 | ·b | 1 | ·b6d68cb390e2f01b6e614636a7ee3540·3157412·haskell·optional·snap-templates_1.0.0.2-5_i386.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2024-01-05·01:14:13.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2024-01-05·01:14:13.000000·debian-binary |
2 | -rw-r--r--···0········0········0······864·2024-01-05·01:14:13.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0······864·2024-01-05·01:14:13.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··315 | 3 | -rw-r--r--···0········0········0··3156356·2024-01-05·01:14:13.000000·data.tar.xz |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·a5321b567cea6320767f73ab2793eae617cc0140 |
4 | Displaying·notes·found·in:·.note.ABI-tag | 4 | Displaying·notes·found·in:·.note.ABI-tag |
5 | ··Owner················Data·size·» Description | 5 | ··Owner················Data·size·» Description |
6 | ··GNU··················0x00000010» NT_GNU_ABI_TAG·(ABI·version·tag)» ····OS:·Linux,·ABI:·3.2.0 | 6 | ··GNU··················0x00000010» NT_GNU_ABI_TAG·(ABI·version·tag)» ····OS:·Linux,·ABI:·3.2.0 |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | 1 | @/lib/ld-linux.so.2 | |
2 | __gmon_start__ | 2 | __gmon_start__ |
3 | __gmpz_init | 3 | __gmpz_init |
4 | __gmpn_popcount | 4 | __gmpn_popcount |
5 | __gmpz_export | 5 | __gmpz_export |
6 | __gmpn_sub_1 | 6 | __gmpn_sub_1 |
7 | __gmpn_and_n | 7 | __gmpn_and_n |
8 | __gmpn_add | 8 | __gmpn_add |
Offset 250, 14 lines modified | Offset 250, 34 lines modified | ||
250 | main:Main.Help | 250 | main:Main.Help |
251 | ./log/placeholder | 251 | ./log/placeholder |
252 | placeholder | 252 | placeholder |
253 | :set·-isrc | 253 | :set·-isrc |
254 | :set·-hide-package·MonadCatchIO-mtl | 254 | :set·-hide-package·MonadCatchIO-mtl |
255 | :set·-hide-package·monads-fd | 255 | :set·-hide-package·monads-fd |
256 | :set·-XOverloadedStrings | 256 | :set·-XOverloadedStrings |
257 | ./src/Main.hs | ||
258 | {-#·LANGUAGE·OverloadedStrings·#-} | ||
259 | module·Main·where | ||
260 | import···········Control.Applicative | ||
261 | import···········Snap.Core | ||
262 | import···········Snap.Util.FileServe | ||
263 | import···········Snap.Http.Server | ||
264 | main·::·IO·() | ||
265 | main·=·quickHttpServe·site | ||
266 | site·::·Snap·() | ||
267 | ····ifTop·(writeBS·"hello·world")·<|> | ||
268 | ····route·[·("foo",·writeBS·"bar") | ||
269 | ··········,·("echo/:echoparam",·echoHandler) | ||
270 | ··········]·<|> | ||
271 | ····dir·"static"·(serveDirectory·".") | ||
272 | echoHandler·::·Snap·() | ||
273 | echoHandler·=·do | ||
274 | ····param·<-·getParam·"echoparam" | ||
275 | ····maybe·(writeBS·"must·specify·echo/param·in·URL") | ||
276 | ··········writeBS·param | ||
257 | ./foo.cabal | 277 | ./foo.cabal |
258 | Name:················projname | 278 | Name:················projname |
259 | Version:·············0.1 | 279 | Version:·············0.1 |
260 | Synopsis:············Project·Synopsis·Here | 280 | Synopsis:············Project·Synopsis·Here |
261 | Description:·········Project·Description·Here | 281 | Description:·········Project·Description·Here |
262 | License:·············AllRightsReserved | 282 | License:·············AllRightsReserved |
263 | Author:··············Author | 283 | Author:··············Author |
Offset 275, 169 lines modified | Offset 295, 91 lines modified | ||
275 | ····mtl·······················>=·2·····&&·<·3, | 295 | ····mtl·······················>=·2·····&&·<·3, |
276 | ····snap-core·················>=·1.0···&&·<·1.1, | 296 | ····snap-core·················>=·1.0···&&·<·1.1, |
277 | ····snap-server···············>=·1.0···&&·<·1.2 | 297 | ····snap-server···············>=·1.0···&&·<·1.2 |
278 | ··if·impl(ghc·>=·6.12.0) | 298 | ··if·impl(ghc·>=·6.12.0) |
279 | ····ghc-options:·-threaded·-Wall·-fwarn-tabs·-funbox-strict-fields·-O2 | 299 | ····ghc-options:·-threaded·-Wall·-fwarn-tabs·-funbox-strict-fields·-O2 |
280 | ·················-fno-warn-unused-do-bind | 300 | ·················-fno-warn-unused-do-bind |
281 | ····ghc-options:·-threaded·-Wall·-fwarn-tabs·-funbox-strict-fields·-O2 | 301 | ····ghc-options:·-threaded·-Wall·-fwarn-tabs·-funbox-strict-fields·-O2 |
282 | ./src/Main.hs | ||
283 | {-#·LANGUAGE·OverloadedStrings·#-} | ||
284 | module·Main·where | ||
285 | import···········Control.Applicative | ||
286 | import···········Snap.Core | ||
287 | import···········Snap.Util.FileServe | ||
288 | import···········Snap.Http.Server | ||
289 | main·::·IO·() | ||
290 | main·=·quickHttpServe·site | ||
291 | site·::·Snap·() | ||
292 | ····ifTop·(writeBS·"hello·world")·<|> | ||
293 | ····route·[·("foo",·writeBS·"bar") | ||
294 | ··········,·("echo/:echoparam",·echoHandler) | ||
295 | ··········]·<|> | ||
296 | ····dir·"static"·(serveDirectory·".") | ||
297 | echoHandler·::·Snap·() | ||
298 | echoHandler·=·do | ||
299 | ····param·<-·getParam·"echoparam" | ||
300 | ····maybe·(writeBS·"must·specify·echo/param·in·URL") | ||
301 | ··········writeBS·param | ||
302 | ./snaplets | 302 | ./snaplets |
303 | ./snaplets/heist | 303 | ./snaplets/heist |
304 | ./snaplets/heist/templates | 304 | ./snaplets/heist/templates |
305 | ./static | 305 | ./static |
306 | ./snaplets/heist/templates/_login.tpl | ||
307 | <h1>Snap·Example·App·Login</h1> | ||
308 | <p><loginError/></p> | ||
309 | <bind·tag="postAction">/login</bind> | ||
310 | <bind·tag="submitText">Login</bind> | ||
311 | <apply·template="userform"/> | ||
312 | <p>Don't·have·a·login·yet?·<a·href="/new_user">Create·a·new·user</a></p> | ||
313 | ./snaplets/heist/templates/login.tpl | 306 | ./snaplets/heist/templates/login.tpl |
314 | <apply·template="base"> | 307 | <apply·template="base"> |
315 | ··<apply·template="_login"/> | 308 | ··<apply·template="_login"/> |
316 | </apply> | 309 | </apply> |
310 | ./snaplets/heist/templates/_new_user.tpl | ||
311 | <h1>Register·a·new·user</h1> | ||
312 | <bind·tag="postAction">/new_user</bind> | ||
313 | <bind·tag="submitText">Add·User</bind> | ||
314 | <apply·template="userform"/> | ||
315 | ./snaplets/heist/templates/new_user.tpl | ||
316 | <apply·template="base"> | ||
317 | ··<apply·template="_new_user"·/> | ||
318 | </apply> | ||
317 | ./snaplets/heist/templates/userform.tpl | 319 | ./snaplets/heist/templates/userform.tpl |
318 | <form·method="post"·action="${postAction}"> | 320 | <form·method="post"·action="${postAction}"> |
319 | ··<table·id="info"> | 321 | ··<table·id="info"> |
320 | ····<tr> | 322 | ····<tr> |
321 | ······<td>Login:</td><td><input·type="text"·name="login"·size="20"·/></td> | 323 | ······<td>Login:</td><td><input·type="text"·name="login"·size="20"·/></td> |
322 | ····</tr> | 324 | ····</tr> |
323 | ····<tr> | 325 | ····<tr> |
324 | ······<td>Password:</td><td><input·type="password"·name="password"·size="20"·/></td> | 326 | ······<td>Password:</td><td><input·type="password"·name="password"·size="20"·/></td> |
325 | ····</tr> | 327 | ····</tr> |
326 | ····<tr> | 328 | ····<tr> |
327 | ······<td></td> | 329 | ······<td></td> |
328 | ······<td><input·type="submit"·value="${submitText}"·/></td> | 330 | ······<td><input·type="submit"·value="${submitText}"·/></td> |
329 | ····</tr> | 331 | ····</tr> |
330 | ··</table> | 332 | ··</table> |
331 | ./snaplets/heist/templates/_new_user.tpl | ||
332 | <h1>Register·a·new·user</h1> | ||
333 | <bind·tag="postAction">/new_user</bind> | ||
334 | <bind·tag="submitText">Add·User</bind> | ||
335 | <apply·template="userform"/> | ||
336 | ./snaplets/heist/templates/base.tpl | 333 | ./snaplets/heist/templates/base.tpl |
337 | ··<head> | 334 | ··<head> |
338 | ····<title>Snap·web·server</title> | 335 | ····<title>Snap·web·server</title> |
339 | ····<link·rel="stylesheet"·type="text/css"·href="/screen.css"/> | 336 | ····<link·rel="stylesheet"·type="text/css"·href="/screen.css"/> |
340 | ··</head> | 337 | ··</head> |
341 | ··<body> | 338 | ··<body> |
342 | ····<div·id="content"> | 339 | ····<div·id="content"> |
343 | ······<apply-content/> | 340 | ······<apply-content/> |
344 | ····</div> | 341 | ····</div> |
345 | ··</body> | 342 | ··</body> |
343 | ./snaplets/heist/templates/_login.tpl | ||
344 | <h1>Snap·Example·App·Login</h1> | ||
345 | <p><loginError/></p> | ||
Max diff block lines reached; 53023/57068 bytes (92.91%) of diff not shown. |
Offset 4672, 15 lines modified | Offset 4672, 15 lines modified | ||
4672 | » mov····$0x80511b1,%edx | 4672 | » mov····$0x80511b1,%edx |
4673 | » test···$0x3,%al | 4673 | » test···$0x3,%al |
4674 | » jne····80511ae·<eventfd@plt+0x3f2e> | 4674 | » jne····80511ae·<eventfd@plt+0x3f2e> |
4675 | » mov····(%eax),%eax | 4675 | » mov····(%eax),%eax |
4676 | » mov····(%eax),%edx | 4676 | » mov····(%eax),%edx |
4677 | » mov····%edx,%eax | 4677 | » mov····%edx,%eax |
4678 | » ret | 4678 | » ret |
4679 | » movl···$0x98852 | 4679 | » movl···$0x9885279,0x988b54c |
4680 | » mov····0x988b864,%eax | 4680 | » mov····0x988b864,%eax |
4681 | » lea····0x4(%eax),%edx | 4681 | » lea····0x4(%eax),%edx |
4682 | » mov····%edx,0x988b864 | 4682 | » mov····%edx,0x988b864 |
4683 | » mov····0x4(%eax),%eax | 4683 | » mov····0x4(%eax),%eax |
4684 | » mov····(%eax),%eax | 4684 | » mov····(%eax),%eax |
4685 | » ret | 4685 | » ret |
4686 | » mov····0x988b864,%edx | 4686 | » mov····0x988b864,%edx |
Offset 4702, 15 lines modified | Offset 4702, 15 lines modified | ||
4702 | » mov····$0x805121e,%edx | 4702 | » mov····$0x805121e,%edx |
4703 | » test···$0x3,%al | 4703 | » test···$0x3,%al |
4704 | » jne····805121b·<eventfd@plt+0x3f9b> | 4704 | » jne····805121b·<eventfd@plt+0x3f9b> |
4705 | » mov····(%eax),%eax | 4705 | » mov····(%eax),%eax |
4706 | » mov····(%eax),%edx | 4706 | » mov····(%eax),%edx |
4707 | » mov····%edx,%eax | 4707 | » mov····%edx,%eax |
4708 | » ret | 4708 | » ret |
4709 | » movl···$0x98852 | 4709 | » movl···$0x9885276,0x988b54c |
4710 | » mov····0x988b864,%eax | 4710 | » mov····0x988b864,%eax |
4711 | » lea····0x4(%eax),%edx | 4711 | » lea····0x4(%eax),%edx |
4712 | » mov····%edx,0x988b864 | 4712 | » mov····%edx,0x988b864 |
4713 | » mov····0x4(%eax),%eax | 4713 | » mov····0x4(%eax),%eax |
4714 | » mov····(%eax),%eax | 4714 | » mov····(%eax),%eax |
4715 | » ret | 4715 | » ret |
4716 | » mov····0x988b864,%edx | 4716 | » mov····0x988b864,%edx |
Offset 4744, 35 lines modified | Offset 4744, 35 lines modified | ||
4744 | » movl···$0x8f917b0,(%eax) | 4744 | » movl···$0x8f917b0,(%eax) |
4745 | » mov····$0x8ecbfa0,%eax | 4745 | » mov····$0x8ecbfa0,%eax |
4746 | » ret | 4746 | » ret |
4747 | » mov····0x988b864,%eax | 4747 | » mov····0x988b864,%eax |
4748 | » lea····-0x4(%eax),%edx | 4748 | » lea····-0x4(%eax),%edx |
4749 | » cmp····0x988b868,%edx | 4749 | » cmp····0x988b868,%edx |
4750 | » jae····80512cd·<eventfd@plt+0x404d> | 4750 | » jae····80512cd·<eventfd@plt+0x404d> |
4751 | » movl···$0x978a3 | 4751 | » movl···$0x978a348,0x988b54c |
4752 | » mov····0x988b548,%eax | 4752 | » mov····0x988b548,%eax |
4753 | » ret | 4753 | » ret |
4754 | » movl···$0x978a3 | 4754 | » movl···$0x978a34e,-0x4(%eax) |
4755 | » subl···$0x4,0x988b864 | 4755 | » subl···$0x4,0x988b864 |
4756 | » mov····$0x8d2b460,%eax | 4756 | » mov····$0x8d2b460,%eax |
4757 | » ret | 4757 | » ret |
4758 | » mov····0x988b864,%edx | 4758 | » mov····0x988b864,%edx |
4759 | » mov····(%edx),%eax | 4759 | » mov····(%edx),%eax |
4760 | » movl···$0x8f91708,(%edx) | 4760 | » movl···$0x8f91708,(%edx) |
4761 | » mov····%eax,0x988b54c | 4761 | » mov····%eax,0x988b54c |
4762 | » mov····$0x8051304,%edx | 4762 | » mov····$0x8051304,%edx |
4763 | » test···$0x3,%al | 4763 | » test···$0x3,%al |
4764 | » jne····8051301·<eventfd@plt+0x4081> | 4764 | » jne····8051301·<eventfd@plt+0x4081> |
4765 | » mov····(%eax),%eax | 4765 | » mov····(%eax),%eax |
4766 | » mov····(%eax),%edx | 4766 | » mov····(%eax),%edx |
4767 | » mov····%edx,%eax | 4767 | » mov····%edx,%eax |
4768 | » ret | 4768 | » ret |
4769 | » movl···$0x978a3 | 4769 | » movl···$0x978a334,0x988b54c |
4770 | » addl···$0x4,0x988b864 | 4770 | » addl···$0x4,0x988b864 |
4771 | » mov····0x978a3 | 4771 | » mov····0x978a334,%eax |
4772 | » mov····(%eax),%eax | 4772 | » mov····(%eax),%eax |
4773 | » ret | 4773 | » ret |
4774 | » mov····0x988b864,%eax | 4774 | » mov····0x988b864,%eax |
4775 | » lea····-0x8(%eax),%edx | 4775 | » lea····-0x8(%eax),%edx |
4776 | » cmp····0x988b868,%edx | 4776 | » cmp····0x988b868,%edx |
4777 | » jae····805133d·<eventfd@plt+0x40bd> | 4777 | » jae····805133d·<eventfd@plt+0x40bd> |
4778 | » movl···$0x97899cc,0x988b54c | 4778 | » movl···$0x97899cc,0x988b54c |
Offset 4784, 19 lines modified | Offset 4784, 19 lines modified | ||
4784 | » mov····$0x8052c75,%eax | 4784 | » mov····$0x8052c75,%eax |
4785 | » test···$0x3,%dl | 4785 | » test···$0x3,%dl |
4786 | » jne····8051359·<eventfd@plt+0x40d9> | 4786 | » jne····8051359·<eventfd@plt+0x40d9> |
4787 | » mov····(%edx),%eax | 4787 | » mov····(%edx),%eax |
4788 | » mov····(%eax),%eax | 4788 | » mov····(%eax),%eax |
4789 | » ret | 4789 | » ret |
4790 | » mov····0x988b864,%eax | 4790 | » mov····0x988b864,%eax |
4791 | » movl···$0x97f55 | 4791 | » movl···$0x97f55e8,-0xc(%eax) |
4792 | » mov····0x988b864,%eax | 4792 | » mov····0x988b864,%eax |
4793 | » movl···$0x9789b58,-0x8(%eax) | 4793 | » movl···$0x9789b58,-0x8(%eax) |
4794 | » mov····0x988b864,%eax | 4794 | » mov····0x988b864,%eax |
4795 | » movl···$0x98852 | 4795 | » movl···$0x9885276,-0x4(%eax) |
4796 | » subl···$0xc,0x988b864 | 4796 | » subl···$0xc,0x988b864 |
4797 | » mov····$0x8c362c0,%eax | 4797 | » mov····$0x8c362c0,%eax |
4798 | » ret | 4798 | » ret |
4799 | » mov····$0x805131d,%eax | 4799 | » mov····$0x805131d,%eax |
4800 | » ret | 4800 | » ret |
4801 | » mov····0x988b864,%eax | 4801 | » mov····0x988b864,%eax |
4802 | » lea····-0x8(%eax),%edx | 4802 | » lea····-0x8(%eax),%edx |
Offset 4881, 15 lines modified | Offset 4881, 15 lines modified | ||
4881 | » ret | 4881 | » ret |
4882 | » mov····0x988b864,%eax | 4882 | » mov····0x988b864,%eax |
4883 | » movl···$0x8f915f8,(%eax) | 4883 | » movl···$0x8f915f8,(%eax) |
4884 | » mov····0x988b864,%eax | 4884 | » mov····0x988b864,%eax |
4885 | » mov····0x988b54c,%edx | 4885 | » mov····0x988b54c,%edx |
4886 | » mov····%edx,-0x8(%eax) | 4886 | » mov····%edx,-0x8(%eax) |
4887 | » mov····0x988b864,%eax | 4887 | » mov····0x988b864,%eax |
4888 | » movl···$0x97940 | 4888 | » movl···$0x9794099,-0x4(%eax) |
4889 | » subl···$0x8,0x988b864 | 4889 | » subl···$0x8,0x988b864 |
4890 | » mov····$0x82254f0,%eax | 4890 | » mov····$0x82254f0,%eax |
4891 | » ret | 4891 | » ret |
4892 | » mov····0x988b864,%eax | 4892 | » mov····0x988b864,%eax |
4893 | » movl···$0x8f915ec,(%eax) | 4893 | » movl···$0x8f915ec,(%eax) |
4894 | » mov····0x988b864,%eax | 4894 | » mov····0x988b864,%eax |
4895 | » mov····0x4(%eax),%edx | 4895 | » mov····0x4(%eax),%edx |
Offset 5039, 15 lines modified | Offset 5039, 15 lines modified | ||
5039 | » mov····0x988b54c,%edx | 5039 | » mov····0x988b54c,%edx |
5040 | » mov····(%eax),%ecx | 5040 | » mov····(%eax),%ecx |
5041 | » mov····%ecx,-0x8(%eax) | 5041 | » mov····%ecx,-0x8(%eax) |
5042 | » mov····0x2(%edx),%edx | 5042 | » mov····0x2(%edx),%edx |
5043 | » mov····0x988b864,%eax | 5043 | » mov····0x988b864,%eax |
5044 | » mov····%edx,-0x4(%eax) | 5044 | » mov····%edx,-0x4(%eax) |
5045 | » mov····0x988b864,%eax | 5045 | » mov····0x988b864,%eax |
5046 | » movl···$0x98852 | 5046 | » movl···$0x9885279,(%eax) |
5047 | » subl···$0x8,0x988b864 | 5047 | » subl···$0x8,0x988b864 |
5048 | » mov····$0x8c362c0,%eax | 5048 | » mov····$0x8c362c0,%eax |
5049 | » ret | 5049 | » ret |
5050 | » mov····0x988b864,%edx | 5050 | » mov····0x988b864,%edx |
5051 | » lea····-0xc(%edx),%eax | 5051 | » lea····-0xc(%edx),%eax |
5052 | » cmp····0x988b868,%eax | 5052 | » cmp····0x988b868,%eax |
5053 | » jae····80517ec·<eventfd@plt+0x456c> | 5053 | » jae····80517ec·<eventfd@plt+0x456c> |
Offset 5568, 15 lines modified | Offset 5568, 15 lines modified | ||
5568 | » mov····0x988b54c,%edx | 5568 | » mov····0x988b54c,%edx |
5569 | » mov····(%eax),%ecx | 5569 | » mov····(%eax),%ecx |
5570 | » mov····%ecx,-0x8(%eax) | 5570 | » mov····%ecx,-0x8(%eax) |
5571 | » mov····0x2(%edx),%edx | 5571 | » mov····0x2(%edx),%edx |
5572 | » mov····0x988b864,%eax | 5572 | » mov····0x988b864,%eax |
5573 | » mov····%edx,-0x4(%eax) | 5573 | » mov····%edx,-0x4(%eax) |
5574 | » mov····0x988b864,%eax | 5574 | » mov····0x988b864,%eax |
Max diff block lines reached; 16749650/16752941 bytes (99.98%) of diff not shown. |
Offset 26, 40 lines modified | Offset 26, 40 lines modified | ||
26 | ··0x08f91170·a8320508·03000000·1e000100·64957809·.2..........d.x. | 26 | ··0x08f91170·a8320508·03000000·1e000100·64957809·.2..........d.x. |
27 | ··0x08f91180·df310508·01000000·1e000100·54957809·.1..........T.x. | 27 | ··0x08f91180·df310508·01000000·1e000100·54957809·.1..........T.x. |
28 | ··0x08f91190·20290508·01000000·1e000100·54957809··)..........T.x. | 28 | ··0x08f91190·20290508·01000000·1e000100·54957809··)..........T.x. |
29 | ··0x08f911a0·92280508·23000000·1e000100·44957809·.(..#.......D.x. | 29 | ··0x08f911a0·92280508·23000000·1e000100·44957809·.(..#.......D.x. |
30 | ··0x08f911b0·57280508·01000000·1e000100·44957809·W(..........D.x. | 30 | ··0x08f911b0·57280508·01000000·1e000100·44957809·W(..........D.x. |
31 | ··0x08f911c0·37280508·01000000·1e000100·44957809·7(..........D.x. | 31 | ··0x08f911c0·37280508·01000000·1e000100·44957809·7(..........D.x. |
32 | ··0x08f911d0·8b310508·01000000·1e000100·2c957809·.1..........,.x. | 32 | ··0x08f911d0·8b310508·01000000·1e000100·2c957809·.1..........,.x. |
33 | ··0x08f911e0·2a280508·00000000·1e000100· | 33 | ··0x08f911e0·2a280508·00000000·1e000100·c04a8009·*(...........J.. |
34 | ··0x08f911f0·28310508·00000000·1e000100·1c957809·(1............x. | 34 | ··0x08f911f0·28310508·00000000·1e000100·1c957809·(1............x. |
35 | ··0x08f91200·1d280508·00000000·1e000100· | 35 | ··0x08f91200·1d280508·00000000·1e000100·c04a8009·.(...........J.. |
36 | ··0x08f91210·f9270508·c3000000·1e000100·d4957809·.'............x. | 36 | ··0x08f91210·f9270508·c3000000·1e000100·d4957809·.'............x. |
37 | ··0x08f91220·d3300508·c3000000·1e000100·0c957809·.0............x. | 37 | ··0x08f91220·d3300508·c3000000·1e000100·0c957809·.0............x. |
38 | ··0x08f91230·12300508·43000000·1e000100·fc947809·.0..C.........x. | 38 | ··0x08f91230·12300508·43000000·1e000100·fc947809·.0..C.........x. |
39 | ··0x08f91240·65270508·03000000·0e000000·05000200·e'.............. | 39 | ··0x08f91240·65270508·03000000·0e000000·05000200·e'.............. |
40 | ··0x08f91250·ba270508·00000000·1e000100·fc947809·.'............x. | 40 | ··0x08f91250·ba270508·00000000·1e000100·fc947809·.'............x. |
41 | ··0x08f91260·22270508·01000000·10000000·ad260508·"'...........&.. | 41 | ··0x08f91260·22270508·01000000·10000000·ad260508·"'...........&.. |
42 | ··0x08f91270·01000000·10000100·c4957809·fc260508·..........x..&.. | 42 | ··0x08f91270·01000000·10000100·c4957809·fc260508·..........x..&.. |
43 | ··0x08f91280·00000000·1e000100·bc967809·38260508·..........x.8&.. | 43 | ··0x08f91280·00000000·1e000100·bc967809·38260508·..........x.8&.. |
44 | ··0x08f91290·01000000·10000100·c4957809·87260508·..........x..&.. | 44 | ··0x08f91290·01000000·10000100·c4957809·87260508·..........x..&.. |
45 | ··0x08f912a0·00000000·1e000100·bc967809·c3250508·..........x..%.. | 45 | ··0x08f912a0·00000000·1e000100·bc967809·c3250508·..........x..%.. |
46 | ··0x08f912b0·01000000·10000100·c4957809·12260508·..........x..&.. | 46 | ··0x08f912b0·01000000·10000100·c4957809·12260508·..........x..&.. |
47 | ··0x08f912c0·00000000·1e000100·bc967809·4e250508·..........x.N%.. | 47 | ··0x08f912c0·00000000·1e000100·bc967809·4e250508·..........x.N%.. |
48 | ··0x08f912d0·01000000·10000100·c4957809·9d250508·..........x..%.. | 48 | ··0x08f912d0·01000000·10000100·c4957809·9d250508·..........x..%.. |
49 | ··0x08f912e0·00000000·1e000100·bc967809·a4360508·..........x..6.. | 49 | ··0x08f912e0·00000000·1e000100·bc967809·a4360508·..........x..6.. |
50 | ··0x08f912f0·02000100·08000100·03000100· | 50 | ··0x08f912f0·02000100·08000100·03000100·ecbe7909·..............y. |
51 | ··0x08f91300·11250508·00000000·0e000000·05000100·.%.............. | 51 | ··0x08f91300·11250508·00000000·0e000000·05000100·.%.............. |
52 | ··0x08f91310·832f0508·00000000·1e000000·e2240508·./...........$.. | 52 | ··0x08f91310·832f0508·00000000·1e000000·e2240508·./...........$.. |
53 | ··0x08f91320·01000000·10000000·cf240508·01000000·.........$...... | 53 | ··0x08f91320·01000000·10000000·cf240508·01000000·.........$...... |
54 | ··0x08f91330·1e000000·64240508·04000000·0e000000·....d$.......... | 54 | ··0x08f91330·1e000000·64240508·04000000·0e000000·....d$.......... |
55 | ··0x08f91340·03000100·bc240508·00000000·1e000100·.....$.......... | 55 | ··0x08f91340·03000100·bc240508·00000000·1e000100·.....$.......... |
56 | ··0x08f91350· | 56 | ··0x08f91350·c04a8009·0a2c0508·00000000·15000100·.J...,.......... |
57 | ··0x08f91360·cc967809·57240508·00000000·1e000100·..x.W$.......... | 57 | ··0x08f91360·cc967809·57240508·00000000·1e000100·..x.W$.......... |
58 | ··0x08f91370· | 58 | ··0x08f91370·c04a8009·c3230508·02000000·0e000000·.J...#.......... |
59 | ··0x08f91380·03000100·1b240508·00000000·1e000100·.....$.......... | 59 | ··0x08f91380·03000100·1b240508·00000000·1e000100·.....$.......... |
60 | ··0x08f91390·c0977809·bd230508·00000000·0e000100·..x..#.......... | 60 | ··0x08f91390·c0977809·bd230508·00000000·0e000100·..x..#.......... |
61 | ··0x08f913a0·0f000300·f4977809·9f230508·00000000·......x..#...... | 61 | ··0x08f913a0·0f000300·f4977809·9f230508·00000000·......x..#...... |
62 | ··0x08f913b0·1e000000·63230508·02000000·1e000100·....c#.......... | 62 | ··0x08f913b0·1e000000·63230508·02000000·1e000100·....c#.......... |
63 | ··0x08f913c0·fc977809·de220508·00000000·0e000100·..x..".......... | 63 | ··0x08f913c0·fc977809·de220508·00000000·0e000100·..x..".......... |
64 | ··0x08f913d0·0f000300·fc977809·2a230508·42000000·......x.*#..B... | 64 | ··0x08f913d0·0f000300·fc977809·2a230508·42000000·......x.*#..B... |
65 | ··0x08f913e0·1e000100·fc977809·cb220508·02000000·......x.."...... | 65 | ··0x08f913e0·1e000100·fc977809·cb220508·02000000·......x.."...... |
Offset 71, 53 lines modified | Offset 71, 53 lines modified | ||
71 | ··0x08f91440·1e000100·20987809·a7210508·05000000·....·.x..!...... | 71 | ··0x08f91440·1e000100·20987809·a7210508·05000000·....·.x..!...... |
72 | ··0x08f91450·1e000100·20987809·2d2e0508·05000000·....·.x.-....... | 72 | ··0x08f91450·1e000100·20987809·2d2e0508·05000000·....·.x.-....... |
73 | ··0x08f91460·1e000100·20987809·5c210508·03000000·....·.x.\!...... | 73 | ··0x08f91460·1e000100·20987809·5c210508·03000000·....·.x.\!...... |
74 | ··0x08f91470·1e000100·20987809·49210508·02000000·....·.x.I!...... | 74 | ··0x08f91470·1e000100·20987809·49210508·02000000·....·.x.I!...... |
75 | ··0x08f91480·1e000100·20987809·65200508·02000000·....·.x.e·...... | 75 | ··0x08f91480·1e000100·20987809·65200508·02000000·....·.x.e·...... |
76 | ··0x08f91490·0e000000·17000400·a4200508·43000000·.........·..C... | 76 | ··0x08f91490·0e000000·17000400·a4200508·43000000·.........·..C... |
77 | ··0x08f914a0·1e000100·0c987809·21200508·01000000·......x.!·...... | 77 | ··0x08f914a0·1e000100·0c987809·21200508·01000000·......x.!·...... |
78 | ··0x08f914b0·09000100·05000200· | 78 | ··0x08f914b0·09000100·05000200·44667f09·a31f0508·........Df...... |
79 | ··0x08f914c0·63000000·1e000000·881f0508·00000000·c............... | 79 | ··0x08f914c0·63000000·1e000000·881f0508·00000000·c............... |
80 | ··0x08f914d0·1e000000·fb1e0508·e7030000·1e000100·................ | 80 | ··0x08f914d0·1e000000·fb1e0508·e7030000·1e000100·................ |
81 | ··0x08f914e0·48987809·b21e0508·a7030000·1e000100·H.x............. | 81 | ··0x08f914e0·48987809·b21e0508·a7030000·1e000100·H.x............. |
82 | ··0x08f914f0·48987809·0e1e0508·64000000·1e000100·H.x.....d....... | 82 | ··0x08f914f0·48987809·0e1e0508·64000000·1e000100·H.x.....d....... |
83 | ··0x08f91500·48987809·431d0508·02000000·12000100·H.x.C........... | 83 | ··0x08f91500·48987809·431d0508·02000000·12000100·H.x.C........... |
84 | ··0x08f91510·38987809·b61d0508·02000000·1e000100·8.x............. | 84 | ··0x08f91510·38987809·b61d0508·02000000·1e000100·8.x............. |
85 | ··0x08f91520·48987809·281d0508·85030000·1e000000·H.x.(........... | 85 | ··0x08f91520·48987809·281d0508·85030000·1e000000·H.x.(........... |
86 | ··0x08f91530·f81b0508·c4010000·1e000000·101b0508·................ | 86 | ··0x08f91530·f81b0508·c4010000·1e000000·101b0508·................ |
87 | ··0x08f91540·85030000·1e000000·141a0508·85030000·................ | 87 | ··0x08f91540·85030000·1e000000·141a0508·85030000·................ |
88 | ··0x08f91550·1e000000·52350508·01000100·0c000000·....R5.......... | 88 | ··0x08f91550·1e000000·52350508·01000100·0c000000·....R5.......... |
89 | ··0x08f91560·04000100·c6180508·01000100·13000000·................ | 89 | ··0x08f91560·04000100·c6180508·01000100·13000000·................ |
90 | ··0x08f91570·77180508·01000100·13000000·28180508·w...........(... | 90 | ··0x08f91570·77180508·01000100·13000000·28180508·w...........(... |
91 | ··0x08f91580·01000100·13000000·d5170508·01000200·................ | 91 | ··0x08f91580·01000100·13000000·d5170508·01000200·................ |
92 | ··0x08f91590·0f000000·91170508·01000000·09000100·................ | 92 | ··0x08f91590·0f000000·91170508·01000000·09000100·................ |
93 | ··0x08f915a0·05000200· | 93 | ··0x08f915a0·05000200·44667f09·42170508·01000000·....Df..B....... |
94 | ··0x08f915b0·10000100·58987809·ba160508·63000000·....X.x.....c... | 94 | ··0x08f915b0·10000100·58987809·ba160508·63000000·....X.x.....c... |
95 | ··0x08f915c0·1e000000·9f160508·00000000·1e000000·................ | 95 | ··0x08f915c0·1e000000·9f160508·00000000·1e000000·................ |
96 | ··0x08f915d0·ae150508·01000000·10000100·2c997809·............,.x. | 96 | ··0x08f915d0·ae150508·01000000·10000100·2c997809·............,.x. |
97 | ··0x08f915e0·56160508·01000000·1e000000·43150508·V...........C... | 97 | ··0x08f915e0·56160508·01000000·1e000000·43150508·V...........C... |
98 | ··0x08f915f0·01000000·1e000000·12150508·01000000·................ | 98 | ··0x08f915f0·01000000·1e000000·12150508·01000000·................ |
99 | ··0x08f91600·1e000100·6c987809·e0140508·01000000·....l.x......... | 99 | ··0x08f91600·1e000100·6c987809·e0140508·01000000·....l.x......... |
100 | ··0x08f91610·1e000100·6c987809·a3140508·03000000·....l.x......... | 100 | ··0x08f91610·1e000100·6c987809·a3140508·03000000·....l.x......... |
101 | ··0x08f91620·0e000000·05000200·6e2d0508·00000000·........n-...... | 101 | ··0x08f91620·0e000000·05000200·6e2d0508·00000000·........n-...... |
102 | ··0x08f91630·1e000100·6c987809·1b140508·63000000·....l.x.....c... | 102 | ··0x08f91630·1e000100·6c987809·1b140508·63000000·....l.x.....c... |
103 | ··0x08f91640·1e000000·932b0508·00000000·15000000·.....+.......... | 103 | ··0x08f91640·1e000000·932b0508·00000000·15000000·.....+.......... |
104 | ··0x08f91650·00140508·00000000·1e000000·1f2d0508·.............-.. | 104 | ··0x08f91650·00140508·00000000·1e000000·1f2d0508·.............-.. |
105 | ··0x08f91660·21000000·1e000000·91130508·00000000·!............... | 105 | ··0x08f91660·21000000·1e000000·91130508·00000000·!............... |
106 | ··0x08f91670·0e000100·05000100· | 106 | ··0x08f91670·0e000100·05000100·a01d8009·ce130508·................ |
107 | ··0x08f91680·00000000·1e000100· | 107 | ··0x08f91680·00000000·1e000100·a01d8009·8b130508·................ |
108 | ··0x08f91690·00000000·0e000100·05000200·cc997809·..............x. | 108 | ··0x08f91690·00000000·0e000100·05000200·cc997809·..............x. |
109 | ··0x08f916a0·cb2c0508·00000000·1e000100·e4997809·.,............x. | 109 | ··0x08f916a0·cb2c0508·00000000·1e000100·e4997809·.,............x. |
110 | ··0x08f916b0·1d130508·00000000·0e000100·05000200·................ | 110 | ··0x08f916b0·1d130508·00000000·0e000100·05000200·................ |
111 | ··0x08f916c0·d4997809·752c0508·00000000·1e000100·..x.u,.......... | 111 | ··0x08f916c0·d4997809·752c0508·00000000·1e000100·..x.u,.......... |
112 | ··0x08f916d0·d4997809·282b0508·00000000·15000100·..x.(+.......... | 112 | ··0x08f916d0·d4997809·282b0508·00000000·15000100·..x.(+.......... |
113 | ··0x08f916e0·209a7809·bd2a0508·00000000·15000100··.x..*.......... | 113 | ··0x08f916e0·209a7809·bd2a0508·00000000·15000100··.x..*.......... |
114 | ··0x08f916f0·689b7809·e1120508·00000000·0e000100·h.x............. | 114 | ··0x08f916f0·689b7809·e1120508·00000000·0e000100·h.x............. |
115 | ··0x08f91700·05000100· | 115 | ··0x08f91700·05000100·34a37809·04130508·00000000·....4.x......... |
116 | ··0x08f91710·1e000100· | 116 | ··0x08f91710·1e000100·34a37809·ad120508·00000000·....4.x......... |
117 | ··0x08f91720·0e000000·0f000200·79120508·00000000·........y....... | 117 | ··0x08f91720·0e000000·0f000200·79120508·00000000·........y....... |
118 | ··0x08f91730·0e000000·0f000200·9c120508·01000000·................ | 118 | ··0x08f91730·0e000000·0f000200·9c120508·01000000·................ |
119 | ··0x08f91740·1e000000·3c120508·00000000·0e000000·....<........... | 119 | ··0x08f91740·1e000000·3c120508·00000000·0e000000·....<........... |
120 | ··0x08f91750·17000300·68120508·01000000·1e000000·....h........... | 120 | ··0x08f91750·17000300·68120508·01000000·1e000000·....h........... |
121 | ··0x08f91760·1e120508·00000000·1e000000·cf110508·................ | 121 | ··0x08f91760·1e120508·00000000·1e000000·cf110508·................ |
122 | ··0x08f91770·00000000·0e000000·0f000200·f2110508·................ | 122 | ··0x08f91770·00000000·0e000000·0f000200·f2110508·................ |
123 | ··0x08f91780·01000000·1e000000·b1110508·00000000·................ | 123 | ··0x08f91780·01000000·1e000000·b1110508·00000000·................ |
Offset 130, 2153 lines modified | Offset 130, 2153 lines modified | ||
130 | ··0x08f917f0·68636900·00000000·00000000·00000000·hci............. | 130 | ··0x08f917f0·68636900·00000000·00000000·00000000·hci............. |
131 | ··0x08f91800·3a736574·202d6973·72630a3a·73657420·:set·-isrc.:set· | 131 | ··0x08f91800·3a736574·202d6973·72630a3a·73657420·:set·-isrc.:set· |
132 | ··0x08f91810·2d686964·652d7061·636b6167·65204d6f·-hide-package·Mo | 132 | ··0x08f91810·2d686964·652d7061·636b6167·65204d6f·-hide-package·Mo |
133 | ··0x08f91820·6e616443·61746368·494f2d6d·746c0a3a·nadCatchIO-mtl.: | 133 | ··0x08f91820·6e616443·61746368·494f2d6d·746c0a3a·nadCatchIO-mtl.: |
134 | ··0x08f91830·73657420·2d686964·652d7061·636b6167·set·-hide-packag | 134 | ··0x08f91830·73657420·2d686964·652d7061·636b6167·set·-hide-packag |
135 | ··0x08f91840·65206d6f·6e616473·2d66640a·3a736574·e·monads-fd.:set | 135 | ··0x08f91840·65206d6f·6e616473·2d66640a·3a736574·e·monads-fd.:set |
136 | ··0x08f91850·202d584f·7665726c·6f616465·64537472··-XOverloadedStr | 136 | ··0x08f91850·202d584f·7665726c·6f616465·64537472··-XOverloadedStr |
137 | ··0x08f91860·696e6773·0a000000·2e2f | 137 | ··0x08f91860·696e6773·0a000000·2e2f7372·632f4d61·ings...../src/Ma |
138 | ··0x08f91870·6 | 138 | ··0x08f91870·696e2e68·73000000·00000000·00000000·in.hs........... |
139 | ··0x08f91880·4e616d65·3a202020·20202020·20202020·Name:··········· | ||
140 | ··0x08f91890·20202020·2070726f·6a6e616d·650a5665······projname.Ve | ||
141 | ··0x08f918a0·7273696f·6e3a2020·20202020·20202020·rsion:·········· | ||
142 | ··0x08f918b0·20202030·2e310a53·796e6f70·7369733a····0.1.Synopsis: | ||
143 | ··0x08f918c0·20202020·20202020·20202020·50726f6a·············Proj | ||
144 | ··0x08f918d0·65637420·53796e6f·70736973·20486572·ect·Synopsis·Her | ||
145 | ··0x08f918e0·650a4465·73637269·7074696f·6e3a2020·e.Description:·· | ||
146 | ··0x08f918f0·20202020·20202050·726f6a65·63742044········Project·D | ||
147 | ··0x08f91900·65736372·69707469·6f6e2048·6572650a·escription·Here. | ||
148 | ··0x08f91910·4c696365·6e73653a·20202020·20202020·License:········ | ||
149 | ··0x08f91920·20202020·20416c6c·52696768·74735265······AllRightsRe | ||
150 | ··0x08f91930·73657276·65640a41·7574686f·723a2020·served.Author:·· | ||
151 | ··0x08f91940·20202020·20202020·20202020·41757468·············Auth | ||
152 | ··0x08f91950·6f720a4d·61696e74·61696e65·723a2020·or.Maintainer:·· | ||
153 | ··0x08f91960·20202020·20202020·6d61696e·7461696e·········maintain | ||
154 | ··0x08f91970·65724065·78616d70·6c652e63·6f6d0a53·er@example.com.S | ||
155 | ··0x08f91980·74616269·6c697479·3a202020·20202020·tability:······· | ||
156 | ··0x08f91990·20202020·45787065·72696d65·6e74616c·····Experimental | ||
157 | ··0x08f919a0·0a436174·65676f72·793a2020·20202020·.Category:······ | ||
158 | ··0x08f919b0·20202020·20205765·620a4275·696c642d·······Web.Build- | ||
159 | ··0x08f919c0·74797065·3a202020·20202020·20202053·type:··········S | ||
160 | ··0x08f919d0·696d706c·650a4361·62616c2d·76657273·imple.Cabal-vers | ||
161 | ··0x08f919e0·696f6e3a·20202020·2020203e·3d312e32·ion:·······>=1.2 | ||
Max diff block lines reached; 8029036/8050140 bytes (99.74%) of diff not shown. |
Offset 1, 64905 lines modified | Offset 1, 64905 lines modified | ||
1 | Hex·dump·of·section·'.data': | 1 | Hex·dump·of·section·'.data': |
2 | ··0x097894a0·00000000·8410f908·00000000·9810f908·................ | 2 | ··0x097894a0·00000000·8410f908·00000000·9810f908·................ |
3 | ··0x097894b0·00000000·ac10f908·00000000·c010f908·................ | 3 | ··0x097894b0·00000000·ac10f908·00000000·c010f908·................ |
4 | ··0x097894c0· | 4 | ··0x097894c0·080c8009·cc947809·00000000·d010f908·......x......... |
5 | ··0x097894d0· | 5 | ··0x097894d0·382c7e09·14488009·e0947809·00000000·8,~..H....x..... |
6 | ··0x097894e0·f010f908·00000000·4012f908· | 6 | ··0x097894e0·f010f908·00000000·4012f908·4c418009·........@...LA.. |
7 | ··0x097894f0·e4957809·fc947809·00000000·3c902e09·..x...x.....<... | 7 | ··0x097894f0·e4957809·fc947809·00000000·3c902e09·..x...x.....<... |
8 | ··0x09789500·d4957809·0c957809·00000000·3c902e09·..x...x.....<... | 8 | ··0x09789500·d4957809·0c957809·00000000·3c902e09·..x...x.....<... |
9 | ··0x09789510·cc997809·1c957809·00000000·3c902e09·..x...x.....<... | 9 | ··0x09789510·cc997809·1c957809·00000000·3c902e09·..x...x.....<... |
10 | ··0x09789520·fc997809·2c957809·00000000·d48f2e09·..x.,.x......... | 10 | ··0x09789520·fc997809·2c957809·00000000·d48f2e09·..x.,.x......... |
11 | ··0x09789530· | 11 | ··0x09789530·a8528009·0c247909·b0977809·44957809·.R...$y...x.D.x. |
12 | ··0x09789540·00000000·3c902e09· | 12 | ··0x09789540·00000000·3c902e09·ecbe7909·54957809·....<.....y.T.x. |
13 | ··0x09789550·00000000·3c902e09·68967809·64957809·....<...h.x.d.x. | 13 | ··0x09789550·00000000·3c902e09·68967809·64957809·....<...h.x.d.x. |
14 | ··0x09789560·00000000·08902e09· | 14 | ··0x09789560·00000000·08902e09·b0a17809·7c967809·..........x.|.x. |
15 | ··0x09789570·78957809·00000000·3c902e09·a4957809·x.x.....<.....x. | 15 | ··0x09789570·78957809·00000000·3c902e09·a4957809·x.x.....<.....x. |
16 | ··0x09789580·88957809·00000000·a08f2e09·fc977809·..x...........x. | 16 | ··0x09789580·88957809·00000000·a08f2e09·fc977809·..x...........x. |
17 | ··0x09789590· | 17 | ··0x09789590·d0a27809·b49c7809·a4967809·c4957809·..x...x...x...x. |
18 | ··0x097895a0·00000000·6c8f2e09·fc977809·a89d7809·....l.....x...x. | 18 | ··0x097895a0·00000000·6c8f2e09·fc977809·a89d7809·....l.....x...x. |
19 | ··0x097895b0·00a17809·a4967809·90967809·c4957809·..x...x...x...x. | 19 | ··0x097895b0·00a17809·a4967809·90967809·c4957809·..x...x...x...x. |
20 | ··0x097895c0·00000000·3c902e09· | 20 | ··0x097895c0·00000000·3c902e09·58b47909·bc967809·....<...X.y...x. |
21 | ··0x097895d0·00000000·3c902e09· | 21 | ··0x097895d0·00000000·3c902e09·c04a8009·cc997809·....<....J....x. |
22 | ··0x097895e0·00000000·18412e09·f5957809· | 22 | ··0x097895e0·00000000·18412e09·f5957809·45528809·.....A....x.ER.. |
23 | ··0x097895f0·00000000·a4b71609·5a967809·36967809·........Z.x.6.x. | 23 | ··0x097895f0·00000000·a4b71609·5a967809·36967809·........Z.x.6.x. |
24 | ··0x09789600·0d967809·20967809·00000000·64b71609·..x.·.x.....d... | 24 | ··0x09789600·0d967809·20967809·00000000·64b71609·..x.·.x.....d... |
25 | ··0x09789610·19967809·03000000·6010f908·0013f908·..x.....`....... | 25 | ··0x09789610·19967809·03000000·6010f908·0013f908·..x.....`....... |
26 | ··0x09789620·a0992e09·00000000·00000000·00000000·................ | 26 | ··0x09789620·a0992e09·00000000·00000000·00000000·................ |
27 | ··0x09789630·64a1f908·18412e09·44967809· | 27 | ··0x09789630·64a1f908·18412e09·44967809·45528809·d....A..D.x.ER.. |
28 | ··0x09789640·00000000·a0992e09·00000000·00000000·................ | 28 | ··0x09789640·00000000·a0992e09·00000000·00000000·................ |
29 | ··0x09789650·00000000·5ca1f908·18412e09·81848809·....\....A...... | 29 | ··0x09789650·00000000·5ca1f908·18412e09·81848809·....\....A...... |
30 | ··0x09789660· | 30 | ··0x09789660·45528809·03000000·a0992e09·00000000·ER.............. |
31 | ··0x09789670·00000000·00000000·50a1f908·a0992e09·........P....... | 31 | ··0x09789670·00000000·00000000·50a1f908·a0992e09·........P....... |
32 | ··0x09789680·00000000·00000000·00000000·48a1f908·............H... | 32 | ··0x09789680·00000000·00000000·00000000·48a1f908·............H... |
33 | ··0x09789690·a0992e09·00000000·00000000·00000000·................ | 33 | ··0x09789690·a0992e09·00000000·00000000·00000000·................ |
34 | ··0x097896a0·3ca1f908·3413f908· | 34 | ··0x097896a0·3ca1f908·3413f908·44667f09·e8557f09·<...4...Df...U.. |
35 | ··0x097896b0· | 35 | ··0x097896b0·c04a8009·109a7809·00000000·5413f908·.J....x.....T... |
36 | ··0x097896c0·00000000·00000000·00000000·3c902e09·............<... | 36 | ··0x097896c0·00000000·00000000·00000000·3c902e09·............<... |
37 | ··0x097896d0· | 37 | ··0x097896d0·14ac7f09·dc967809·00000000·28a71509·......x.....(... |
38 | ··0x097896e0·9c977809·3d977809·f2967809·00000000·..x.=.x...x..... | 38 | ··0x097896e0·9c977809·3d977809·f2967809·00000000·..x.=.x...x..... |
39 | ··0x097896f0·28a71509·28977809·05977809· | 39 | ··0x097896f0·28a71509·28977809·05977809·51088009·(...(.x...x.Q... |
40 | ··0x09789700·00000000·c0a61509·18997809·04997809·..........x...x. | 40 | ··0x09789700·00000000·c0a61509·18997809·04997809·..........x...x. |
41 | ··0x09789710·f0987809·197d8809·017a8809·197d8809·..x..}...z...}.. | 41 | ··0x09789710·f0987809·197d8809·017a8809·197d8809·..x..}...z...}.. |
42 | ··0x09789720·217a8809·00000000·a0992e09·00000000·!z.............. | 42 | ··0x09789720·217a8809·00000000·a0992e09·00000000·!z.............. |
43 | ··0x09789730·00000000·00000000·34a1f908·c0a61509·........4....... | 43 | ··0x09789730·00000000·00000000·34a1f908·c0a61509·........4....... |
44 | ··0x09789740·88977809·74977809·60977809·097e8809·..x.t.x.`.x..~.. | 44 | ··0x09789740·88977809·74977809·60977809·097e8809·..x.t.x.`.x..~.. |
45 | ··0x09789750·297a8809·097e8809·717a8809·00000000·)z...~..qz...... | 45 | ··0x09789750·297a8809·097e8809·717a8809·00000000·)z...~..qz...... |
46 | ··0x09789760·a0992e09·00000000·00000000·00000000·................ | 46 | ··0x09789760·a0992e09·00000000·00000000·00000000·................ |
47 | ··0x09789770·18a1f908·a0992e09·00000000·00000000·................ | 47 | ··0x09789770·18a1f908·a0992e09·00000000·00000000·................ |
48 | ··0x09789780·00000000·0ca1f908·a0992e09·00000000·................ | 48 | ··0x09789780·00000000·0ca1f908·a0992e09·00000000·................ |
49 | ··0x09789790·00000000·00000000·04a1f908·a0992e09·................ | 49 | ··0x09789790·00000000·00000000·04a1f908·a0992e09·................ |
50 | ··0x097897a0·00000000·00000000·00000000·f8a0f908·................ | 50 | ··0x097897a0·00000000·00000000·00000000·f8a0f908·................ |
51 | ··0x097897b0·7413f908·d8977809·c0977809·00000000·t.....x...x..... | 51 | ··0x097897b0·7413f908·d8977809·c0977809·00000000·t.....x...x..... |
52 | ··0x097897c0·d48f2e09· | 52 | ··0x097897c0·d48f2e09·44667f09·e8557f09·c04a8009·....Df...U...J.. |
53 | ··0x097897d0·589b7809·00000000·a0992e09·00000000·X.x............. | 53 | ··0x097897d0·589b7809·00000000·a0992e09·00000000·X.x............. |
54 | ··0x097897e0·00000000·00000000·e0a0f908·9413f908·................ | 54 | ··0x097897e0·00000000·00000000·e0a0f908·9413f908·................ |
55 | ··0x097897f0·00000000·c413f908·00000000·8814f908·................ | 55 | ··0x097897f0·00000000·c413f908·00000000·8814f908·................ |
56 | ··0x09789800·6c987809·0c987809·00000000·08902e09·l.x...x......... | 56 | ··0x09789800·6c987809·0c987809·00000000·08902e09·l.x...x......... |
57 | ··0x09789810·2c997809·58987809·20987809·00000000·,.x.X.x.·.x..... | 57 | ··0x09789810·2c997809·58987809·20987809·00000000·,.x.X.x.·.x..... |
58 | ··0x09789820·d48f2e09· | 58 | ··0x09789820·d48f2e09·44667f09·2c597f09·90987809·....Df..,Y....x. |
59 | ··0x09789830·38987809·00000000·3c902e09·80987809·8.x.....<.....x. | 59 | ··0x09789830·38987809·00000000·3c902e09·80987809·8.x.....<.....x. |
60 | ··0x09789840·48987809·00000000·3c902e09· | 60 | ··0x09789840·48987809·00000000·3c902e09·f4a97809·H.x.....<.....x. |
61 | ··0x09789850·a4987809·00000000·a0992e09·00000000·..x............. | 61 | ··0x09789850·a4987809·00000000·a0992e09·00000000·..x............. |
62 | ··0x09789860·00000000·00000000·d8a0f908·1816f908·................ | 62 | ··0x09789860·00000000·00000000·d8a0f908·1816f908·................ |
63 | ··0x09789870· | 63 | ··0x09789870·3cc37909·ccfb7a09·c44f7909·00000000·<.y...z..Oy..... |
64 | ··0x09789880·4416f908·00000000·00000000·00000000·D............... | 64 | ··0x09789880·4416f908·00000000·00000000·00000000·D............... |
65 | ··0x09789890·a0992e09·00000000·00000000·00000000·................ | 65 | ··0x09789890·a0992e09·00000000·00000000·00000000·................ |
66 | ··0x097898a0·c0a0f908·28a71509·dc987809·b9987809·....(.....x...x. | 66 | ··0x097898a0·c0a0f908·28a71509·dc987809·b9987809·....(.....x...x. |
67 | ··0x097898b0· | 67 | ··0x097898b0·51088009·00000000·c0a61509·18997809·Q.............x. |
68 | ··0x097898c0·04997809·f0987809·017c8809·597a8809·..x...x..|..Yz.. | 68 | ··0x097898c0·04997809·f0987809·017c8809·597a8809·..x...x..|..Yz.. |
69 | ··0x097898d0·017c8809·a17a8809·00000000·a0992e09·.|...z.......... | 69 | ··0x097898d0·017c8809·a17a8809·00000000·a0992e09·.|...z.......... |
70 | ··0x097898e0·00000000·00000000·00000000·b8a0f908·................ | 70 | ··0x097898e0·00000000·00000000·00000000·b8a0f908·................ |
71 | ··0x097898f0·a0992e09·00000000·00000000·00000000·................ | 71 | ··0x097898f0·a0992e09·00000000·00000000·00000000·................ |
72 | ··0x09789900·a4a0f908·a0992e09·00000000·00000000·................ | 72 | ··0x09789900·a4a0f908·a0992e09·00000000·00000000·................ |
73 | ··0x09789910·00000000·8ca0f908·a0992e09·00000000·................ | 73 | ··0x09789910·00000000·8ca0f908·a0992e09·00000000·................ |
74 | ··0x09789920·00000000·00000000·84a0f908·6816f908·............h... | 74 | ··0x09789920·00000000·00000000·84a0f908·6816f908·............h... |
75 | ··0x09789930·00000000·44502e09·a5997809·5d997809·....DP....x.].x. | 75 | ··0x09789930·00000000·44502e09·a5997809·5d997809·....DP....x.].x. |
76 | ··0x09789940·65997809·fc29b0f9·ac82e03d·fafbb523·e.x..).....=...# | 76 | ··0x09789940·65997809·fc29b0f9·ac82e03d·fafbb523·e.x..).....=...# |
77 | ··0x09789950·af7a99cb·00000000·03000000·bc4d2e09·.z...........M.. | 77 | ··0x09789950·af7a99cb·00000000·03000000·bc4d2e09·.z...........M.. |
78 | ··0x09789960·9ca0f908·04502e09·75997809· | 78 | ··0x09789960·9ca0f908·04502e09·75997809·45528809·.....P..u.x.ER.. |
79 | ··0x09789970·03000000·44502e09·a5997809·9d997809·....DP....x...x. | 79 | ··0x09789970·03000000·44502e09·a5997809·9d997809·....DP....x...x. |
80 | ··0x09789980· | 80 | ··0x09789980·335a8809·0ddda55f·a333c95e·c8d625de·3Z....._.3.^..%. |
81 | ··0x09789990·5c5d3465·00000000·03000000·bc4d2e09·\]4e.........M.. | 81 | ··0x09789990·5c5d3465·00000000·03000000·bc4d2e09·\]4e.........M.. |
82 | ··0x097899a0·94a0f908·e84d2e09·bd997809·b5997809·.....M....x...x. | 82 | ··0x097899a0·94a0f908·e84d2e09·bd997809·b5997809·.....M....x...x. |
83 | ··0x097899b0·03000000·bc4d2e09·8ca0f908·bc4d2e09·.....M.......M.. | 83 | ··0x097899b0·03000000·bc4d2e09·8ca0f908·bc4d2e09·.....M.......M.. |
84 | ··0x097899c0·84a0f908·8c16f908·00000000·b016f908·................ | 84 | ··0x097899c0·84a0f908·8c16f908·00000000·b016f908·................ |
85 | ··0x097899d0·00000000·3c902e09·fc997809·e4997809·....<.....x...x. | 85 | ··0x097899d0·00000000·3c902e09·fc997809·e4997809·....<.....x...x. |
86 | ··0x097899e0·00000000·d48f2e09· | 86 | ··0x097899e0·00000000·d48f2e09·44667f09·e8557f09·........Df...U.. |
87 | ··0x097899f0·589b7809·109a7809·00000000·a0992e09·X.x...x......... | 87 | ··0x097899f0·589b7809·109a7809·00000000·a0992e09·X.x...x......... |
88 | ··0x09789a00·00000000·00000000·00000000·7ca0f908·............|... | 88 | ··0x09789a00·00000000·00000000·00000000·7ca0f908·............|... |
89 | ··0x09789a10·d416f908·00000000·00000000·00000000·................ | 89 | ··0x09789a10·d416f908·00000000·00000000·00000000·................ |
90 | ··0x09789a20·18412e09·909c7809·329a7809·00000000·.A....x.2.x..... | 90 | ··0x09789a20·18412e09·909c7809·329a7809·00000000·.A....x.2.x..... |
91 | ··0x09789a30·18412e09· | 91 | ··0x09789a30·18412e09·45528809·429a7809·00000000·.A..ER..B.x..... |
92 | ··0x09789a40·18412e09·7c9c7809·529a7809·00000000·.A..|.x.R.x..... | 92 | ··0x09789a40·18412e09·7c9c7809·529a7809·00000000·.A..|.x.R.x..... |
93 | ··0x09789a50·18412e09· | 93 | ··0x09789a50·18412e09·45528809·629a7809·00000000·.A..ER..b.x..... |
94 | ··0x09789a60·18412e09·449b7809·729a7809·00000000·.A..D.x.r.x..... | 94 | ··0x09789a60·18412e09·449b7809·729a7809·00000000·.A..D.x.r.x..... |
95 | ··0x09789a70·18412e09· | 95 | ··0x09789a70·18412e09·45528809·829a7809·00000000·.A..ER....x..... |
96 | ··0x09789a80·18412e09·309b7809·929a7809·00000000·.A..0.x...x..... | 96 | ··0x09789a80·18412e09·309b7809·929a7809·00000000·.A..0.x...x..... |
97 | ··0x09789a90·18412e09·1c9b7809·a29a7809·00000000·.A....x...x..... | 97 | ··0x09789a90·18412e09·1c9b7809·a29a7809·00000000·.A....x...x..... |
98 | ··0x09789aa0·18412e09·089b7809·b29a7809·00000000·.A....x...x..... | 98 | ··0x09789aa0·18412e09·089b7809·b29a7809·00000000·.A....x...x..... |
99 | ··0x09789ab0·18412e09·f49a7809·c29a7809·00000000·.A....x...x..... | 99 | ··0x09789ab0·18412e09·f49a7809·c29a7809·00000000·.A....x...x..... |
100 | ··0x09789ac0·18412e09· | 100 | ··0x09789ac0·18412e09·45528809·d29a7809·00000000·.A..ER....x..... |
101 | ··0x09789ad0·18412e09·e09a7809· | 101 | ··0x09789ad0·18412e09·e09a7809·45528809·00000000·.A....x.ER...... |
102 | ··0x09789ae0·a0992e09·00000000·00000000·00000000·................ | 102 | ··0x09789ae0·a0992e09·00000000·00000000·00000000·................ |
103 | ··0x09789af0·40a0f908·a0992e09·00000000·00000000·@............... | 103 | ··0x09789af0·40a0f908·a0992e09·00000000·00000000·@............... |
104 | ··0x09789b00·00000000·00a0f908·a0992e09·00000000·................ | 104 | ··0x09789b00·00000000·00a0f908·a0992e09·00000000·................ |
105 | ··0x09789b10·00000000·00000000·c09ff908·a0992e09·................ | 105 | ··0x09789b10·00000000·00000000·c09ff908·a0992e09·................ |
106 | ··0x09789b20·00000000·00000000·00000000·809ff908·................ | 106 | ··0x09789b20·00000000·00000000·00000000·809ff908·................ |
107 | ··0x09789b30·a0992e09·00000000·00000000·00000000·................ | 107 | ··0x09789b30·a0992e09·00000000·00000000·00000000·................ |
108 | ··0x09789b40·509ff908·a0992e09·00000000·00000000·P............... | 108 | ··0x09789b40·509ff908·a0992e09·00000000·00000000·P............... |
109 | ··0x09789b50·00000000·3c9ff908·e416f908·00000000·....<........... | 109 | ··0x09789b50·00000000·3c9ff908·e416f908·00000000·....<........... |
110 | ··0x09789b60·00000000·00000000·18412e09·909c7809·.........A....x. | 110 | ··0x09789b60·00000000·00000000·18412e09·909c7809·.........A....x. |
111 | ··0x09789b70·7a9b7809·00000000·18412e09· | 111 | ··0x09789b70·7a9b7809·00000000·18412e09·45528809·z.x......A..ER.. |
112 | ··0x09789b80·8a9b7809·00000000·18412e09·7c9c7809·..x......A..|.x. | 112 | ··0x09789b80·8a9b7809·00000000·18412e09·7c9c7809·..x......A..|.x. |
113 | ··0x09789b90·9a9b7809·00000000·18412e09· | 113 | ··0x09789b90·9a9b7809·00000000·18412e09·45528809·..x......A..ER.. |
114 | ··0x09789ba0·aa9b7809·00000000·18412e09·689c7809·..x......A..h.x. | 114 | ··0x09789ba0·aa9b7809·00000000·18412e09·689c7809·..x......A..h.x. |
115 | ··0x09789bb0·ba9b7809·00000000·18412e09· | 115 | ··0x09789bb0·ba9b7809·00000000·18412e09·45528809·..x......A..ER.. |
116 | ··0x09789bc0·ca9b7809·00000000·18412e09·549c7809·..x......A..T.x. | 116 | ··0x09789bc0·ca9b7809·00000000·18412e09·549c7809·..x......A..T.x. |
117 | ··0x09789bd0·da9b7809·00000000·18412e09·409c7809·..x......A..@.x. | 117 | ··0x09789bd0·da9b7809·00000000·18412e09·409c7809·..x......A..@.x. |
118 | ··0x09789be0·ea9b7809·00000000·18412e09· | 118 | ··0x09789be0·ea9b7809·00000000·18412e09·45528809·..x......A..ER.. |
119 | ··0x09789bf0·fa9b7809·00000000·18412e09·2c9c7809·..x......A..,.x. | 119 | ··0x09789bf0·fa9b7809·00000000·18412e09·2c9c7809·..x......A..,.x. |
120 | ··0x09789c00·0a9c7809·00000000·18412e09·189c7809·..x......A....x. | 120 | ··0x09789c00·0a9c7809·00000000·18412e09·189c7809·..x......A....x. |
121 | ··0x09789c10· | 121 | ··0x09789c10·45528809·00000000·a0992e09·00000000·ER.............. |
122 | ··0x09789c20·00000000·00000000·289ff908·a0992e09·........(....... | 122 | ··0x09789c20·00000000·00000000·289ff908·a0992e09·........(....... |
123 | ··0x09789c30·00000000·00000000·00000000·e09ef908·................ | 123 | ··0x09789c30·00000000·00000000·00000000·e09ef908·................ |
124 | ··0x09789c40·a0992e09·00000000·00000000·00000000·................ | 124 | ··0x09789c40·a0992e09·00000000·00000000·00000000·................ |
125 | ··0x09789c50·809ef908·a0992e09·00000000·00000000·................ | 125 | ··0x09789c50·809ef908·a0992e09·00000000·00000000·................ |
126 | ··0x09789c60·00000000·5c9ef908·a0992e09·00000000·....\........... | 126 | ··0x09789c60·00000000·5c9ef908·a0992e09·00000000·....\........... |
Max diff block lines reached; 8677732/8688508 bytes (99.88%) of diff not shown. |