Skip to content

Commit

Permalink
Update/attribution (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas authored Dec 19, 2023
1 parent 4229212 commit f09aae3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions src/language/Structure and language.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#> title = "Structure and language"
#> tags = ["language", "natural language processing", "language modelling", "natural language generation", "homework"]
#> description = "Automatically detect the language of a piece of text, and generate realistic-looking random text!"
#> license = "MIT / CC BY-SA 4.0"
#> license_url = "https://github.com/mitmath/computational-thinking/blob/Fall23/LICENSE.md"
#>
#> [[frontmatter.author]]
#> name = "MIT Computational Thinking"
Expand Down
4 changes: 2 additions & 2 deletions src/machine-learning/substitution-ciphers-1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#> description = "Learn about optimisation by solving ceasar ciphers!"
#>
#> [[frontmatter.author]]
#> name = "Pluto.jl"
#> url = "https://github.com/JuliaPluto"
#> name = "Luka van der Plas"
#> url = "https://github.com/lukavdplas"

using Markdown
using InteractiveUtils
Expand Down
4 changes: 2 additions & 2 deletions src/machine-learning/substitution-ciphers-2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#> description = "Learn about optimisation by solving substitution ciphers!"
#>
#> [[frontmatter.author]]
#> name = "Pluto.jl"
#> url = "https://github.com/JuliaPluto"
#> name = "Luka van der Plas"
#> url = "https://github.com/lukavdplas"

using Markdown
using InteractiveUtils
Expand Down
5 changes: 5 additions & 0 deletions src/pluto_export_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"description": "Learn about working with natural language in Julia.",
"tags": ["language"]
},
{
"title": "Puzzles & Games",
"description": "Have fun with some recreational programming!",
"tags": ["puzzle", "game"]
},
{
"title": "Pluto and the Web",
"description": "Pluto is a fantastic tool for connecting Julia to the web! Learn more about using HTML, CSS and JavaScript in Pluto to take your visualization skills to the next level.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
### A Pluto.jl notebook ###
# v0.19.27
# v0.19.36

#> [frontmatter]
#> license_url = "https://github.com/JuliaPluto/featured/blob/2a6a9664e5428b37abe4957c1dca0994f4a8b7fd/LICENSES/Unlicense"
#> image = "https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg"
#> tags = ["basic", "classic"]
#> tags = ["classic", "puzzle"]
#> license = "Unlicense"
#> license_url = "https://github.com/JuliaPluto/featured/blob/2a6a9664e5428b37abe4957c1dca0994f4a8b7fd/LICENSES/Unlicense"
#> description = "An interactive Julia puzzle about stacking disks."
#>
#> [[frontmatter.author]]
#> name = "Pluto.jl"
#> url = "https://github.com/JuliaPluto"
#> name = "Luka van der Plas"
#> url = "https://github.com/lukavdplas"

using Markdown
using InteractiveUtils
Expand All @@ -21,7 +21,7 @@ md"""
The tower of hanoi is a famous puzzle.
![setup of the tower of a hanoi](https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg)
![setup of the tower of hanoi](https://upload.wikimedia.org/wikipedia/commons/0/07/Tower_of_Hanoi.jpeg)
The game consists of three rods with disks stacked on top of them. The puzzle will start with all disks in a stack on one of the rods (like in the picture). The goal is to move all the discs to a single stack on the last rod.
Expand Down

0 comments on commit f09aae3

Please sign in to comment.