Browse Source

more rephrasing

pull/825/head
Chris 3 years ago committed by Christopher Fremond
parent
commit
fef1a4849b
  1. 2
      subjects/ascii-art/color/audit.md
  2. 20
      subjects/ascii-art/fs/audit.md
  3. 2
      subjects/ascii-art/justify/audit.md
  4. 2
      subjects/ascii-art/output/audit.md
  5. 2
      subjects/ascii-art/reverse/audit.md
  6. 2
      subjects/ascii-art/reverse/example.md

2
subjects/ascii-art/color/audit.md

@ -10,7 +10,7 @@ Usage: go run . [STRING] [OPTION]
EX: go run . something --color=<color>
```
###### Does it display the correct result as above?
###### Does it display the same result as above?
##### Try passing as arguments `"hello world" --color=red`.

20
subjects/ascii-art/fs/audit.md

@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER]
EX: go run . something standard
```
###### Does it display the correct result as above?
###### Does it display the same result as above?
##### Try passing as arguments `"hello" standard | cat -e`
@ -25,7 +25,7 @@ EX: go run . something standard
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"hello world" shadow | cat -e`
@ -40,7 +40,7 @@ _| _| _|_|_| _| _| _|_| _| _| _|_| _| _|
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"nice 2 meet you" thinkertoy | cat -e`
@ -55,7 +55,7 @@ o o | o-o o-o o--o o o o o-o o-o o o--O o-o o--o $
o--o $
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"you & me" standard | cat -e`
@ -70,7 +70,7 @@ o o | o-o o-o o--o o o o o-o o-o o o--O o-o o--o $
|___/ $
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"123" shadow | cat -e`
@ -85,7 +85,7 @@ _|_| _| _| _| $
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"/(\")" thinkertoy | cat -e`
@ -100,7 +100,7 @@ o \ / $
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"ABCDEFGHIJKLMNOPQRSTUVWXYZ" shadow | cat -e`
@ -115,7 +115,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_|
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"\"#$%&/()*+,-./" thinkertoy | cat -e`
@ -130,7 +130,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_|
$
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments `"It's Working" thinkertoy | cat -e`
@ -145,7 +145,7 @@ _| _| _|_|_| _|_|_| _|_|_| _|_|_|_| _| _|_|_| _| _| _|_|_|
o--o $
```
###### Does it display the string in the right template as an ASCII art representation as above?
###### Does it display the string in the right template as an ASCII art representation as shown above?
##### Try passing as arguments a random string with upper and lower case letters followed by one of the templates names (standard, shadow, thinkertoy, or other).

2
subjects/ascii-art/justify/audit.md

@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER] [OPTION]
EX: go run . something standard --align=right
```
###### Does it display the correct result as above?
###### Does it display the same result as above?
##### Try passing as arguments `"left standard --align=right"`

2
subjects/ascii-art/output/audit.md

@ -10,7 +10,7 @@ Usage: go run . [STRING] [BANNER] [OPTION]
EX: go run . something standard --output=<fileName.txt>
```
###### Does it display the correct result as above?
###### Does it display the same result as above?
##### Try passing as arguments `"First\nTest" shadow --output=test00.txt`

2
subjects/ascii-art/reverse/audit.md

@ -10,7 +10,7 @@ Usage: go run . [OPTION]
EX: go run . --reverse=<fileName>
```
###### Does it display the correct result as above?
###### Does it display the same result as above?
##### Try passing to the reverse flag `"--reverse=example00.txt"` the [example 00](example.md).

2
subjects/ascii-art/reverse/example.md

@ -1,7 +1,7 @@
## ascii-reverse-examples
- Create your file and copy the examples into it.
- For better understanding and formatting purpose, we added the dollar sign ($) at the end, this can be copied if you want, choose wisely!
- For a better understanding and formatting purpose, we added the dollar sign ($) at the end. This can be copied if you wish, choose wisely!
### example00

Loading…
Cancel
Save