-
I'm imagining writing an ADT for JSON structure and then showing how you can write encoders/decoders for this representation.
It would cover modelling data with algebraic data types, pattern match…
-
In the attached drafts I have tried to incorporate the changes relative to the 20170708 versions that appeared to be consensus (at least more than one supporter).
The biggest change is a retro-grad…
-
_[This is a work-in-progress draft design which has been heavily edited since it was first published]_
This is an attempt at designing a highly flexible, yet compact, multipurpose container format …
-
The encoders and decoders do base64 encoding of the binary data. The blog post says that this is so that only alphanumeric data is passed to the QR encoder. I assume this is because QR has an alphanum…
-
Nibs is primarily a binary format to enable fast parsing and random access. But sometimes it's really nice to have a textual way to visualize or specify the data.
This text format is a superset of…
-
I tried to run this module with the Buffer tests from node
( https://github.com/joyent/node/blob/master/test/simple/test-buffer.js )
Tests run in Chrome 19.0.1084.52 m. May not all tests can be fixe…
sokra updated
11 years ago
-
I was able to receive a message back from remote servers in: 340442d01e53f42e027e752b329dd2662f1fb450
A few things I want to improve on for next time:
### Writing the struct to the binary encodi…
-
1. https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/02FieldEncoding.md#general-1 says that
> `nullValue` is mutually exclusive with `presence = requi…
-
## Introduction
Introduction of a `net_buf` based safe string handling library that is convenient to use while dealing with string-based network protocols.
[EDIT: This PR shows a possible implem…
-
When writing a JSON parser (GaloisInc/json#17) I needed some way to decode UTF-8 and to my dismay I found all existing solutions do not fit my expectations:
- `GHC.Encoding.UTF8` and `GHC.IO.Encoding…