1
1
mirror of https://github.com/wader/fq.git synced 2024-10-07 00:48:44 +03:00
fq/dev
Mattias Wadman 26d9650b0e interp: Refactor radix* into toradix($base)/fromradix($base)
There is also toradix($base; $table)/fromradix($base; $table) for custom symbols and bases.
Add radix tests

Part of cleaning up all convert/tranformation functions into to/from*.

Remove number_to_bytes as with better binary support it can be written as:
1234 | tobytes | [.[range(.size)]] and soon as 1234 | tobytes | explode
2022-02-11 01:28:39 +01:00
..
editlist.jq editlit.jq: Update after mp4 field renames 2021-09-12 13:08:53 +02:00
format_summary.jq doc: Cleanup and note about repl limit 2021-09-12 13:08:55 +02:00
fuzzbytes.go pcapng,fuzz: Fix infinite loop by fatal error on block length <= 0 2022-01-23 13:34:56 +01:00
snippets.jq interp: Refactor radix* into toradix($base)/fromradix($base) 2022-02-11 01:28:39 +01:00
tmpl.go decode: Nicer scalar template and add doc 2021-11-17 16:13:10 +01:00
x264sei.jq decode: Fix MapRawToScalar regression 2021-11-17 17:14:19 +01:00