wojciech-graj

Results 3 issues of wojciech-graj

### Started `paste`. ### Progress: - [X] Basic implementation - [X] Flag: `-d`|`--delimiters` - [X] Flag: `-s`|`--serial` - [X] Flag: `-z`|`--zero-terminated`

I suggest adding `treemap` as a type of graph that plotille can draw with a single utility function, akin to `scatter` and `hist`. If this sounds like something that would...

Hey, what are your thoughts on making the C library ANSI (C90) compliant? The following changes would be required: - Replace C++-style comments (//) with C-style comments (/**/) - Move...