2023-11-04 14:51:53 -04:00
|
|
|
# xscii
|
|
|
|
|
2023-11-04 14:55:48 -04:00
|
|
|
xscii -- Program for seeing ASCII table, if you want to change output style, do it in source.
|
|
|
|
|
|
|
|
- Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
|
2024-02-23 14:16:09 -05:00
|
|
|
- I used to search for watermarked ASCII table images on the internet, and decided to write this.
|
|
|
|
- You can totally make the exact same program in like 10 lines of C code, but I'm me...
|
|
|
|
- I didn't even want to handle program arguments for this one, because it's so stupid in general.
|
|
|
|
- Also, I rewrote it in Ada for fun, in Fortran for pleasure and in assembly for laughs.
|
2023-11-04 14:55:48 -04:00
|
|
|
|
|
|
|
Compile:
|
|
|
|
```bash
|
|
|
|
$ sh compile.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Install:
|
|
|
|
```bash
|
|
|
|
$ sudo sh install.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Use:
|
|
|
|
```bash
|
|
|
|
$ xscii
|
|
|
|
```
|
2024-02-23 14:16:09 -05:00
|
|
|
|
|
|
|
![screenshot](screenshot.png)
|