mirror of
https://github.com/wader/fq.git
synced 2024-12-01 02:30:32 +03:00
Merge pull request #150 from wader/unbreak-formats-diagram
doc: Unbreak formats_digaram.jq since radix change
This commit is contained in:
commit
01c1f378b7
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
|
||||
|
||||
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 _record($title; $fields):
|
||||
|
Loading…
Reference in New Issue
Block a user