Sha256: df36f610622a0259dfe20aed55249ac23385132c4767f7dc820a2c12ef64bf1a
Contents?: true
Size: 1.17 KB
Versions: 9
Compression:
Stored size: 1.17 KB
Contents
# The binary numbers are Hawaiian words, encoded with a Huffman code based on the # letter frequencies in hafreq.txt. The word next to a code is the English translation # of the Hawaiian word -- after decoding a string of bits look for the word in a # Hawaiian-English dictionary to see if the decoding is correct. 011010 rain 001010 sugarcane 0011111 carving 110011010 night 0011000110 duck 1100001010 chicken 1001110110 swordfish 111001101111 large 001010111010 leeward 110000100010110 island 1100001010111010 ocean 0001110101111101 octopus 0000101110101111 porch 1110110111101101 goose 0010110110000110 teacher 100000111101111111 royalty 00110000110001101111 beach 11000100001100000010 thankyou 11000100011011101111 wind 0001010100000010000110 friend 0011000110000111111000110 morning 0001100110011101000001111 happy 110001000110000111110011111 year 00010100111010001111111001110 hospitality 1100010000011110001111111101111 visitor 11000100010110100001111111101101 mother 00011000001000110000111110011111 pineapple 110001101111011010001011011101101 imp 0011011110011011000100001111111101101 daughter 000101101100001100001011011000011011100110001011011100110001011010110011011010011110 triggerfish
Version data entries
9 entries across 9 versions & 1 rubygems