Skip to content

Instantly share code, notes, and snippets.

View noctarius's full-sized avatar

noctarius aka Christoph Engelbert noctarius

View GitHub Profile
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 [
people=314
going=313
country=177
great=168
american=117
good=99
america=89
time=75
jobs=73
united=66
person=336
going=313
country=222
great=168
american=147
job=111
good=100
america=95
thing=93
time=88
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 {
@noctarius
noctarius / .mk
Last active January 13, 2020 17:48
################################################################################
#
# 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