Polylix

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 check-ins

2016-05-06
10:02
Elixirise five_bit_chunks

I am not actually sold on this being any better or clearer. Just not sure there
is a good way to use the pipe operator with nested maps. Leaf check-in: 71a19afdbf user: atomicules tags: trunk

2016-04-26
14:00
Flip arguments of pad_to to make more Elixir like

Can then pipe some of those as well. check-in: 78fab5ac90 user: atomicules tags: trunk

2016-04-17
15:08
Use pipelining and inline if statements

I've inadvertently removed some comments as well so this gives the impression
the code is even more flattened, but I need to add them back in. check-in: 8b54cb4bfd user: atomicules tags: trunk

09:31
Tidy up comments a bit check-in: 42822a8319 user: atomicules tags: trunk
2016-04-16
20:57
Convert the final decode route to Elixir

Also retab some other bits of code.

Yay, it works! check-in: ae41a6c249 user: atomicules tags: trunk

2016-04-09
16:20
Convert split_up_six_bits check-in: 52a25f333d user: atomicules tags: trunk
14:58
Convert eight_bit_chunks

At least I think so. Can't remember if this is expected to handle lists of lists or just lists. check-in: ebf1bc31c3 user: atomicules tags: trunk

2016-04-08
16:56
Convert six_bit_chunks check-in: c27a3dae36 user: atomicules tags: trunk
16:49
Convert six_bit_chunk check-in: bf533b4c82 user: atomicules tags: trunk
16:20
Convert five_bit_chunks to Elixir

Note interesting differences:

- slice vs sublist
- Different indices in slice vs sublist
- Order of function and list is flipped in map check-in: e181302744 user: atomicules tags: trunk

15:22
Convert pad_to to Elixir check-in: 3a79998921 user: atomicules tags: trunk
2016-04-07
11:28
Convert bin_flip to Elixir

Rest of code is commented out for now check-in: 69196dc4a8 user: atomicules tags: trunk

11:20
Add Erlang file (renamed to .ex) as basis check-in: 59077074ed user: atomicules tags: trunk
2016-03-16
21:51
initial empty check-in check-in: 6e3a11839e user: atomicules tags: trunk