This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6709935cedbf8bbbcb01f908baa6f7e8bf027c22f6c4b9c87b8f4cbd2571211c155fee5c2842b6c916819528a7930a0fd907e91c5c3883a8bd8ed66e4358c33a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This script is derived from Paul Johnston's sha512.js | |
*/ | |
/* | |
* A JavaScript implementation of the Secure Hash Algorithm, SHA-512, as defined | |
* in FIPS 180-2 | |
* Version 2.2 Copyright Anonymous Contributor, Paul Johnston 2000 - 2009. | |
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet | |
* Distributed under the BSD License | |
* See http://pajhome.org.uk/crypt/md5 for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'html':{ | |
'p':[ | |
[0,109] | |
], | |
'br':[ | |
[24], | |
[54], | |
[85] | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<person>Mary</person> had a little <thing>lamb</thing>, | |
Its <thing>fleece</thing> was white as snow, | |
And every where that <person>Mary</person> went | |
The <thing>lamb</thing> was sure to go; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mary had a little lamb, | |
Its fleece was white as snow, | |
And every where that Mary went | |
The lamb was sure to go; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
Mary had a little lamb,<br/> | |
Its fleece was white as snow,<br/> | |
And every where that Mary went<br/> | |
The lamb was sure to go; | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<stanza> | |
<line>Mary had a little lamb,</line> | |
<line>Its fleece was white as snow,</line> | |
<line>And every where that Mary went</line> | |
<line>The lamb was sure to go;</line> | |
</stanza> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mary had a little lamb, Its fleece was white as snow, And every where that Mary went The lamb was sure to go; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'p':[ | |
[0,109] | |
], | |
'br':[ | |
[24], | |
[54], | |
[85] | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'stanza':[ | |
[0,109] | |
], | |
'line':[ | |
[0,23], | |
[24,53], | |
[54,84], | |
[85,109] | |
] |
NewerOlder