Latest #bitstring Threads Top

arruah
Hello everyone, I’m encountering a truly baffling and persistent issue with Elixir’s bitstring syntax for little-endian integer encoding...
New
gsmlg
After update elixir to 1.18 gots an error ** (ArgumentError) argument error This error has no error stack or error line. After a few h...
New
Rtransat
Hi, I’m new with Elixir and for learning I try to read id3v2 tags from mp3 files. The stdlib for working with binary seems awesome with p...
New
James_E
The Comprehensions article says: In Elixir, it is common to loop over an Enumerable … Comprehensions are syntactic sugar for such const...
New
BradS2S
When I hit tab in iex it doesn’t include bits or bytes on the list: iex(69)> <<a:: big binary bitstring float...
New
KevinDaSilvaS
Hi everyone Im facing problems with bitstrings I’m open a folder containing files and have to encode it with Huffman algorithm(huffman | ...
New
Sebb
I understand these results: iex(1)> for <<b::1 <- <<0xff::16>> >>, do: b [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,...
New
jnnks
I am reading a video file and want to create an Nx Tensors for each frame: frames = file_contents # list of binaries |> Enum.map(fn...
New
IslandUsurper
I’ve just come across a library that had import Foo.BinaryUtils, warn: false peppered through it. That looked like a code smell so I star...
New
jarrodm
Hi all, I’ve finally achieved ‘Basic’ status on Elixir Forums, so I have a appropriately basic question :sweat_smile: I’m ingesting a m...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

jnnks
I am reading a video file and want to create an Nx Tensors for each frame: frames = file_contents # list of binaries |> Enum.map(fn...
New
Rtransat
Hi, I’m new with Elixir and for learning I try to read id3v2 tags from mp3 files. The stdlib for working with binary seems awesome with p...
New
James_E
The Comprehensions article says: In Elixir, it is common to loop over an Enumerable … Comprehensions are syntactic sugar for such const...
New
arruah
Hello everyone, I’m encountering a truly baffling and persistent issue with Elixir’s bitstring syntax for little-endian integer encoding...
New
BradS2S
When I hit tab in iex it doesn’t include bits or bytes on the list: iex(69)> <<a:: big binary bitstring float...
New
gsmlg
After update elixir to 1.18 gots an error ** (ArgumentError) argument error This error has no error stack or error line. After a few h...
New

Trending Over Three Years Top

niku
As you know, Erlang and Elixir have a good specifications/functions for binary. However, I haven’t found it for bitstring. Here is some e...
New
thojanssens1
When executing the following: IO.inspect Inspect.Ecto.Query.to_string(from u in User, where: u.id == ^1) special characters such as \n...
New
suazi
I have a bitstring: <<3, 0, 0, 0>> that i’m trying to split into two values like so: <<chunk::little-unsigned-size(3...
New
jarrodm
Hi all, I’ve finally achieved ‘Basic’ status on Elixir Forums, so I have a appropriately basic question :sweat_smile: I’m ingesting a m...
New
Fl4m3Ph03n1x
Background We have a simple string of variable size and we want the final 4 characters of the string. Our goal is to achieve this via pat...
New
nikody
I stumbled upon something that baffles me while working with PDF files. The problem arose due to the non-ASCII characters âãÏÓ on the sec...
New
neenjaw
Hi, I have a general question about building bitstring/binary data. I have been following some articles that look at parsing binary dat...
New
nikody
In a bit of a continuation of my last post Bitstring with codepoints of non-ASCII characters, I’m trying to understand why the following ...
New
achan1989
I want tidy code that creates an opcode from two pieces, and encodes it as a little endian binary. Where “the OGF occupies the upper 6 b...
New
IslandUsurper
I’ve just come across a library that had import Foo.BinaryUtils, warn: false peppered through it. That looked like a code smell so I star...
New
KevinDaSilvaS
Hi everyone Im facing problems with bitstrings I’m open a folder containing files and have to encode it with Huffman algorithm(huffman | ...
New
Sebb
I understand these results: iex(1)> for <<b::1 <- <<0xff::16>> >>, do: b [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement