diff --git a/content/research/decoding-fast-examples.md b/content/research/decoding-fast-examples.md index e8e5182..3fcf128 100644 --- a/content/research/decoding-fast-examples.md +++ b/content/research/decoding-fast-examples.md @@ -1,7 +1,6 @@ +++ title = "Decoding the FAST Protocol: Examples" date = 2022-01-12 -draft = true [taxonomies] tags = ["finance", "binary", "protocol", "fix", "fast", "examples"] @@ -17,6 +16,8 @@ understand. Same disclaimer as before: Because this is based on my personal experience, some things may be out of place. I tried my best to keep things correctly, but I may have misunderstood something, or maybe I just typed the value wrong here. + +Also, if I find any other interesting examples, I'll add them here. {% end %} # Simple Hello World @@ -239,12 +240,8 @@ faster now: sequence is complete; also, this is the last element of "OuterSequence", so everything is done. -# Decimals - -# Presence Map Usage - --- Changelog: -- 2022-01-12: First release. +- 2022-01-17: First release. diff --git a/content/research/decoding-fast-examples.pt.md b/content/research/decoding-fast-examples.pt.md index 20687ea..891a889 100644 --- a/content/research/decoding-fast-examples.pt.md +++ b/content/research/decoding-fast-examples.pt.md @@ -1,7 +1,6 @@ +++ title = "Decodificando o Protocolo FAST: Exemplos" date = 2022-01-12 -draft = true [taxonomies] tags = ["finanças", "binário", "protocolo", "fix", "fast", "exemplos"] @@ -17,6 +16,9 @@ Mesmo aviso do post anterior: Como isso tudo é baseado na minha experiência pessoal, algumas coisas podem estar erradas. Eu tentei o meu melhor para deixar tudo correto, mas eu posso ter entendido alguma coisa errada, ou digitei errado aqui. + +Ainda, a medida que eu for encontrando casos que eu acredite sejam +interessantes, novos exemplos serão adicionados. {% end %} # Hello World @@ -243,6 +245,11 @@ Agora mais rápido: "InnerSequence", a sequência está completa; ainda, como este era o último elemento de "OuterSequence", a leitura terminou. +--- + +Changelog: + +- 2022-01-17: Versão inicial.