This file contains 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
Dictionary [ | |
ByteString{ historyId }=UInt{ 5060033 }, | |
ByteString{ id }=ByteString{ 14dc2de0074cc817 }, | |
ByteString{ internalDate }=UInt{ 1433493436000 }, | |
ByteString{ labelIds }=Sequence [ | |
ByteString{ INBOX }, | |
ByteString{ IMPORTANT }, | |
ByteString{ CATEGORY_FORUMS } | |
], | |
ByteString{ payload }=Dictionary [ |
This file contains 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
people=314 | |
going=313 | |
country=177 | |
great=168 | |
american=117 | |
good=99 | |
america=89 | |
time=75 | |
jobs=73 | |
united=66 |
This file contains 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=336 | |
going=313 | |
country=222 | |
great=168 | |
american=147 | |
job=111 | |
good=100 | |
america=95 | |
thing=93 | |
time=88 |
This file contains 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
package mc; | |
import com.hazelcast.client.HazelcastClient; | |
import com.hazelcast.core.HazelcastInstance; | |
import com.hazelcast.core.IMap; | |
import com.hazelcast.core.ITopic; | |
import java.util.UUID; | |
public class MCDemo { |
This file contains 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
################################################################################ | |
# | |
# tpm2-tss-engine | |
# | |
################################################################################ | |
TPM2_TSS_ENGINE_VERSION = 1.0.1 | |
TPM2_TSS_ENGINE_SOURCE = tpm2-tss-engine-$(TPM2_TSS_ENGINE_VERSION).tar.gz | |
TPM2_TSS_ENGINE_SITE = https://github.com/tpm2-software/tpm2-tss-engine/releases/download/v$(TPM2_TSS_ENGINE_VERSION) | |
TPM2_TSS_ENGINE_LICENSE = BSD-2-Clause |
OlderNewer