Skip to content

Commit 20533a5

Browse files
committed
added youtube links
1 parent 5ede414 commit 20533a5

File tree

13 files changed

+26
-0
lines changed

13 files changed

+26
-0
lines changed

01_hello/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Chapter 1: Hello, World!
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNP7UvTeF6_tQ1xcubAs9hvO
4+
35
Write a program to enthusiastically greet the world:
46

57
```

02_crowsnest/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Crow's Nest
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNPBqIwfD-0RedqsitBliLhT
4+
35
Write a program that will announce the appearance of something "off the larboard bow" to the captain of the ship.
46
Note that you need to "a" before a word starting with a consonant:
57

03_picnic/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Picnic
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNMuQohHrNxRjhFTR9UlUOIa
4+
35
Write a program that will correctly format the items we're taking on our picnic.
46
For one item, it should print the one item:
57

04_jump_the_five/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Jump the Five
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNNd1Mbu3h6SGfhD-8rRxLTp
4+
35
Write a program that will encode any number in a given string using an algorightm to "jump the five" on a standard US telephone keypad such that "1" becomes "9," "4" becomes "6," etc.
46
The "5" and the "0" will swap with each other.
57
Here is the entire substitution table:

05_howler/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Howler
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNNzo5zqtx0388myQkUKyrQz
4+
35
Write a program that uppercases the given text:
46

57
```

06_wc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# wc (word count)
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNOGPw5Mu5FyhnumZjb9F6kk
4+
35
Write a Python implementation of `wc` (word count).
46
The program should print lines, words, and characters for each input.
57
Files are acceptable arguments:

07_gashlycrumb/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Gashlycrumb
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNMxWy34-9jlD2ulZxaA7mxV
4+
35
Write a program that prints the line from a file starting with a given letter:
46

57
```

08_apples_and_bananas/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Apples and Bananas
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNMe_qrKzw6jtxzHkTOszozs
4+
35
Write a program that will substitute all the vowels in a given text with a single vowel (default "a"):
46

57
```

09_abuse/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Abuse
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNOWShq53st6NjXacHHaJurn
4+
35
Write a Shakesperean insult generator:
46

57
```

10_telephone/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Telephone
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNN0T5ZKUFuEDo3ykOs1zxPU
4+
35
Write a program that randomly mutates some given text which may be given on the command line:
46

57
```

0 commit comments

Comments
 (0)