mirror of
https://github.com/correl/correl.github.io.git
synced 2025-01-01 11:03:18 +00:00
Adjust table alignments
This commit is contained in:
parent
909b0809bf
commit
3cad7b0200
1 changed files with 15 additions and 10 deletions
5
blog.org
5
blog.org
|
@ -836,6 +836,7 @@ I arrived at the answer.
|
||||||
|
|
||||||
And here they are, mapped out in a grid:
|
And here they are, mapped out in a grid:
|
||||||
|
|
||||||
|
| | <c> | <c> | <c> | <c> |
|
||||||
| | May | June | July | August |
|
| | May | June | July | August |
|
||||||
|----+-----+------+------+--------|
|
|----+-----+------+------+--------|
|
||||||
| 14 | | | X | X |
|
| 14 | | | X | X |
|
||||||
|
@ -898,6 +899,7 @@ I arrived at the answer.
|
||||||
So the unique days (the 18th and 19th) are out, as are the months
|
So the unique days (the 18th and 19th) are out, as are the months
|
||||||
that contained them (May and June).
|
that contained them (May and June).
|
||||||
|
|
||||||
|
| | <c> | <c> |
|
||||||
| | July | August |
|
| | July | August |
|
||||||
|----+------+--------|
|
|----+------+--------|
|
||||||
| 14 | X | X |
|
| 14 | X | X |
|
||||||
|
@ -953,6 +955,7 @@ I arrived at the answer.
|
||||||
August had two possible days, so it's now clear that the only
|
August had two possible days, so it's now clear that the only
|
||||||
possible unique answer is July 16th.
|
possible unique answer is July 16th.
|
||||||
|
|
||||||
|
| | <c> |
|
||||||
| | July |
|
| | July |
|
||||||
|----+------|
|
|----+------|
|
||||||
| 15 | |
|
| 15 | |
|
||||||
|
@ -971,6 +974,7 @@ I arrived at the answer.
|
||||||
|
|
||||||
So, there we have it. Cheryl's birthday is July 16th!
|
So, there we have it. Cheryl's birthday is July 16th!
|
||||||
|
|
||||||
|
| | <c> |
|
||||||
| | July |
|
| | July |
|
||||||
|----+------|
|
|----+------|
|
||||||
| 16 | X |
|
| 16 | X |
|
||||||
|
@ -2422,6 +2426,7 @@ documentation on [[https://www.developers.meethue.com/documentation/datatypes-an
|
||||||
pattern specifying days of the week as a bitmask, and a time (6:30).
|
pattern specifying days of the week as a bitmask, and a time (6:30).
|
||||||
|
|
||||||
#+CAPTION: Unraveling the weekday portion
|
#+CAPTION: Unraveling the weekday portion
|
||||||
|
| <l> |
|
||||||
| =0MTWTFSS= |
|
| =0MTWTFSS= |
|
||||||
| =01111100= (124 in decimal) |
|
| =01111100= (124 in decimal) |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue