1
1
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:
Mattias Wadman 2022-02-13 10:36:32 +01:00 committed by GitHub
commit 01c1f378b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1622 additions and 1 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -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):