Hi All,
Today, this forum thread appeared among the new post list
and just for curiosity, I followed the instructions:
1) Download the stack from lesson webpage
http://lessons.livecode.com/m/4071/l/18 ... finder-app
2) Opened the stack in LiveCode and wrote this code
in the message box:
Code: Select all
put decompress(the uAllWords of this stack)
3) The message box shows a really long list of words that ends
in words like: zythum zythums zyzzyva zyzzyvas zzz zzzs
4) I copied the words list and pasted in a text file.
The size of this text file is 2,974,763 bytes.
The size of this text file compressed as zip is 699,916 bytes
But there is a question that jumped on me as soon
I read the first post: Why we are not requiring that developers
post the MD5, SHA1 or SHA256 of problematic files downloaded
from the web?
For example, the stack Word_Finder.livecode produces
the following Digests:
MD5: 58636526F8AF6C1AD6B995203A69EDD2
SHA1: 4A466651E7CC64946F4B342E9743B90435451C55
SHA256: E32D61A1FE21BD60DD3FBAC71CA0F1FF1B011BD8715695E68DFB72F2B7537D55
SHA512: 2F277F1895DC05EA92588BE3FBD29E300B3802F56FA47481FC08E5AAE0AD953466086D4E4D62B5A7D616AC5FD6B0CCDF18EFCDB701E74D2D8914FC39EE5D3FCC
I am sure that there is a LiveCode stack that produces these Digest
within the LiveCode IDE or for general use, download this Raymond Lin's
utility program from:
https://download.cnet.com/MD5-SHA-Check ... 11445.html
Al