Most elegant way to match on all pattern permutations?
|
|
7
|
399
|
April 17, 2022
|
Recursive file parsing
|
|
1
|
210
|
December 22, 2021
|
IO.binread zero byte
|
|
1
|
243
|
November 27, 2021
|
Am I XOR'ing efficiently here?
|
|
2
|
296
|
November 26, 2021
|
How to pad a binary with 0's?
|
|
5
|
611
|
September 6, 2021
|
Create little-endian binary from x::6 y::10 integer parts
|
|
5
|
426
|
July 26, 2021
|
ExUnit and binaries
|
|
5
|
400
|
April 13, 2021
|
Help me understand floats in bitstring behaviour
|
|
2
|
325
|
March 29, 2021
|
Adding element into list with pipe operator
|
|
3
|
445
|
March 20, 2021
|
It's possible to write a custom Guard to check for a blank string?
|
|
21
|
5944
|
March 10, 2021
|
Trying to figure out why 2.3 MB JSON binary allocates 35 MB of heap
|
|
20
|
1833
|
February 19, 2021
|
How to read a file of numeric data as a list of integers?
|
|
16
|
699
|
January 26, 2021
|
Dynamic pattern matching of binaries in function heads?
|
|
6
|
984
|
December 5, 2020
|
Analogue of python's: array.array('H', file.read(n_bytes))
|
|
5
|
455
|
August 17, 2020
|
Best way to compare graphemes to codepoints from a binary pattern match
|
|
4
|
712
|
July 28, 2020
|
Binary to integer (no parsing)
|
|
9
|
2000
|
July 9, 2020
|
Why does binary-size(8) behave differently than size(64) in binary matches?
|
|
2
|
414
|
March 15, 2020
|
Where did the name "binaries" come from? And how does this relate to Base2
|
|
53
|
1707
|
March 9, 2020
|
Is there way to tell if a given character (i.e. code point) is printable?
|
|
1
|
340
|
February 29, 2020
|
Binary matrix with specific sum for columns and rows
|
|
0
|
325
|
December 28, 2019
|
How to best create bitstrings / binary data with known values with mixed types
|
|
2
|
469
|
December 10, 2019
|
Reverse match of binary?
|
|
4
|
655
|
December 2, 2019
|
Is there a way to inspect a list of integers without accidentally ending up with a charlist?
|
|
12
|
1684
|
November 1, 2019
|
Extracting 15-bit integer values from binary with pattern matching
|
|
3
|
1644
|
October 12, 2019
|
Performance of random access to binaries
|
|
3
|
652
|
September 21, 2019
|
How to manipurate bitstring(not binary) such as making a value, concatinating, converting into integer?
|
|
2
|
4699
|
May 25, 2019
|
Storing list of structs in file one by one
|
|
2
|
856
|
January 25, 2019
|
Why aren't binaries enumerable?
|
|
1
|
1421
|
December 29, 2018
|
String transliteration - best strategy?
|
|
6
|
966
|
December 10, 2018
|