Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base64: fix algorithm | phoebos | 2021-07-11 | 1 | -2/+2 |
| | | | | works now! | ||||
* | base64: array instead of pointers | phoebos | 2021-07-10 | 1 | -12/+13 |
| | |||||
* | base64: initial with pointers | phoebos | 2021-07-10 | 1 | -1/+28 |
| | | | | doesn't work | ||||
* | base64: tweaks | phoebos | 2021-07-10 | 1 | -7/+8 |
| | |||||
* | base64: change to BSD-3 license | phoebos | 2021-07-06 | 1 | -16/+27 |
| | |||||
* | base64: add lookup table | phoebos | 2021-07-06 | 1 | -0/+12 |
| | |||||
* | base64: only work on one file/stdin | phoebos | 2021-07-06 | 1 | -22/+24 |
| | |||||
* | base64: allow no arguments for stdin | phoebos | 2021-07-06 | 1 | -18/+26 |
| | |||||
* | base64: initial getopt and read files | phoebos | 2021-07-06 | 2 | -0/+87 |
| | |||||
* | 1-15: use a function for 1.2 temp conversion HEAD master | phoebos | 2021-06-21 | 1 | -1/+7 |
| | |||||
* | 1-14: nice unicode block | phoebos | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | README | phoebos | 2021-05-20 | 1 | -2/+2 |
| | |||||
* | README | phoebos | 2021-05-19 | 2 | -0/+18 |
| | |||||
* | spacing | phoebos | 2021-05-19 | 2 | -14/+3 |
| | |||||
* | 1-14: character freq histogram | aabacchus | 2021-05-19 | 1 | -30/+21 |
| | |||||
* | 1-13: add usage | aabacchus | 2021-05-19 | 1 | -2/+11 |
| | |||||
* | vertical histogram | aabacchus | 2021-05-19 | 1 | -6/+28 |
| | |||||
* | horizontal histogram | aabacchus | 2021-05-19 | 1 | -15/+24 |
| | |||||
* | might as well make commits out of these | aabacchus | 2021-05-19 | 7 | -0/+102 |