Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@maidmaid
Created March 28, 2018 12:12
Show Gist options
  • Select an option

  • Save maidmaid/3eb55afc4f2857cae89d7ac43d7943ae to your computer and use it in GitHub Desktop.

Select an option

Save maidmaid/3eb55afc4f2857cae89d7ac43d7943ae to your computer and use it in GitHub Desktop.
box
┌───────────────┬──────────────────────────┬──────────────────┐
│ ISBN          │ Title                    │ Author           │
├───────────────┼──────────────────────────┼──────────────────┤
│ 99921-58-10-7 │ Divine Comedy            │ Dante Alighieri  │
│ 9971-5-0210-0 │ A Tale of Two Cities     │ Charles Dickens  │
├───────────────┼──────────────────────────┼──────────────────┤
│ 960-425-059-0 │ The Lord of the Rings    │ J. R. R. Tolkien │
│ 80-902734-1-6 │ And Then There Were None │ Agatha Christie  │
└───────────────┴──────────────────────────┴──────────────────┘
double/single
╔═══════════════╤══════════════════════════╤══════════════════╗
║ ISBN          │ Title                    │ Author           ║
╠═══════════════╪══════════════════════════╪══════════════════╣
║ 99921-58-10-7 │ Divine Comedy            │ Dante Alighieri  ║
║ 9971-5-0210-0 │ A Tale of Two Cities     │ Charles Dickens  ║
╟───────────────┼──────────────────────────┼──────────────────╢
║ 960-425-059-0 │ The Lord of the Rings    │ J. R. R. Tolkien ║
║ 80-902734-1-6 │ And Then There Were None │ Agatha Christie  ║
╚═══════════════╧══════════════════════════╧══════════════════╝
single/double
┌───────────────╥──────────────────────────╥──────────────────┐
│ ISBN          ║ Title                    ║ Author           │
├───────────────╫──────────────────────────╫──────────────────┤
│ 99921-58-10-7 ║ Divine Comedy            ║ Dante Alighieri  │
│ 9971-5-0210-0 ║ A Tale of Two Cities     ║ Charles Dickens  │
╞═══════════════╬══════════════════════════╬══════════════════╡
│ 960-425-059-0 ║ The Lord of the Rings    ║ J. R. R. Tolkien │
│ 80-902734-1-6 ║ And Then There Were None ║ Agatha Christie  │
└───────────────╨──────────────────────────╨──────────────────┘
heavy/light
┏━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━┓
┃ ISBN          │ Title                    │ Author           ┃
┣━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━┫
┃ 99921-58-10-7 │ Divine Comedy            │ Dante Alighieri  ┃
┃ 9971-5-0210-0 │ A Tale of Two Cities     │ Charles Dickens  ┃
┠───────────────┼──────────────────────────┼──────────────────┨
┃ 960-425-059-0 │ The Lord of the Rings    │ J. R. R. Tolkien ┃
┃ 80-902734-1-6 │ And Then There Were None │ Agatha Christie  ┃
┗━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━┛
light/heavy
┌───────────────┰──────────────────────────┰──────────────────┐
│ ISBN          ┃ Title                    ┃ Author           │
├───────────────╂──────────────────────────╂──────────────────┤
│ 99921-58-10-7 ┃ Divine Comedy            ┃ Dante Alighieri  │
│ 9971-5-0210-0 ┃ A Tale of Two Cities     ┃ Charles Dickens  │
┝━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━┥
│ 960-425-059-0 ┃ The Lord of the Rings    ┃ J. R. R. Tolkien │
│ 80-902734-1-6 ┃ And Then There Were None ┃ Agatha Christie  │
└───────────────┸──────────────────────────┸──────────────────┘
line/dash
┌───────────────┬──────────────────────────┬──────────────────┐
│ ISBN          │ Title                    │ Author           │
├───────────────┼──────────────────────────┼──────────────────┤
│ 99921-58-10-7 │ Divine Comedy            │ Dante Alighieri  │
│ 9971-5-0210-0 │ A Tale of Two Cities     │ Charles Dickens  │
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ 960-425-059-0 │ The Lord of the Rings    │ J. R. R. Tolkien │
│ 80-902734-1-6 │ And Then There Were None │ Agatha Christie  │
└───────────────┴──────────────────────────┴──────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment