Live data from Hacker News

Show HN: A simple algorithm for drawing complex tables

snai.pe

1–7 of 7 posts

Re: Show HN: A simple algorithm for drawing complex tables

#3
post #2

Author here. This was fun to make, although I'm sure this algorithm is absolutely nothing new. An implementation of this for rendering tables as rst-style ascii is available here: https://github.com/Snaipe/table2ascii As always, suggestions are welcome.

Great tutorial with pictures! I'd like to see the tutorial for ascii2table too.

Re: Show HN: A simple algorithm for drawing complex tables

#6
post #5
post #4

This is great, but not a "Show HN".

Why is it not a "Show HN"?

"Show HN is for something you've made that other people can play with. ... For example, blog posts ... can't be tried out, so they don't count as Show HNs."

[0] https://news.ycombinator.com/showhn.html

Re: Show HN: A simple algorithm for drawing complex tables

#7
post #6
post #5

Earlier quoted context omitted.

Why is it not a "Show HN"?

"Show HN is for something you've made that other people can play with. ... For example, blog posts ... can't be tried out, so they don't count as Show HNs." [0] https://news.ycombinator.com/showhn.html

The example code is on GitHub (linked at the end of the post), so you can try it out.