according to brukeropusreader: cursor <- 24
p1 = cursor + 2 p2 = cursor + 3
p1 = cursor p2 = cursor + 1
p1 = cursor + 1 p2 = cursor + 2
p1 = cursor + 4 p2 = cursor + 8
p1 = cursor + 8 p2 = cursor + 12
p1 = block_meta.offset p2 = p1 + 4 * block_meta.chunk_size
HEADER_LEN = 504 UNSIGNED_INT = "<I" UNSIGNED_CHAR = "<B" UNSIGNED_SHORT = "<H" INT = "<i" DOUBLE = "<d" NULL_BYTE = b"\x00" NULL_STR = "\x00" FIRST_CURSOR_POSITION = 24 META_BLOCK_SIZE = 12 ENCODING_LATIN = "latin-1" ENCODING_UTF = "utf-8" PARAM_TYPES = {0: "int", 1: "float", 2: "str", 3: "str", 4: "str"}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.