When completed, the below tableau will have five 1's and five 0's in each row and in each column. Within any row or column, no three zeros or ones will be in successive positions--two in a row of either is a max (but there's no limit diagonally).
Complete the fill with 1's and 0's in accordance with the above rules.
+---+---+---+---+---+---+---+---+---+---+
| 0 | | | | 0 | | | | | |
+---+---+---+---+---+---+---+---+---+---+
| | | | | | | | | | |
+---+---+---+---+---+---+---+---+---+---+
| 0 | | | | 1 | | 1 | | 1 | |
+---+---+---+---+---+---+---+---+---+---+
| | | | 0 | | 0 | | | | 0 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | | | | | | | | 0 | 0 |
+---+---+---+---+---+---+---+---+---+---+
| | | 0 | 0 | | | 0 | | | |
+---+---+---+---+---+---+---+---+---+---+
| | | | 0 | | | | | | |
+---+---+---+---+---+---+---+---+---+---+
| | | | | | 0 | | | | 1 |
+---+---+---+---+---+---+---+---+---+---+
| | | | | | | 1 | | | |
+---+---+---+---+---+---+---+---+---+---+
| | | 1 | | 0 | | 0 | 0 | | 0 |
+---+---+---+---+---+---+---+---+---+---+
From Brain Games 2017 calendar, Frank Coussement and Peter de Shepper (Brain Snack), Calendar Ink, Austin, TX, puzzle for January 12.
There is a unique solution:
+---+---+---+---+---+---+---+---+---+---+
| 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 |
+---+---+---+---+---+---+---+---+---+---+
| 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 |
+---+---+---+---+---+---+---+---+---+---+
| 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 |
+---+---+---+---+---+---+---+---+---+---+
| 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 |
+---+---+---+---+---+---+---+---+---+---+
| 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
+---+---+---+---+---+---+---+---+---+---+
| 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 |
+---+---+---+---+---+---+---+---+---+---+