From 009649f1d7e98f225b25e819e81b08b78f9cd730 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 13 Dec 2019 12:01:17 +0000 Subject: [PATCH 1/2] files for questions regarding tetrisoptimazer --- subjects/badexample00.md | 7 +++++ subjects/badexample01.md | 7 +++++ subjects/badexample02.md | 7 +++++ subjects/badexample03.md | 7 +++++ subjects/badexample04.md | 7 +++++ subjects/badformat.md | 22 ++++++++++++++ subjects/goodexample00.md | 7 +++++ subjects/goodexample01.md | 22 ++++++++++++++ subjects/goodexample02.md | 42 ++++++++++++++++++++++++++ subjects/goodexample03.md | 57 +++++++++++++++++++++++++++++++++++ subjects/hardexam.md | 62 +++++++++++++++++++++++++++++++++++++++ 11 files changed, 247 insertions(+) create mode 100644 subjects/badexample00.md create mode 100644 subjects/badexample01.md create mode 100644 subjects/badexample02.md create mode 100644 subjects/badexample03.md create mode 100644 subjects/badexample04.md create mode 100644 subjects/badformat.md create mode 100644 subjects/goodexample00.md create mode 100644 subjects/goodexample01.md create mode 100644 subjects/goodexample02.md create mode 100644 subjects/goodexample03.md create mode 100644 subjects/hardexam.md diff --git a/subjects/badexample00.md b/subjects/badexample00.md new file mode 100644 index 00000000..ecdacda6 --- /dev/null +++ b/subjects/badexample00.md @@ -0,0 +1,7 @@ +``` +#### +...# +.... +.... + +``` diff --git a/subjects/badexample01.md b/subjects/badexample01.md new file mode 100644 index 00000000..6b4dab17 --- /dev/null +++ b/subjects/badexample01.md @@ -0,0 +1,7 @@ +``` +...# +..#. +.#.. +#... + +``` diff --git a/subjects/badexample02.md b/subjects/badexample02.md new file mode 100644 index 00000000..6b4dab17 --- /dev/null +++ b/subjects/badexample02.md @@ -0,0 +1,7 @@ +``` +...# +..#. +.#.. +#... + +``` diff --git a/subjects/badexample03.md b/subjects/badexample03.md new file mode 100644 index 00000000..f251e4a0 --- /dev/null +++ b/subjects/badexample03.md @@ -0,0 +1,7 @@ +``` +.... +.... +.... +.... + +``` diff --git a/subjects/badexample04.md b/subjects/badexample04.md new file mode 100644 index 00000000..422ea364 --- /dev/null +++ b/subjects/badexample04.md @@ -0,0 +1,7 @@ +``` +..## +.... +.... +##.. + +``` diff --git a/subjects/badformat.md b/subjects/badformat.md new file mode 100644 index 00000000..42dd7e16 --- /dev/null +++ b/subjects/badformat.md @@ -0,0 +1,22 @@ +``` +...# +...# +...# +...# +.... +.... +.... +#### + + +.### +...# +.... +.... + +.... +..## +.##. +.... + +``` diff --git a/subjects/goodexample00.md b/subjects/goodexample00.md new file mode 100644 index 00000000..0c79a057 --- /dev/null +++ b/subjects/goodexample00.md @@ -0,0 +1,7 @@ +``` +.... +.##. +.##. +.... + +``` diff --git a/subjects/goodexample01.md b/subjects/goodexample01.md new file mode 100644 index 00000000..cabaf960 --- /dev/null +++ b/subjects/goodexample01.md @@ -0,0 +1,22 @@ +``` +...# +...# +...# +...# + +.... +.... +.... +#### + +.### +...# +.... +.... + +.... +..## +.##. +.... + +``` diff --git a/subjects/goodexample02.md b/subjects/goodexample02.md new file mode 100644 index 00000000..324fc2e5 --- /dev/null +++ b/subjects/goodexample02.md @@ -0,0 +1,42 @@ +``` +...# +...# +...# +...# + +.... +.... +.... +#### + +.### +...# +.... +.... + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +.... +##.. +.##. + +##.. +.#.. +.#.. +.... + +.... +###. +.#.. +.... + +``` diff --git a/subjects/goodexample03.md b/subjects/goodexample03.md new file mode 100644 index 00000000..9c700273 --- /dev/null +++ b/subjects/goodexample03.md @@ -0,0 +1,57 @@ +``` +.... +.##. +.##. +.... + +...# +...# +...# +...# + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +..#. +.##. +.#.. + +.### +...# +.... +.... + +##.. +.#.. +.#.. +.... + +.... +..## +.##. +.... + +##.. +.#.. +.#.. +.... + +.#.. +.##. +..#. +.... + +.... +###. +.#.. +.... + +``` diff --git a/subjects/hardexam.md b/subjects/hardexam.md new file mode 100644 index 00000000..9178f570 --- /dev/null +++ b/subjects/hardexam.md @@ -0,0 +1,62 @@ +``` +.... +.##. +.##. +.... + +.#.. +.##. +.#.. +.... + +.... +..## +.##. +.... + +.... +.##. +.##. +.... + +.... +..#. +.##. +.#.. + +.### +...# +.... +.... + +##.. +.#.. +.#.. +.... + +.... +.##. +.##. +.... + +.... +..## +.##. +.... + +##.. +.#.. +.#.. +.... + +.#.. +.##. +..#. +.... + +.... +###. +.#.. +.... + +``` \ No newline at end of file From fb906018a897c2cd2255378eff535b670652c975 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 13 Dec 2019 14:00:53 +0000 Subject: [PATCH 2/2] formating example files --- subjects/badexample00.md | 4 ++++ subjects/badexample01.md | 4 ++++ subjects/badexample02.md | 4 ++++ subjects/badexample03.md | 4 ++++ subjects/badexample04.md | 4 ++++ subjects/badformat.md | 4 ++++ subjects/goodexample00.md | 6 +++++- subjects/goodexample01.md | 4 ++++ subjects/goodexample02.md | 4 ++++ subjects/goodexample03.md | 4 ++++ subjects/hardexam.md | 4 ++++ 11 files changed, 45 insertions(+), 1 deletion(-) diff --git a/subjects/badexample00.md b/subjects/badexample00.md index ecdacda6..ad5a09d1 100644 --- a/subjects/badexample00.md +++ b/subjects/badexample00.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` #### ...# diff --git a/subjects/badexample01.md b/subjects/badexample01.md index 6b4dab17..5a242f76 100644 --- a/subjects/badexample01.md +++ b/subjects/badexample01.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ..#. diff --git a/subjects/badexample02.md b/subjects/badexample02.md index 6b4dab17..5a242f76 100644 --- a/subjects/badexample02.md +++ b/subjects/badexample02.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ..#. diff --git a/subjects/badexample03.md b/subjects/badexample03.md index f251e4a0..5ba3cfb1 100644 --- a/subjects/badexample03.md +++ b/subjects/badexample03.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` .... .... diff --git a/subjects/badexample04.md b/subjects/badexample04.md index 422ea364..49c19cd9 100644 --- a/subjects/badexample04.md +++ b/subjects/badexample04.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ..## .... diff --git a/subjects/badformat.md b/subjects/badformat.md index 42dd7e16..79d55e8c 100644 --- a/subjects/badformat.md +++ b/subjects/badformat.md @@ -1,3 +1,7 @@ +## bad example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample00.md b/subjects/goodexample00.md index 0c79a057..14de9460 100644 --- a/subjects/goodexample00.md +++ b/subjects/goodexample00.md @@ -1,4 +1,8 @@ -``` +## good example + +- Create your file and copy the example into it. + +```console .... .##. .##. diff --git a/subjects/goodexample01.md b/subjects/goodexample01.md index cabaf960..6febbae1 100644 --- a/subjects/goodexample01.md +++ b/subjects/goodexample01.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample02.md b/subjects/goodexample02.md index 324fc2e5..4b8d7784 100644 --- a/subjects/goodexample02.md +++ b/subjects/goodexample02.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` ...# ...# diff --git a/subjects/goodexample03.md b/subjects/goodexample03.md index 9c700273..48b6ea0d 100644 --- a/subjects/goodexample03.md +++ b/subjects/goodexample03.md @@ -1,3 +1,7 @@ +## good example + +- Create your file and copy the example into it. + ``` .... .##. diff --git a/subjects/hardexam.md b/subjects/hardexam.md index 9178f570..9c07f07c 100644 --- a/subjects/hardexam.md +++ b/subjects/hardexam.md @@ -1,3 +1,7 @@ +## hard example + +- Create your file and copy the example into it. + ``` .... .##.