kandr

exercises from K&R
git clone git://bvnf.space/kandr.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2021-07-18 19:23base64: add flag to change wrapped line lengthphoebos1+7-3
2021-07-18 19:03base64: read whole file into buffer then encodephoebos1+22-11
2021-07-18 17:52base64: use unsigned charsphoebos1+3-4
2021-07-11 22:46base64: wrap outputphoebos1+22-1
2021-07-11 20:14base64: read all of file in a loopphoebos1+9-6
2021-07-11 19:51function to print chars in binary format for debuggingphoebos1+10-0
2021-07-11 19:50base64: remove unnecessary breakphoebos2+3-4
2021-07-11 19:46base64: fix algorithmphoebos1+2-2
2021-07-10 19:55base64: array instead of pointersphoebos1+13-12
2021-07-10 19:48base64: initial with pointersphoebos1+28-1
2021-07-10 19:48base64: tweaksphoebos1+8-7
2021-07-06 19:43base64: change to BSD-3 licensephoebos1+27-16
2021-07-06 19:27base64: add lookup tablephoebos1+12-0
2021-07-06 19:26base64: only work on one file/stdinphoebos1+24-22
2021-07-06 19:25base64: allow no arguments for stdinphoebos1+26-18
2021-07-06 17:25base64: initial getopt and read filesphoebos2+87-0
2021-06-21 10:461-15: use a function for 1.2 temp conversionphoebos1+7-1
2021-06-21 10:341-14: nice unicode blockphoebos1+1-1
2021-05-19 14:44READMEphoebos1+2-2
2021-05-19 14:31READMEphoebos2+18-0
2021-05-19 02:47spacingphoebos2+3-14
2021-05-19 01:501-14: character freq histogramaabacchus1+21-30
2021-05-19 01:051-13: add usageaabacchus1+11-2
2021-05-19 00:48vertical histogramaabacchus1+28-6
2021-05-18 23:37horizontal histogramaabacchus1+24-15
2021-05-18 23:11might as well make commits out of theseaabacchus7+102-0