Offset 1, 2 lines modified | Offset 1, 2 lines modified | ||
1 | · | 1 | ·1fef58d87595daf7a0141b74f81ef14b·2304268·haskell·optional·snap-templates_1.0.0.2-4_armhf.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2020-09-28·16:00:23.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2020-09-28·16:00:23.000000·debian-binary |
2 | -rw-r--r--···0········0········0······892·2020-09-28·16:00:23.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0······892·2020-09-28·16:00:23.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··230 | 3 | -rw-r--r--···0········0········0··2303184·2020-09-28·16:00:23.000000·data.tar.xz |
Offset 1, 12 lines modified | Offset 1, 12 lines modified | ||
1 | Displaying·notes·found·in:·.note.ABI-tag | 1 | Displaying·notes·found·in:·.note.ABI-tag |
2 | ··Owner················Data·size·» Description | 2 | ··Owner················Data·size·» Description |
3 | ··GNU··················0x00000010» NT_GNU_ABI_TAG·(ABI·version·tag)» ····OS:·Linux,·ABI:·3.2.0 | 3 | ··GNU··················0x00000010» NT_GNU_ABI_TAG·(ABI·version·tag)» ····OS:·Linux,·ABI:·3.2.0 |
4 | Displaying·notes·found·in:·.note.gnu.build-id | 4 | Displaying·notes·found·in:·.note.gnu.build-id |
5 | ··Owner················Data·size·» Description | 5 | ··Owner················Data·size·» Description |
6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 6 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·c25a174b81b8640c3950c177117ea223d9e3c2e0 |
7 | Displaying·notes·found·in:·.note.gnu.gold-version | 7 | Displaying·notes·found·in:·.note.gnu.gold-version |
8 | ··Owner················Data·size·» Description | 8 | ··Owner················Data·size·» Description |
9 | ··GNU··················0x00000009» NT_GNU_GOLD_VERSION·(gold·version)» ····Version:·gold·1.16 | 9 | ··GNU··················0x00000009» NT_GNU_GOLD_VERSION·(gold·version)» ····Version:·gold·1.16 |
Offset 193, 14 lines modified | Offset 193, 26 lines modified | ||
193 | ··snap·init·[type] | 193 | ··snap·init·[type] |
194 | ··on·that·action | 194 | ··on·that·action |
195 | ··Note:·you·can·use·--help·after·any·of·the·above·actions·to·get·help· | 195 | ··Note:·you·can·use·--help·after·any·of·the·above·actions·to·get·help· |
196 | ······init·-·create·a·new·project·directory·structure·in·the·current·directory | 196 | ······init·-·create·a·new·project·directory·structure·in·the·current·directory |
197 | ····<action>·can·be·one·of: | 197 | ····<action>·can·be·one·of: |
198 | ··snap·<action> | 198 | ··snap·<action> |
199 | Snap·1.0.0.0·Project·Kickstarter | 199 | Snap·1.0.0.0·Project·Kickstarter |
200 | >·{-#·LANGUAGE·OverloadedStrings·#-} | ||
201 | >·module·Part2·where | ||
202 | >·import···········Snap.Snaplet | ||
203 | >·data·Foo·=·Foo | ||
204 | >·data·Bar·=·Bar | ||
205 | >·fooInit·::·SnapletInit·b·Foo | ||
206 | >·fooInit·=·makeSnaplet·"foo"·"Foo·snaplet"·Nothing·$·do | ||
207 | >·····return·Foo | ||
208 | >·barInit·::·SnapletLens·b·Foo·->·SnapletInit·b·Bar | ||
209 | >·barInit·_h·=·makeSnaplet·"bar"·"Bar·snaplet"·Nothing·$·do | ||
210 | >·····return·Bar | ||
211 | ./src/Part2.lhs | ||
200 | What·Are·Snaplets? | 212 | What·Are·Snaplets? |
201 | ================== | 213 | ================== |
202 | A·snaplet·is·a·composable·web·application.··Snaplets·allow·you·to·build | 214 | A·snaplet·is·a·composable·web·application.··Snaplets·allow·you·to·build |
203 | self-contained·pieces·of·functionality·and·glue·them·together·to·make·larger | 215 | self-contained·pieces·of·functionality·and·glue·them·together·to·make·larger |
204 | applications.··Here·are·some·of·the·things·provided·by·the·snaplet·API: | 216 | applications.··Here·are·some·of·the·things·provided·by·the·snaplet·API: |
205 | ··-·Infrastructure·for·application·state/environment | 217 | ··-·Infrastructure·for·application·state/environment |
206 | ··-·Snaplet·initialization,·reload,·and·cleanup | 218 | ··-·Snaplet·initialization,·reload,·and·cleanup |
Offset 491, 26 lines modified | Offset 503, 14 lines modified | ||
491 | run·and·it·sees·that·the·snaplet's·directory·does·not·already·exist.··If·the | 503 | run·and·it·sees·that·the·snaplet's·directory·does·not·already·exist.··If·the |
492 | user·upgrades·to·a·new·version·of·the·snaplet·and·the·new·version·made·changes | 504 | user·upgrades·to·a·new·version·of·the·snaplet·and·the·new·version·made·changes |
493 | to·the·filesystem·resources,·those·resources·will·NOT·be·automatically·copied | 505 | to·the·filesystem·resources,·those·resources·will·NOT·be·automatically·copied |
494 | in·by·default.··Resource·installation·*only*·happens·when·the·`snaplets/foo` | 506 | in·by·default.··Resource·installation·*only*·happens·when·the·`snaplets/foo` |
495 | directory·does·not·exist.··If·you·want·to·get·the·latest·version·of·the | 507 | directory·does·not·exist.··If·you·want·to·get·the·latest·version·of·the |
496 | filesystem·resources,·remove·the·`snaplets/foo`·directory,·and·restart·your | 508 | filesystem·resources,·remove·the·`snaplets/foo`·directory,·and·restart·your |
497 | ./src/Tutorial.lhs | 509 | ./src/Tutorial.lhs |
498 | >·{-#·LANGUAGE·OverloadedStrings·#-} | ||
499 | >·module·Part2·where | ||
500 | >·import···········Snap.Snaplet | ||
501 | >·data·Foo·=·Foo | ||
502 | >·data·Bar·=·Bar | ||
503 | >·fooInit·::·SnapletInit·b·Foo | ||
504 | >·fooInit·=·makeSnaplet·"foo"·"Foo·snaplet"·Nothing·$·do | ||
505 | >·····return·Foo | ||
506 | >·barInit·::·SnapletLens·b·Foo·->·SnapletInit·b·Bar | ||
507 | >·barInit·_h·=·makeSnaplet·"bar"·"Bar·snaplet"·Nothing·$·do | ||
508 | >·····return·Bar | ||
509 | ./src/Part2.lhs | ||
510 | Name:················projname | 510 | Name:················projname |
511 | Version:·············0.1 | 511 | Version:·············0.1 |
512 | Synopsis:············Project·Synopsis·Here | 512 | Synopsis:············Project·Synopsis·Here |
513 | Description:·········Project·Description·Here | 513 | Description:·········Project·Description·Here |
514 | License:·············AllRightsReserved | 514 | License:·············AllRightsReserved |
515 | Author:··············Author | 515 | Author:··············Author |
516 | Maintainer:··········maintainer@example.com | 516 | Maintainer:··········maintainer@example.com |
Offset 555, 83 lines modified | Offset 555, 14 lines modified | ||
555 | ····,·_auth·::·Snaplet·(AuthManager·App) | 555 | ····,·_auth·::·Snaplet·(AuthManager·App) |
556 | makeLenses·''App | 556 | makeLenses·''App |
557 | instance·HasHeist·App·where | 557 | instance·HasHeist·App·where |
558 | ····heistLens·=·subSnaplet·heist | 558 | ····heistLens·=·subSnaplet·heist |
559 | ------------------------------------------------------------------------------ | 559 | ------------------------------------------------------------------------------ |
560 | type·AppHandler·=·Handler·App·App | 560 | type·AppHandler·=·Handler·App·App |
561 | ./src/Application.hs | 561 | ./src/Application.hs |
562 | {-#·LANGUAGE·OverloadedStrings·#-} | ||
563 | ------------------------------------------------------------------------------ | ||
564 | module·Site | ||
565 | ··)·where | ||
566 | ------------------------------------------------------------------------------ | ||
567 | import···········Control.Applicative | ||
568 | import···········Data.ByteString·(ByteString) | ||
569 | import···········Data.Map.Syntax·((##)) | ||
570 | import·qualified·Data.Text·as·T | ||
571 | import···········Snap.Core | ||
572 | import···········Snap.Snaplet | ||
573 | import···········Snap.Snaplet.Auth | ||
574 | import···········Snap.Snaplet.Auth.Backends.JsonFile | ||
575 | import···········Snap.Snaplet.Heist | ||
576 | import···········Snap.Snaplet.Session.Backends.CookieSession | ||
577 | import···········Snap.Util.FileServe | ||
578 | import·qualified·Heist.Interpreted·as·I | ||
579 | ------------------------------------------------------------------------------ | ||
580 | import···········Application | ||
581 | ------------------------------------------------------------------------------ | ||
582 | handleLogin·::·Maybe·T.Text·->·Handler·App·(AuthManager·App)·() | ||
583 | handleLogin·authError·=·heistLocal·(I.bindSplices·errs)·$·render·"login" | ||
584 | ····errs·=·maybe·mempty·splice·authError | ||
585 | ····splice·err·=·"loginError"·##·I.textSplice·err | ||
586 | ------------------------------------------------------------------------------ | ||
587 | handleLoginSubmit·::·Handler·App·(AuthManager·App)·() | ||
588 | handleLoginSubmit·= | ||
589 | ····loginUser·"login"·"password"·Nothing | ||
590 | ··············(\_·->·handleLogin·err)·(redirect·"/") | ||
591 | ····err·=·Just·"Unknown·user·or·password" | ||
592 | ------------------------------------------------------------------------------ | ||
593 | handleLogout·::·Handler·App·(AuthManager·App)·() | ||
594 | handleLogout·=·logout·>>·redirect·"/" | ||
595 | ------------------------------------------------------------------------------ | ||
596 | handleNewUser·::·Handler·App·(AuthManager·App)·() | ||
597 | handleNewUser·=·method·GET·handleForm·<|>·method·POST·handleFormSubmit | ||
598 | ····handleForm·=·render·"new_user" | ||
599 | ····handleFormSubmit·=·registerUser·"login"·"password"·>>·redirect·"/" | ||
600 | ------------------------------------------------------------------------------ | ||
601 | routes·::·[(ByteString,·Handler·App·App·())] | ||
602 | routes·=·[·("login",····with·auth·handleLoginSubmit) | ||
603 | ·········,·("logout",···with·auth·handleLogout) | ||
604 | ·········,·("new_user",·with·auth·handleNewUser) | ||
605 | ·········,·("",·········serveDirectory·"static") | ||
606 | ·········] | ||
607 | ------------------------------------------------------------------------------ | ||
608 | app·::·SnapletInit·App·App | ||
609 | app·=·makeSnaplet·"app"·"An·snaplet·example·application."·Nothing·$·do | ||
610 | ····h·<-·nestSnaplet·""·heist·$·heistInit·"templates" | ||
611 | ····s·<-·nestSnaplet·"sess"·sess·$ | ||
612 | ···········initCookieSessionManager·"site_key.txt"·"sess"·Nothing·(Just·3600) | ||
613 | ····--·NOTE:·We're·using·initJsonFileAuthManager·here·because·it's·easy·and | ||
614 | ····--·doesn't·require·any·kind·of·database·server·to·run.··In·practice, | ||
615 | ····--·you'll·probably·want·to·change·this·to·a·more·robust·auth·backend. | ||
616 | ····a·<-·nestSnaplet·"auth"·auth·$ | ||
617 | ···········initJsonFileAuthManager·defAuthSettings·sess·"users.json" | ||
618 | ····addRoutes·routes | ||
619 | ····addAuthSplices·h·auth | ||
620 | ····return·$·App·h·s·a | ||
621 | ./src/Site.hs | ||
622 | {-#·LANGUAGE·CPP·············#-} | 562 | {-#·LANGUAGE·CPP·············#-} |
623 | {-#·LANGUAGE·TemplateHaskell·#-} | 563 | {-#·LANGUAGE·TemplateHaskell·#-} |
624 | NOTE:·Don't·modify·this·file·unless·you·know·what·you·are·doing.··If·you·are | 564 | NOTE:·Don't·modify·this·file·unless·you·know·what·you·are·doing.··If·you·are |
625 | new·to·snap,·start·with·Site.hs·and·Application.hs.··This·file·contains | 565 | new·to·snap,·start·with·Site.hs·and·Application.hs.··This·file·contains |
626 | boilerplate·needed·for·dynamic·reloading·and·is·not·meant·for·general | 566 | boilerplate·needed·for·dynamic·reloading·and·is·not·meant·for·general |
627 | consumption. | 567 | consumption. |
Max diff block lines reached; 8750/15030 bytes (58.22%) of diff not shown. |
Offset 41, 1115 lines modified | Offset 41, 1115 lines modified | ||
41 | ··0x00bcb690·72756374·75726520·696e2074·68652063·ructure·in·the·c | 41 | ··0x00bcb690·72756374·75726520·696e2074·68652063·ructure·in·the·c |
42 | ··0x00bcb6a0·75727265·6e742064·69726563·746f7279·urrent·directory | 42 | ··0x00bcb6a0·75727265·6e742064·69726563·746f7279·urrent·directory |
43 | ··0x00bcb6b0·00202020·203c6163·74696f6e·3e206361·.····<action>·ca | 43 | ··0x00bcb6b0·00202020·203c6163·74696f6e·3e206361·.····<action>·ca |
44 | ··0x00bcb6c0·6e206265·206f6e65·206f663a·00202073·n·be·one·of:.··s | 44 | ··0x00bcb6c0·6e206265·206f6e65·206f663a·00202073·n·be·one·of:.··s |
45 | ··0x00bcb6d0·6e617020·3c616374·696f6e3e·00557361·nap·<action>.Usa | 45 | ··0x00bcb6d0·6e617020·3c616374·696f6e3e·00557361·nap·<action>.Usa |
46 | ··0x00bcb6e0·67653a00·536e6170·20312e30·2e302e30·ge:.Snap·1.0.0.0 | 46 | ··0x00bcb6e0·67653a00·536e6170·20312e30·2e302e30·ge:.Snap·1.0.0.0 | Diff chunk too large, falling back to line-by-line diff (1101 lines added, 1101 lines removed) |
47 | ··0x00bcb6f0·2050726f·6a656374·204b6963·6b737461··Project·Kicksta | 47 | ··0x00bcb6f0·2050726f·6a656374·204b6963·6b737461··Project·Kicksta |
48 | ··0x00bcb700·72746572·00 | 48 | ··0x00bcb700·72746572·003e207b·2d23204c·414e4755·rter.>·{-#·LANGU |
49 | ··0x00bcb710· | 49 | ··0x00bcb710·41474520·4f766572·6c6f6164·65645374·AGE·OverloadedSt |
50 | ··0x00bcb720· | 50 | ··0x00bcb720·72696e67·7320232d·7d0a3e20·6d6f6475·rings·#-}.>·modu |
51 | ··0x00bcb730·6 | 51 | ··0x00bcb730·6c652050·61727432·20776865·72650a0a·le·Part2·where.. |
52 | ··0x00bcb740· | 52 | ··0x00bcb740·3e20696d·706f7274·20202020·20202020·>·import········ |
53 | ··0x00bcb750· | 53 | ··0x00bcb750·20202053·6e61702e·536e6170·6c65740a····Snap.Snaplet. |
54 | ··0x00bcb760· | 54 | ··0x00bcb760·0a3e2064·61746120·466f6f20·3d20466f·.>·data·Foo·=·Fo |
55 | ··0x00bcb770·6 | 55 | ··0x00bcb770·6f0a3e0a·3e206461·74612042·6172203d·o.>.>·data·Bar·= |
56 | ··0x00bcb780· | 56 | ··0x00bcb780·20426172·0a3e0a3e·20666f6f·496e6974··Bar.>.>·fooInit |
57 | ··0x00bcb790· | 57 | ··0x00bcb790·203a3a20·536e6170·6c657449·6e697420··::·SnapletInit· |
58 | ··0x00bcb7a0·6 | 58 | ··0x00bcb7a0·6220466f·6f0a3e20·666f6f49·6e697420·b·Foo.>·fooInit· |
59 | ··0x00bcb7b0· | 59 | ··0x00bcb7b0·3d206d61·6b65536e·61706c65·74202266·=·makeSnaplet·"f |
60 | ··0x00bcb7c0· | 60 | ··0x00bcb7c0·6f6f2220·22466f6f·20736e61·706c6574·oo"·"Foo·snaplet |
61 | ··0x00bcb7d0· | 61 | ··0x00bcb7d0·22204e6f·7468696e·67202420·646f0a3e·"·Nothing·$·do.> |
62 | ··0x00bcb7e0·20 | 62 | ··0x00bcb7e0·20202020·20726574·75726e20·466f6f0a······return·Foo. |
63 | ··0x00bcb7f0· | 63 | ··0x00bcb7f0·3e0a3e20·62617249·6e697420·3a3a2053·>.>·barInit·::·S |
64 | ··0x00bcb800·6 | 64 | ··0x00bcb800·6e61706c·65744c65·6e732062·20466f6f·napletLens·b·Foo |
65 | ··0x00bcb810· | 65 | ··0x00bcb810·202d3e20·536e6170·6c657449·6e697420··->·SnapletInit· |
66 | ··0x00bcb820·20617 | 66 | ··0x00bcb820·62204261·720a3e20·62617249·6e697420·b·Bar.>·barInit· |
67 | ··0x00bcb830· | 67 | ··0x00bcb830·5f68203d·206d616b·65536e61·706c6574·_h·=·makeSnaplet |
68 | ··0x00bcb840·202 | 68 | ··0x00bcb840·20226261·72222022·42617220·736e6170··"bar"·"Bar·snap |
69 | ··0x00bcb850·6 | 69 | ··0x00bcb850·6c657422·204e6f74·68696e67·20242064·let"·Nothing·$·d |
70 | ··0x00bcb860·6 | 70 | ··0x00bcb860·6f0a3e20·20202020·72657475·726e2042·o.>·····return·B |
71 | ··0x00bcb870· | 71 | ··0x00bcb870·61720a00·2e2f7372·632f5061·7274322e·ar.../src/Part2. |
72 | ··0x00bcb880·6 | 72 | ··0x00bcb880·6c687300·57686174·20417265·20536e61·lhs.What·Are·Sna |
73 | ··0x00bcb890·7 | 73 | ··0x00bcb890·706c6574·733f0a3d·3d3d3d3d·3d3d3d3d·plets?.========= |
74 | ··0x00bcb8a0· | 74 | ··0x00bcb8a0·3d3d3d3d·3d3d3d3d·3d0a0a41·20736e61·=========..A·sna |
75 | ··0x00bcb8b0· | 75 | ··0x00bcb8b0·706c6574·20697320·6120636f·6d706f73·plet·is·a·compos |
76 | ··0x00bcb8c0·6 | 76 | ··0x00bcb8c0·61626c65·20776562·20617070·6c696361·able·web·applica |
77 | ··0x00bcb8d0· | 77 | ··0x00bcb8d0·74696f6e·2e202053·6e61706c·65747320·tion.··Snaplets· |
78 | ··0x00bcb8e0·6 | 78 | ··0x00bcb8e0·616c6c6f·7720796f·7520746f·20627569·allow·you·to·bui |
79 | ··0x00bcb8f0· | 79 | ··0x00bcb8f0·6c640a73·656c662d·636f6e74·61696e65·ld.self-containe |
80 | ··0x00bcb900·6 | 80 | ··0x00bcb900·64207069·65636573·206f6620·66756e63·d·pieces·of·func |
81 | ··0x00bcb910· | 81 | ··0x00bcb910·74696f6e·616c6974·7920616e·6420676c·tionality·and·gl |
82 | ··0x00bcb920·6 | 82 | ··0x00bcb920·75652074·68656d20·746f6765·74686572·ue·them·together |
83 | ··0x00bcb930· | 83 | ··0x00bcb930·20746f20·6d616b65·206c6172·6765720a··to·make·larger. |
84 | ··0x00bcb940·6 | 84 | ··0x00bcb940·6170706c·69636174·696f6e73·2e202048·applications.··H |
85 | ··0x00bcb950·6 | 85 | ··0x00bcb950·65726520·61726520·736f6d65·206f6620·ere·are·some·of· |
86 | ··0x00bcb960·7 | 86 | ··0x00bcb960·74686520·7468696e·67732070·726f7669·the·things·provi |
87 | ··0x00bcb970·6 | 87 | ··0x00bcb970·64656420·62792074·68652073·6e61706c·ded·by·the·snapl |
88 | ··0x00bcb980·657 | 88 | ··0x00bcb980·65742041·50493a0a·0a20202d·20496e66·et·API:..··-·Inf |
89 | ··0x00bcb990·6 | 89 | ··0x00bcb990·72617374·72756374·75726520·666f7220·rastructure·for· |
90 | ··0x00bcb9a0· | 90 | ··0x00bcb9a0·6170706c·69636174·696f6e20·73746174·application·stat |
91 | ··0x00bcb9b0·6 | 91 | ··0x00bcb9b0·652f656e·7669726f·6e6d656e·740a0a20·e/environment..· |
92 | ··0x00bcb9c0·6e61706c·65742 | 92 | ··0x00bcb9c0·202d2053·6e61706c·65742069·6e697469··-·Snaplet·initi |
93 | ··0x00bcb9d0· | 93 | ··0x00bcb9d0·616c697a·6174696f·6e2c2072·656c6f61·alization,·reloa |
94 | ··0x00bcb9e0·6 | 94 | ··0x00bcb9e0·642c2061·6e642063·6c65616e·75700a0a·d,·and·cleanup.. |
95 | ··0x00bcb9f0·20 | 95 | ··0x00bcb9f0·20202d20·4d616e61·67656d65·6e74206f···-·Management·o |
96 | ··0x00bcba00·6 | 96 | ··0x00bcba00·66206669·6c657379·7374656d·20646174·f·filesystem·dat |
97 | ··0x00bcba10·6 | 97 | ··0x00bcba10·6120616e·64206175·746f6d61·74696320·a·and·automatic· |
98 | ··0x00bcba20· | 98 | ··0x00bcba20·736e6170·6c657420·696e7374·616c6c61·snaplet·installa |
99 | ··0x00bcba30· | 99 | ··0x00bcba30·74696f6e·0a0a2020·2d20556e·69666965·tion..··-·Unifie |
100 | ··0x00bcba40·20 | 100 | ··0x00bcba40·6420636f·6e666967·2066696c·6520696e·d·config·file·in |
101 | ··0x00bcba50·6 | 101 | ··0x00bcba50·66726173·74727563·74757265·0a0a4f6e·frastructure..On |
102 | ··0x00bcba60· | 102 | ··0x00bcba60·65206578·616d706c·65206d69·67687420·e·example·might· |
103 | ··0x00bcba70· | 103 | ··0x00bcba70·62652061·2077696b·6920736e·61706c65·be·a·wiki·snaple |
104 | ··0x00bcba80·742 | 104 | ··0x00bcba80·742e2020·49742077·6f756c64·20626520·t.··It·would·be· |
105 | ··0x00bcba90·6 | 105 | ··0x00bcba90·64697374·72696275·74656420·61732061·distributed·as·a |
106 | ··0x00bcbaa0· | 106 | ··0x00bcbaa0·20686173·6b656c6c·0a706163·6b616765··haskell.package |
107 | ··0x00bcbab0· | 107 | ··0x00bcbab0·20746861·7420776f·756c6420·62652069··that·would·be·i |
108 | ··0x00bcbac0· | 108 | ··0x00bcbac0·6e737461·6c6c6564·20776974·68206361·nstalled·with·ca |
109 | ··0x00bcbad0· | 109 | ··0x00bcbad0·62616c20·616e6420·776f756c·64207072·bal·and·would·pr |
110 | ··0x00bcbae0·6 | 110 | ··0x00bcbae0·6f626162·6c792069·6e636c75·64652063·obably·include·c |
111 | ··0x00bcbaf0· | 111 | ··0x00bcbaf0·6f64652c·0a636f6e·66696720·66696c65·ode,.config·file |
112 | ··0x00bcbb00·7 | 112 | ··0x00bcbb00·732c2048·544d4c20·74656d70·6c617465·s,·HTML·template |
113 | ··0x00bcbb10· | 113 | ··0x00bcbb10·732c2073·74796c65·73686565·74732c20·s,·stylesheets,· |
114 | ··0x00bcbb20· | 114 | ··0x00bcbb20·4a617661·53637269·70742c20·696d6167·JavaScript,·imag |
115 | ··0x00bcbb30·6 | 115 | ··0x00bcbb30·65732c20·6574632e·20205468·650a736e·es,·etc.··The.sn |
116 | ··0x00bcbb40· | 116 | ··0x00bcbb40·61706c65·74277320·636f6465·20776f75·aplet's·code·wou |
117 | ··0x00bcbb50·6 | 117 | ··0x00bcbb50·6c642070·726f7669·64652074·6865206e·ld·provide·the·n |
118 | ··0x00bcbb60· | 118 | ··0x00bcbb60·65636573·73617279·20415049·20746f20·ecessary·API·to· |
119 | ··0x00bcbb70· | 119 | ··0x00bcbb70·6c657420·796f7572·20617070·6c696361·let·your·applica |
120 | ··0x00bcbb80· | 120 | ··0x00bcbb80·74696f6e·0a696e74·65726163·74207365·tion.interact·se |
121 | ··0x00bcbb90·6 | 121 | ··0x00bcbb90·616d6c65·73736c79·20776974·68207468·amlessly·with·th |
122 | ··0x00bcbba0·20 | 122 | ··0x00bcbba0·65207769·6b692066·756e6374·696f6e61·e·wiki·functiona |
123 | ··0x00bcbbb0·6 | 123 | ··0x00bcbbb0·6c697479·2e202057·68656e20·796f7520·lity.··When·you· |
124 | ··0x00bcbbc0· | 124 | ··0x00bcbbc0·72756e20·796f7572·0a617070·6c696361·run·your.applica |
125 | ··0x00bcbbd0·746 | 125 | ··0x00bcbbd0·74696f6e·20666f72·20746865·20666972·tion·for·the·fir |
126 | ··0x00bcbbe0· | 126 | ··0x00bcbbe0·73742074·696d652c·20616c6c·206f6620·st·time,·all·of· |
127 | ··0x00bcbbf0·746 | 127 | ··0x00bcbbf0·74686520·77696b69·20736e61·706c6574·the·wiki·snaplet |
128 | ··0x00bcbc00·7 | 128 | ··0x00bcbc00·27732066·696c6573·79737465·6d207265·'s·filesystem·re |
129 | ··0x00bcbc10·7 | 129 | ··0x00bcbc10·736f7572·6365730a·77696c6c·20617574·sources.will·aut |
130 | ··0x00bcbc20·6 | 130 | ··0x00bcbc20·6f6d6174·6963616c·6c792062·6520636f·omatically·be·co |
131 | ··0x00bcbc30· | 131 | ··0x00bcbc30·70696564·20696e74·6f207468·65206170·pied·into·the·ap |
132 | ··0x00bcbc40·7 | 132 | ··0x00bcbc40·70726f70·72696174·6520706c·61636573·propriate·places |
133 | ··0x00bcbc50· | 133 | ··0x00bcbc50·2e202054·68656e20·796f7520·77696c6c·.··Then·you·will |
134 | ··0x00bcbc60· | 134 | ··0x00bcbc60·0a696d6d·65646961·74656c79·20626520·.immediately·be· |
135 | ··0x00bcbc70·6 | 135 | ··0x00bcbc70·61626c65·20746f20·63757374·6f6d697a·able·to·customiz |
136 | ··0x00bcbc80·6 | 136 | ··0x00bcbc80·65207468·65207769·6b692074·6f206669·e·the·wiki·to·fi |
137 | ··0x00bcbc90·7 | 137 | ··0x00bcbc90·7420796f·7572206e·65656473·20627920·t·your·needs·by· |
138 | ··0x00bcbca0· | 138 | ··0x00bcbca0·65646974·696e6720·636f6e66·69670a66·editing·config.f |
139 | ··0x00bcbcb0·6 | 139 | ··0x00bcbcb0·696c6573·2c207072·6f766964·696e6720·iles,·providing· |
140 | ··0x00bcbcc0·6 | 140 | ··0x00bcbcc0·796f7572·206f776e·20737479·6c657368·your·own·stylesh |
141 | ··0x00bcbcd0· | 141 | ··0x00bcbcd0·65657473·2c206574·632e2020·57652077·eets,·etc.··We·w |
142 | ··0x00bcbce0· | 142 | ··0x00bcbce0·696c6c20·64697363·75737320·74686973·ill·discuss·this |
143 | ··0x00bcbcf0·206 | 143 | ··0x00bcbcf0·20696e20·6d6f7265·0a646574·61696c20··in·more.detail· |
144 | ··0x00bcbd00· | 144 | ··0x00bcbd00·6c617465·722e0a0a·4120736e·61706c65·later...A·snaple |
145 | ··0x00bcbd10·20 | 145 | ··0x00bcbd10·74206361·6e207265·70726573·656e7420·t·can·represent· |
146 | ··0x00bcbd20· | 146 | ··0x00bcbd20·616e7974·68696e67·2066726f·6d206261·anything·from·ba |
147 | ··0x00bcbd30·6 | 147 | ··0x00bcbd30·636b656e·64204861·736b656c·6c20696e·ckend·Haskell·in |
148 | ··0x00bcbd40·6 | 148 | ··0x00bcbd40·66726173·74727563·74757265·20776974·frastructure·wit |
149 | ··0x00bcbd50·6e6f | 149 | ··0x00bcbd50·68206e6f·0a757365·72206661·63696e67·h·no.user·facing |
150 | ··0x00bcbd60· | 150 | ··0x00bcbd60·2066756e·6374696f·6e616c69·74792074··functionality·t |
151 | ··0x00bcbd70·6 | 151 | ··0x00bcbd70·6f206120·736d616c·6c207769·64676574·o·a·small·widget |
152 | ··0x00bcbd80· | 152 | ··0x00bcbd80·206c696b·65206120·63686174·20626f78··like·a·chat·box |
153 | ··0x00bcbd90· | 153 | ··0x00bcbd90·20746861·7420676f·65732069·6e207468··that·goes·in·th |
154 | ··0x00bcbda0· | 154 | ··0x00bcbda0·650a636f·726e6572·206f6620·61207765·e.corner·of·a·we |
155 | ··0x00bcbdb0· | 155 | ··0x00bcbdb0·62207061·67652074·6f20616e·20656e74·b·page·to·an·ent |
156 | ··0x00bcbdc0· | 156 | ··0x00bcbdc0·69726520·7374616e·64616c6f·6e652077·ire·standalone·w |
157 | ··0x00bcbdd0· | 157 | ··0x00bcbdd0·65627369·7465206c·696b6520·6120626c·ebsite·like·a·bl |
158 | ··0x00bcbde0·6 | 158 | ··0x00bcbde0·6f67206f·7220666f·72756d2e·0a546865·og·or·forum..The |
159 | ··0x00bcbdf0· | 159 | ··0x00bcbdf0·20706f73·73696269·6c697469·65732061··possibilities·a |
160 | ··0x00bcbe00·20 | 160 | ··0x00bcbe00·72652065·6e646c65·73732e20·20412073·re·endless.··A·s |
161 | ··0x00bcbe10·6 | 161 | ··0x00bcbe10·6e61706c·65742069·73206120·77656220·naplet·is·a·web· |
162 | ··0x00bcbe20·6 | 162 | ··0x00bcbe20·6170706c·69636174·696f6e2c·20616e64·application,·and |
163 | ··0x00bcbe30· | 163 | ··0x00bcbe30·20776562·0a617070·6c696361·74696f6e··web.application |
164 | ··0x00bcbe40· | 164 | ··0x00bcbe40·73206172·6520736e·61706c65·74732e20·s·are·snaplets.· |
165 | ··0x00bcbe50· | 165 | ··0x00bcbe50·20546869·73206d65·616e7320·74686174··This·means·that |
166 | ··0x00bcbe60· | 166 | ··0x00bcbe60·20757369·6e672073·6e61706c·65747320··using·snaplets· |
Max diff block lines reached; 116496/264590 bytes (44.03%) of diff not shown. |
Offset 117, 108 lines modified | Offset 117, 108 lines modified | ||
117 | ··0x00c04720·da46c000·00000000·10840100·00000000·.F.............. | 117 | ··0x00c04720·da46c000·00000000·10840100·00000000·.F.............. |
118 | ··0x00c04730·00000000·00000000·70840100·00000000·........p....... | 118 | ··0x00c04730·00000000·00000000·70840100·00000000·........p....... |
119 | ··0x00c04740·00000000·00000000·d0840100·00000000·................ | 119 | ··0x00c04740·00000000·00000000·d0840100·00000000·................ |
120 | ··0x00c04750·00000000·00000000·d487b900·4847c000·............HG.. | 120 | ··0x00c04750·00000000·00000000·d487b900·4847c000·............HG.. |
121 | ··0x00c04760·3847c000·00000000·cc99b900·5947c000·8G..........YG.. | 121 | ··0x00c04760·3847c000·00000000·cc99b900·5947c000·8G..........YG.. |
122 | ··0x00c04770·35e2c800·00000000·30850100·00000000·5.......0....... | 122 | ··0x00c04770·35e2c800·00000000·30850100·00000000·5.......0....... |
123 | ··0x00c04780·00000000·00000000·90850100·00000000·................ | 123 | ··0x00c04780·00000000·00000000·90850100·00000000·................ |
124 | ··0x00c04790·00000000·00000000·f0850100·00000000·................ | ||
124 | ··0x00c047 | 125 | ··0x00c047a0·00000000·00000000·d487b900·9847c000·.............G.. |
125 | ··0x00c047a0·7847c000·00000000·cc99b900·9947c000·xG...........G.. | ||
126 | ··0x00c047b0· | 126 | ··0x00c047b0·8847c000·00000000·50860100·00000000·.G......P....... |
127 | ··0x00c047c0·00000000·00000000·50860100·00000000·........P....... | ||
128 | ··0x00c047 | 127 | ··0x00c047c0·00000000·00000000·b0860100·00000000·................ |
129 | ··0x00c047 | 128 | ··0x00c047d0·00000000·00000000·d487b900·c847c000·.............G.. |
130 | ··0x00c047 | 129 | ··0x00c047e0·b847c000·00000000·10870100·00000000·.G.............. |
131 | ··0x00c04 | 130 | ··0x00c047f0·00000000·00000000·70870100·00000000·........p....... |
132 | ··0x00c048 | 131 | ··0x00c04800·00000000·00000000·d487b900·f847c000·.............G.. |
133 | ··0x00c048 | 132 | ··0x00c04810·e847c000·00000000·d0870100·00000000·.G.............. |
134 | ··0x00c048 | 133 | ··0x00c04820·00000000·00000000·30880100·00000000·........0....... |
135 | ··0x00c048 | 134 | ··0x00c04830·00000000·00000000·d487b900·2848c000·............(H.. |
136 | ··0x00c048 | 135 | ··0x00c04840·1848c000·00000000·90880100·00000000·.H.............. |
137 | ··0x00c048 | 136 | ··0x00c04850·00000000·00000000·f0880100·00000000·................ |
138 | ··0x00c048 | 137 | ··0x00c04860·00000000·00000000·d487b900·5848c000·............XH.. |
139 | ··0x00c048 | 138 | ··0x00c04870·4848c000·00000000·50890100·00000000·HH......P....... |
140 | ··0x00c048 | 139 | ··0x00c04880·00000000·00000000·b0890100·00000000·................ |
141 | ··0x00c048 | 140 | ··0x00c04890·00000000·00000000·d487b900·8848c000·.............H.. |
142 | ··0x00c048 | 141 | ··0x00c048a0·7848c000·00000000·108a0100·00000000·xH.............. |
143 | ··0x00c048 | 142 | ··0x00c048b0·00000000·00000000·708a0100·00000000·........p....... |
144 | ··0x00c048 | 143 | ··0x00c048c0·00000000·00000000·d487b900·b848c000·.............H.. |
145 | ··0x00c048 | 144 | ··0x00c048d0·a848c000·00000000·d08a0100·00000000·.H.............. |
146 | ··0x00c048 | 145 | ··0x00c048e0·00000000·00000000·308b0100·00000000·........0....... |
147 | ··0x00c04 | 146 | ··0x00c048f0·00000000·00000000·d487b900·e848c000·.............H.. |
148 | ··0x00c049 | 147 | ··0x00c04900·d848c000·00000000·908b0100·00000000·.H.............. |
149 | ··0x00c049 | 148 | ··0x00c04910·00000000·00000000·f08b0100·00000000·................ |
149 | ··0x00c04920·00000000·00000000·508c0100·00000000·........P....... | ||
150 | ··0x00c04930·00000000·00000000·d487b900·2849c000·............(I.. | 150 | ··0x00c04930·00000000·00000000·d487b900·2849c000·............(I.. |
151 | ··0x00c04940·1849c000·00000000· | 151 | ··0x00c04940·1849c000·00000000·b08c0100·00000000·.I.............. |
152 | ··0x00c04950·00000000·00000000·b08c0100·00000000·................ | ||
153 | ··0x00c049 | 152 | ··0x00c04950·00000000·00000000·108d0100·00000000·................ |
154 | ··0x00c049 | 153 | ··0x00c04960·00000000·00000000·708d0100·00000000·........p....... |
155 | ··0x00c049 | 154 | ··0x00c04970·00000000·00000000·d08d0100·00000000·................ |
156 | ··0x00c049 | 155 | ··0x00c04980·00000000·00000000·308e0100·00000000·........0....... |
157 | ··0x00c049 | 156 | ··0x00c04990·00000000·00000000·908e0100·00000000·................ |
158 | ··0x00c049 | 157 | ··0x00c049a0·00000000·00000000·d487b900·9849c000·.............I.. |
159 | ··0x00c049 | 158 | ··0x00c049b0·8849c000·00000000·cc99b900·a949c000·.I...........I.. |
160 | ··0x00c049 | 159 | ··0x00c049c0·35e2c800·00000000·d487b900·9849c000·5............I.. |
161 | ··0x00c049 | 160 | ··0x00c049d0·7847c000·00000000·cc99b900·c949c000·xG...........I.. |
162 | ··0x00c049 | 161 | ··0x00c049e0·6a47c000·00000000·cc99b900·a947c000·jG...........G.. |
162 | ··0x00c049f0·da49c000·00000000·cc99b900·d947c000·.I...........G.. | ||
163 | ··0x00c04a00·ea49c000·00000000·cc99b900· | 163 | ··0x00c04a00·ea49c000·00000000·cc99b900·0948c000·.I...........H.. |
164 | ··0x00c04a10·fa49c000·00000000·cc99b900· | 164 | ··0x00c04a10·fa49c000·00000000·cc99b900·3948c000·.I..........9H.. |
165 | ··0x00c04a20·0a4ac000·00000000·cc99b900· | 165 | ··0x00c04a20·0a4ac000·00000000·cc99b900·6948c000·.J..........iH.. |
166 | ··0x00c04a30·1a4ac000·00000000·cc99b900· | 166 | ··0x00c04a30·1a4ac000·00000000·cc99b900·9948c000·.J...........H.. |
167 | ··0x00c04a40·2a4ac000·00000000·cc99b900· | 167 | ··0x00c04a40·2a4ac000·00000000·cc99b900·c948c000·*J...........H.. |
168 | ··0x00c04a50·3a4ac000·00000000·cc99b900· | 168 | ··0x00c04a50·3a4ac000·00000000·cc99b900·f948c000·:J...........H.. |
169 | ··0x00c04a60·4a4ac000·00000000·f08e0100·00000000·JJ.............. | 169 | ··0x00c04a60·4a4ac000·00000000·f08e0100·00000000·JJ.............. |
170 | ··0x00c04a70·00000000·00000000·508f0100·00000000·........P....... | 170 | ··0x00c04a70·00000000·00000000·508f0100·00000000·........P....... |
171 | ··0x00c04a80·00000000·00000000·d487b900·784ac000·............xJ.. | 171 | ··0x00c04a80·00000000·00000000·d487b900·784ac000·............xJ.. |
172 | ··0x00c04a90·684ac000·00000000·cc99b900·894ac000·hJ...........J.. | 172 | ··0x00c04a90·684ac000·00000000·cc99b900·894ac000·hJ...........J.. |
173 | ··0x00c04aa0· | 173 | ··0x00c04aa0·ba49c000·00000000·cc99b900·894ac000·.I...........J.. |
174 | ··0x00c04ab0·5a4ac000·00000000·cc99b900·3949c000·ZJ..........9I.. | ||
175 | ··0x00c04a | 174 | ··0x00c04ab0·5a4ac000·00000000·cc99b900·894ac000·ZJ...........J.. |
176 | ··0x00c04a | 175 | ··0x00c04ac0·1a47c000·00000000·b08f0100·00000000·.G.............. |
177 | ··0x00c04a | 176 | ··0x00c04ad0·00000000·00000000·10900100·00000000·................ |
178 | ··0x00c04a | 177 | ··0x00c04ae0·00000000·00000000·d487b900·d84ac000·.............J.. |
179 | ··0x00c04 | 178 | ··0x00c04af0·c84ac000·00000000·cc99b900·e94ac000·.J...........J.. |
180 | ··0x00c04b | 179 | ··0x00c04b00·9a4ac000·00000000·d487b900·d84ac000·.J...........J.. |
180 | ··0x00c04b10·0849c000·00000000·cc99b900·094bc000·.I...........K.. | ||
181 | ··0x00c04b20· | 181 | ··0x00c04b20·aa4ac000·00000000·d487b900·d84ac000·.J...........J.. |
182 | ··0x00c04b30·2847c000·00000000·cc99b900·294bc000·(G..........)K.. | ||
182 | ··0x00c04b | 183 | ··0x00c04b40·ba4ac000·00000000·70900100·00000000·.J......p....... |
183 | ··0x00c04b | 184 | ··0x00c04b50·00000000·00000000·d0900100·00000000·................ |
184 | ··0x00c04b | 185 | ··0x00c04b60·00000000·00000000·d487b900·584bc000·............XK.. |
185 | ··0x00c04b | 186 | ··0x00c04b70·484bc000·00000000·cc99b900·694bc000·HK..........iK.. |
186 | ··0x00c04b70·0a4bc000·00000000·d487b900·484bc000·.K..........HK.. | ||
187 | ··0x00c04b80· | 187 | ··0x00c04b80·fa4ac000·00000000·cc99b900·694bc000·.J..........iK.. |
188 | ··0x00c04b90·1a4bc000·00000000· | 188 | ··0x00c04b90·1a4bc000·00000000·cc99b900·3949c000·.K..........9I.. |
189 | ··0x00c04ba0· | 189 | ··0x00c04ba0·8a4bc000·00000000·cc99b900·694bc000·.K..........iK.. |
190 | ··0x00c04bb0· | 190 | ··0x00c04bb0·3a4bc000·00000000·30910100·00000000·:K......0....... |
191 | ··0x00c04bc0·00000000·00000000·cc99b900·b84bc000·.............K.. | 191 | ··0x00c04bc0·00000000·00000000·cc99b900·b84bc000·.............K.. |
192 | ··0x00c04bd0·35e2c800·00000000·cc99b900· | 192 | ··0x00c04bd0·35e2c800·00000000·cc99b900·4849c000·5...........HI.. |
193 | ··0x00c04be0·ca4bc000·00000000·cc99b900· | 193 | ··0x00c04be0·ca4bc000·00000000·cc99b900·5849c000·.K..........XI.. |
194 | ··0x00c04bf0·da4bc000·00000000·cc99b900· | 194 | ··0x00c04bf0·da4bc000·00000000·cc99b900·6849c000·.K..........hI.. |
195 | ··0x00c04c00·ea4bc000·00000000·90910100·00000000·.K.............. | 195 | ··0x00c04c00·ea4bc000·00000000·90910100·00000000·.K.............. |
196 | ··0x00c04c10·00000000·00000000·cc99b900·084cc000·.............L.. | 196 | ··0x00c04c10·00000000·00000000·cc99b900·084cc000·.............L.. |
197 | ··0x00c04c20·ca4bc000·00000000·d487b900·1a4cc000·.K...........L.. | 197 | ··0x00c04c20·ca4bc000·00000000·d487b900·1a4cc000·.K...........L.. |
198 | ··0x00c04c30· | 198 | ··0x00c04c30·7a4bc000·00000000·d487b900·1a4cc000·zK...........L.. |
199 | ··0x00c04c40·aa4bc000·00000000·cc99b900·084cc000·.K...........L.. | 199 | ··0x00c04c40·aa4bc000·00000000·cc99b900·084cc000·.K...........L.. |
200 | ··0x00c04c50·fa4bc000·00000000·cc99b900· | 200 | ··0x00c04c50·fa4bc000·00000000·cc99b900·7849c000·.K..........xI.. |
201 | ··0x00c04c60·4a4cc000·00000000·d487b900·5a4cc000·JL..........ZL.. | 201 | ··0x00c04c60·4a4cc000·00000000·d487b900·5a4cc000·JL..........ZL.. |
202 | ··0x00c04c70· | 202 | ··0x00c04c70·9a4bc000·00000000·f0910100·00000000·.K.............. |
203 | ··0x00c04c80·00000000·00000000·58920100·00000000·........X....... | 203 | ··0x00c04c80·00000000·00000000·58920100·00000000·........X....... |
204 | ··0x00c04c90·f0920100·00000000·90930100·00000000·................ | 204 | ··0x00c04c90·f0920100·00000000·90930100·00000000·................ |
205 | ··0x00c04ca0·28940100·00000000·00000000·00000000·(............... | 205 | ··0x00c04ca0·28940100·00000000·00000000·00000000·(............... |
206 | ··0x00c04cb0·7c449a00·8b4cc000·914cc000·a24cc000·|D...L...L...L.. | 206 | ··0x00c04cb0·7c449a00·8b4cc000·914cc000·a24cc000·|D...L...L...L.. |
207 | ··0x00c04cc0·00000000·50940100·4c17b900·c64cc000·....P...L....L.. | 207 | ··0x00c04cc0·00000000·50940100·4c17b900·c64cc000·....P...L....L.. |
208 | ··0x00c04cd0·f642c000·03000000·00000000·00000000·.B.............. | 208 | ··0x00c04cd0·f642c000·03000000·00000000·00000000·.B.............. |
209 | ··0x00c04ce0·b072bb00·d887c400·847bc400·d845c000·.r.......{...E.. | 209 | ··0x00c04ce0·b072bb00·d887c400·847bc400·d845c000·.r.......{...E.. |
210 | ··0x00c04cf0·3846c000·e845c000·00000000·5072bb00·8F...E......Pr.. | 210 | ··0x00c04cf0·3846c000·e845c000·00000000·5072bb00·8F...E......Pr.. |
211 | ··0x00c04d00·9843c000·e04cc000·00000000·5072bb00·.C...L......Pr.. | 211 | ··0x00c04d00·9843c000·e04cc000·00000000·5072bb00·.C...L......Pr.. |
212 | ··0x00c04d10·f4cbc400·4441c000·00000000·00000000·....DA.......... | 212 | ··0x00c04d10·f4cbc400·4441c000·00000000·00000000·....DA.......... |
213 | ··0x00c04d20·b072bb00·d442c000·184cc000·a84bc000·.r...B...L...K.. | 213 | ··0x00c04d20·b072bb00·d442c000·184cc000·a84bc000·.r...B...L...K.. |
214 | ··0x00c04d30·9046c000·0c4dc000·00000000·00000000·.F...M.......... | 214 | ··0x00c04d30·9046c000·0c4dc000·00000000·00000000·.F...M.......... |
215 | ··0x00c04d40·9072bb00· | 215 | ··0x00c04d40·9072bb00·984bc000·584cc000·e841c000·.r...K..XL...A.. |
216 | ··0x00c04d50·204dc000·00000000·00000000·00000000··M.............. | 216 | ··0x00c04d50·204dc000·00000000·00000000·00000000··M.............. |
217 | ··0x00c04d60·7072bb00· | 217 | ··0x00c04d60·7072bb00·784bc000·d841c000·404dc000·pr..xK...A..@M.. |
218 | ··0x00c04d70·00000000·5072bb00·c841c000·604dc000·....Pr...A..`M.. | 218 | ··0x00c04d70·00000000·5072bb00·c841c000·604dc000·....Pr...A..`M.. |
219 | ··0x00c04d80·00000000·00000000·00000000·00000000·................ | 219 | ··0x00c04d80·00000000·00000000·00000000·00000000·................ |
220 | ··0x00c04d90·b072bb00·8462c500·e4ccc000·b0cbc000·.r...b.......... | 220 | ··0x00c04d90·b072bb00·8462c500·e4ccc000·b0cbc000·.r...b.......... |
221 | ··0x00c04da0·1846c000·744dc000·00000000·5072bb00·.F..tM......Pr.. | 221 | ··0x00c04da0·1846c000·744dc000·00000000·5072bb00·.F..tM......Pr.. |
222 | ··0x00c04db0·9843c000·904dc000·00000000·5072bb00·.C...M......Pr.. | 222 | ··0x00c04db0·9843c000·904dc000·00000000·5072bb00·.C...M......Pr.. |
223 | ··0x00c04dc0·fc4cc000·ac4dc000·00000000·00000000·.L...M.......... | 223 | ··0x00c04dc0·fc4cc000·ac4dc000·00000000·00000000·.L...M.......... |
224 | ··0x00c04dd0·a4980100·2459c500·b841c000·bc4dc000·....$Y...A...M.. | 224 | ··0x00c04dd0·a4980100·2459c500·b841c000·bc4dc000·....$Y...A...M.. |
Offset 15, 28 lines modified | Offset 15, 28 lines modified | ||
15 | ··0x00cd3254·0c75bb00·5499b900·d442c000·bcc7c700·.u..T....B...... | 15 | ··0x00cd3254·0c75bb00·5499b900·d442c000·bcc7c700·.u..T....B...... |
16 | ··0x00cd3264·e442c000·f442c000·e9b4bc00·eeb4bc00·.B...B.......... | 16 | ··0x00cd3264·e442c000·f442c000·e9b4bc00·eeb4bc00·.B...B.......... |
17 | ··0x00cd3274·28b5bc00·60b5bc00·a0b5bc00·ddb5bc00·(...`........... | 17 | ··0x00cd3274·28b5bc00·60b5bc00·a0b5bc00·ddb5bc00·(...`........... |
18 | ··0x00cd3284·f7b5bc00·0ab6bc00·1bb6bc00·62b6bc00·............b... | 18 | ··0x00cd3284·f7b5bc00·0ab6bc00·1bb6bc00·62b6bc00·............b... |
19 | ··0x00cd3294·b1b6bc00·cdb6bc00·ddb6bc00·e4b6bc00·................ | 19 | ··0x00cd3294·b1b6bc00·cdb6bc00·ddb6bc00·e4b6bc00·................ |
20 | ··0x00cd32a4·c845c000·847bc400·d845c000·2846c000·.E...{...E..(F.. | 20 | ··0x00cd32a4·c845c000·847bc400·d845c000·2846c000·.E...{...E..(F.. |
21 | ··0x00cd32b4·9843c000·7846c000·3846c000·05b7bc00·.C..xF..8F...... | 21 | ··0x00cd32b4·9843c000·7846c000·3846c000·05b7bc00·.C..xF..8F...... |
22 | ··0x00cd32c4· | 22 | ··0x00cd32c4·74b8bc00·84b8bc00·b3fbbc00·c6fbbc00·t............... |
23 | ··0x00cd32d4·2d00bd00·7903bd00·8e03bd00· | 23 | ··0x00cd32d4·2d00bd00·7903bd00·8e03bd00·1317bd00·-...y........... |
24 | ··0x00cd32e4· | 24 | ··0x00cd32e4·4924bd00·5724bd00·2b25bd00·4f25bd00·I$..W$..+%..O%.. |
25 | ··0x00cd32f4·9625bd00·ba25bd00·7527bd00·9a27bd00·.%...%..u'...'.. | ||
26 | ··0x00cd3 | 25 | ··0x00cd32f4·3726bd00·5d26bd00·e826bd00·1127bd00·7&..]&...&...'.. |
26 | ··0x00cd3304·5027bd00·7527bd00·3029bd00·5529bd00·P'..u'..0)..U).. | ||
27 | ··0x00cd3314· | 27 | ··0x00cd3314·cf2abd00·f72abd00·3a2bbd00·622bbd00·.*...*..:+..b+.. |
28 | ··0x00cd3324· | 28 | ··0x00cd3324·7433bd00·cd34bd00·e134bd00·fc34bd00·t3...4...4...4.. |
29 | ··0x00cd3334·0d35bd00·1835bd00·2135bd00·6537bd00·.5...5..!5..e7.. | 29 | ··0x00cd3334·0d35bd00·1835bd00·2135bd00·6537bd00·.5...5..!5..e7.. |
30 | ··0x00cd3344·7337bd00·8037bd00·9237bd00· | 30 | ··0x00cd3344·7337bd00·8037bd00·9237bd00·1e3bbd00·s7...7...7...;.. |
31 | ··0x00cd3354· | 31 | ··0x00cd3354·2a3bbd00·903bbd00·983bbd00·9e3bbd00·*;...;...;...;.. |
32 | ··0x00cd3364·a43bbd00·884cc000·904cc000·984cc000·.;...L...L...L.. | 32 | ··0x00cd3364·a43bbd00·884cc000·904cc000·984cc000·.;...L...L...L.. |
33 | ··0x00cd3374·c44cc000·f4cbc400·b452c500·d04dc000·.L.......R...M.. | 33 | ··0x00cd3374·c44cc000·f4cbc400·b452c500·d04dc000·.L.......R...M.. |
34 | ··0x00cd3384·c84cc000·3041c000·e4ccc000·b0cbc000·.L..0A.......... | 34 | ··0x00cd3384·c84cc000·3041c000·e4ccc000·b0cbc000·.L..0A.......... |
35 | ··0x00cd3394· | 35 | ··0x00cd3394·984bc000·584cc000·784bc000·184cc000·.K..XL..xK...L.. |
36 | ··0x00cd33a4·a84bc000·ec4dc000·ac3ec000·144ec000·.K...M...>...N.. | 36 | ··0x00cd33a4·a84bc000·ec4dc000·ac3ec000·144ec000·.K...M...>...N.. |
37 | ··0x00cd33b4·204ec000·384ec000·b462c000·8c0e6300··N..8N...b....c. | 37 | ··0x00cd33b4·204ec000·384ec000·b462c000·8c0e6300··N..8N...b....c. |
38 | ··0x00cd33c4·744ec000·2063c000·a40e6300·98960d00·tN..·c....c..... | 38 | ··0x00cd33c4·744ec000·2063c000·a40e6300·98960d00·tN..·c....c..... |
39 | ··0x00cd33d4·844ec000·984ec000·24030d00·20cec400·.N...N..$...·... | 39 | ··0x00cd33d4·844ec000·984ec000·24030d00·20cec400·.N...N..$...·... |
40 | ··0x00cd33e4·6098c200·b04ec000·b84ec000·c04ec000·`....N...N...N.. | 40 | ··0x00cd33e4·6098c200·b04ec000·b84ec000·c04ec000·`....N...N...N.. |
41 | ··0x00cd33f4·c84ec000·a44fc000·944fc000·b44fc000·.N...O...O...O.. | 41 | ··0x00cd33f4·c84ec000·a44fc000·944fc000·b44fc000·.N...O...O...O.. |
42 | ··0x00cd3404·282cc900·2c64c000·7464c000·a4dea700·(,..,d..td...... | 42 | ··0x00cd3404·282cc900·2c64c000·7464c000·a4dea700·(,..,d..td...... |