Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55eb55a

Browse filesBrowse files
committed
adding links
1 parent ce65ab9 commit 55eb55a
Copy full SHA for 55eb55a

File tree

Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎16_scrambler/README.md‎

Copy file name to clipboardExpand all lines: 16_scrambler/README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Scrambler
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNPcLby3JXlKSo6duCIjh93S
4+
35
Write a program that will randomly scramble the middle parts of words of 3 letters or more in a given text which may come from the command line:
46

57
```
Collapse file

‎17_mad_libs/README.md‎

Copy file name to clipboardExpand all lines: 17_mad_libs/README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mad Libs
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNPnNx_Emds00y2RX1Tbk59r
4+
35
Write a "Mad Libs" program that will read a given file and prompt the user for the parts of speech indicated in angle brackets, e.g., `<verb>`, replacing those values and printing the new text a la the beloved "Mad Libs" game.
46
For example, the input file might look like this:
57

Collapse file

‎20_password/README.md‎

Copy file name to clipboardExpand all lines: 20_password/README.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Password
22

3+
Cf. https://xkcd.com/936/
4+
35
Create a program that will randomly combine words from given text(s) to create novel, memorable, unbreakable passwords:
46

57
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.