mirror of
https://github.com/wader/fq.git
synced 2024-12-24 22:05:31 +03:00
doc: Unbreak formats_digaram.jq since radix change
This commit is contained in:
parent
db9c2e3d74
commit
dd3e40fb1c
1621
doc/formats.svg
1621
doc/formats.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 113 KiB |
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env fq -rnf
|
#!/usr/bin/env fq -rnf
|
||||||
|
|
||||||
def color:
|
def color:
|
||||||
md5 | [.[range(3)]] | map(band(.; 0x7f)+60 | radix16 | "0"[length:]+.) | join("");
|
md5 | [.[range(3)]] | map(band(.; 0x7f)+60 | toradix(16) | "0"[length:]+.) | join("");
|
||||||
|
|
||||||
def _formats_dot:
|
def _formats_dot:
|
||||||
def _record($title; $fields):
|
def _record($title; $fields):
|
||||||
|
Loading…
Reference in New Issue
Block a user