{"id":16608194,"url":"https://github.com/ikskuh/asciitable","last_synced_at":"2025-08-16T16:34:02.712Z","repository":{"id":45144326,"uuid":"390638075","full_name":"ikskuh/asciitable","owner":"ikskuh","description":"A very basic tool that just prints the ascii table","archived":false,"fork":false,"pushed_at":"2022-01-05T14:15:40.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T12:59:19.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikskuh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-29T07:24:34.000Z","updated_at":"2022-01-05T14:15:44.000Z","dependencies_parsed_at":"2022-08-30T09:31:42.267Z","dependency_job_id":null,"html_url":"https://github.com/ikskuh/asciitable","commit_stats":null,"previous_names":["ikskuh/asciitable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fasciitable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fasciitable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fasciitable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikskuh%2Fasciitable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikskuh","download_url":"https://codeload.github.com/ikskuh/asciitable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242855506,"owners_count":20196359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T01:25:22.797Z","updated_at":"2025-03-10T12:54:03.295Z","avatar_url":"https://github.com/ikskuh.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII Table\n\nA *very* simple tool that just prints out a ASCII table:\n\n```\nDEC HEX OCT  CHR | DEC HEX OCT  CHR | DEC HEX OCT  CHR | DEC HEX OCT  CHR\n-----------------|------------------|------------------|-----------------\n  0   0   0  NUL |  32  20  40  ' ' |  64  40 100  '@' |  96  60 140  '`'\n  1   1   1  SOH |  33  21  41  '!' |  65  41 101  'A' |  97  61 141  'a'\n  2   2   2  STX |  34  22  42  '\"' |  66  42 102  'B' |  98  62 142  'b'\n  3   3   3  ETX |  35  23  43  '#' |  67  43 103  'C' |  99  63 143  'c'\n  4   4   4  EOT |  36  24  44  '$' |  68  44 104  'D' | 100  64 144  'd'\n  5   5   5  ENQ |  37  25  45  '%' |  69  45 105  'E' | 101  65 145  'e'\n  6   6   6  ACK |  38  26  46  '\u0026' |  70  46 106  'F' | 102  66 146  'f'\n  7   7   7  BEL |  39  27  47  ''' |  71  47 107  'G' | 103  67 147  'g'\n  8   8  10  BS  |  40  28  50  '(' |  72  48 110  'H' | 104  68 150  'h'\n  9   9  11  TAB |  41  29  51  ')' |  73  49 111  'I' | 105  69 151  'i'\n 10   a  12  LF  |  42  2a  52  '*' |  74  4a 112  'J' | 106  6a 152  'j'\n 11   b  13  VT  |  43  2b  53  '+' |  75  4b 113  'K' | 107  6b 153  'k'\n 12   c  14  FF  |  44  2c  54  ',' |  76  4c 114  'L' | 108  6c 154  'l'\n 13   d  15  CR  |  45  2d  55  '-' |  77  4d 115  'M' | 109  6d 155  'm'\n 14   e  16  SO  |  46  2e  56  '.' |  78  4e 116  'N' | 110  6e 156  'n'\n 15   f  17  SI  |  47  2f  57  '/' |  79  4f 117  'O' | 111  6f 157  'o'\n 16  10  20  DLE |  48  30  60  '0' |  80  50 120  'P' | 112  70 160  'p'\n 17  11  21  DC1 |  49  31  61  '1' |  81  51 121  'Q' | 113  71 161  'q'\n 18  12  22  DC2 |  50  32  62  '2' |  82  52 122  'R' | 114  72 162  'r'\n 19  13  23  DC3 |  51  33  63  '3' |  83  53 123  'S' | 115  73 163  's'\n 20  14  24  DC4 |  52  34  64  '4' |  84  54 124  'T' | 116  74 164  't'\n 21  15  25  NAK |  53  35  65  '5' |  85  55 125  'U' | 117  75 165  'u'\n 22  16  26  SYN |  54  36  66  '6' |  86  56 126  'V' | 118  76 166  'v'\n 23  17  27  ETB |  55  37  67  '7' |  87  57 127  'W' | 119  77 167  'w'\n 24  18  30  CAN |  56  38  70  '8' |  88  58 130  'X' | 120  78 170  'x'\n 25  19  31  EM  |  57  39  71  '9' |  89  59 131  'Y' | 121  79 171  'y'\n 26  1a  32  SUB |  58  3a  72  ':' |  90  5a 132  'Z' | 122  7a 172  'z'\n 27  1b  33  ESC |  59  3b  73  ';' |  91  5b 133  '[' | 123  7b 173  '{'\n 28  1c  34  FS  |  60  3c  74  '\u003c' |  92  5c 134  '\\' | 124  7c 174  '|'\n 29  1d  35  GS  |  61  3d  75  '=' |  93  5d 135  ']' | 125  7d 175  '}'\n 30  1e  36  RS  |  62  3e  76  '\u003e' |  94  5e 136  '^' | 126  7e 176  '~'\n 31  1f  37  US  |  63  3f  77  '?' |  95  5f 137  '_' | 127  7f 177  DEL\n```\n\n## Build Instructions\n\nInstall the latest Zig master, then invoke `zig build`.\n\nCopy `zig-out/bin/ascii` to everywhere you want.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fasciitable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikskuh%2Fasciitable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikskuh%2Fasciitable/lists"}