Skip to content

Commit 1ce3e3b

Browse files
kytrinyxBethanyG
authored andcommitted
Sync exercise metadata with problem-specifications
This syncs all the metadata for all the practice exercises with upstream changes in problem-specifications, in one fell swoop. The changes are all nitpicky changes made in order to ensure that source urls all use https rather than http, along with some tweaks to better describe the source of certain exercises.
1 parent ab76008 commit 1ce3e3b

File tree

47 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+55
-55
lines changed

exercises/practice/affine-cipher/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
]
2222
},
2323
"source": "Wikipedia",
24-
"source_url": "http://en.wikipedia.org/wiki/Affine_cipher"
24+
"source_url": "https://en.wikipedia.org/wiki/Affine_cipher"
2525
}

exercises/practice/allergies/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
".meta/example.py"
3131
]
3232
},
33-
"source": "Jumpstart Lab Warm-up",
34-
"source_url": "http://jumpstartlab.com"
33+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
34+
"source_url": "https://turing.edu"
3535
}

exercises/practice/atbash-cipher/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "Wikipedia",
32-
"source_url": "http://en.wikipedia.org/wiki/Atbash"
32+
"source_url": "https://en.wikipedia.org/wiki/Atbash"
3333
}

exercises/practice/beer-song/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Learn to Program by Chris Pine",
29-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
29+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
3030
}

exercises/practice/binary-search/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
]
3232
},
3333
"source": "Wikipedia",
34-
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
34+
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
3535
}

exercises/practice/bob/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
]
4444
},
4545
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
46-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
46+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
4747
}

exercises/practice/book-store/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
]
2929
},
3030
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
31-
"source_url": "http://cyber-dojo.org"
31+
"source_url": "https://cyber-dojo.org"
3232
}

exercises/practice/bowling/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
]
2424
},
2525
"source": "The Bowling Game Kata from UncleBob",
26-
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
26+
"source_url": "https://web.archive.org/web/20221001111000/http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
2727
}

exercises/practice/circular-buffer/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Wikipedia",
29-
"source_url": "http://en.wikipedia.org/wiki/Circular_buffer"
29+
"source_url": "https://en.wikipedia.org/wiki/Circular_buffer"
3030
}

exercises/practice/crypto-square/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "J Dalbey's Programming Practice problems",
33-
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
33+
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
3434
}

exercises/practice/diamond/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Seb Rose",
29-
"source_url": "http://claysnow.co.uk/recycling-tests-in-tdd/"
29+
"source_url": "https://web.archive.org/web/20220807163751/http://claysnow.co.uk/recycling-tests-in-tdd/"
3030
}

exercises/practice/difference-of-squares/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
]
2929
},
3030
"source": "Problem 6 at Project Euler",
31-
"source_url": "http://projecteuler.net/problem=6"
31+
"source_url": "https://projecteuler.net/problem=6"
3232
}

exercises/practice/diffie-hellman/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
]
2222
},
2323
"source": "Wikipedia, 1024 bit key from www.cryptopp.com/wiki.",
24-
"source_url": "http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange"
24+
"source_url": "https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange"
2525
}

exercises/practice/etl/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
".meta/example.py"
2929
]
3030
},
31-
"source": "The Jumpstart Lab team",
32-
"source_url": "http://jumpstartlab.com"
31+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
32+
"source_url": "https://turing.edu"
3333
}

exercises/practice/food-chain/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
]
2323
},
2424
"source": "Wikipedia",
25-
"source_url": "http://en.wikipedia.org/wiki/There_Was_an_Old_Lady_Who_Swallowed_a_Fly"
25+
"source_url": "https://en.wikipedia.org/wiki/There_Was_an_Old_Lady_Who_Swallowed_a_Fly"
2626
}

exercises/practice/gigasecond/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
33-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=09"
33+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
3434
}

exercises/practice/grains/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
".meta/example.py"
3030
]
3131
},
32-
"source": "JavaRanch Cattle Drive, exercise 6",
33-
"source_url": "http://www.javaranch.com/grains.jsp"
32+
"source": "The CodeRanch Cattle Drive, Assignment 6",
33+
"source_url": "https://coderanch.com/wiki/718824/Grains"
3434
}

exercises/practice/grep/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"source": "Conversation with Nate Foster.",
30-
"source_url": "http://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
30+
"source_url": "https://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
3131
}

exercises/practice/hamming/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
]
3434
},
3535
"source": "The Calculating Point Mutations problem at Rosalind",
36-
"source_url": "http://rosalind.info/problems/hamm/"
36+
"source_url": "https://rosalind.info/problems/hamm/"
3737
}

exercises/practice/hello-world/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "This is an exercise to introduce users to using Exercism",
32-
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
32+
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
3333
}

exercises/practice/house/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"source": "British nursery rhyme",
30-
"source_url": "http://en.wikipedia.org/wiki/This_Is_The_House_That_Jack_Built"
30+
"source_url": "https://en.wikipedia.org/wiki/This_Is_The_House_That_Jack_Built"
3131
}

exercises/practice/kindergarten-garden/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
".meta/example.py"
2828
]
2929
},
30-
"source": "Random musings during airplane trip.",
31-
"source_url": "http://jumpstartlab.com"
30+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
31+
"source_url": "https://turing.edu"
3232
}

exercises/practice/largest-series-product/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "A variation on Problem 8 at Project Euler",
32-
"source_url": "http://projecteuler.net/problem=8"
32+
"source_url": "https://projecteuler.net/problem=8"
3333
}

exercises/practice/leap/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
".meta/example.py"
3434
]
3535
},
36-
"source": "JavaRanch Cattle Drive, exercise 3",
37-
"source_url": "http://www.javaranch.com/leap.jsp"
36+
"source": "CodeRanch Cattle Drive, Assignment 3",
37+
"source_url": "https://coderanch.com/t/718816/Leap"
3838
}

exercises/practice/luhn/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
]
3636
},
3737
"source": "The Luhn Algorithm on Wikipedia",
38-
"source_url": "http://en.wikipedia.org/wiki/Luhn_algorithm"
38+
"source_url": "https://en.wikipedia.org/wiki/Luhn_algorithm"
3939
}

exercises/practice/matrix/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
".meta/example.py"
2929
]
3030
},
31-
"source": "Warmup to the `saddle-points` warmup.",
32-
"source_url": "http://jumpstartlab.com"
31+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
32+
"source_url": "https://turing.edu"
3333
}

exercises/practice/nth-prime/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "A variation on Problem 7 at Project Euler",
33-
"source_url": "http://projecteuler.net/problem=7"
33+
"source_url": "https://projecteuler.net/problem=7"
3434
}

exercises/practice/ocr-numbers/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "Inspired by the Bank OCR kata",
32-
"source_url": "http://codingdojo.org/cgi-bin/wiki.pl?KataBankOCR"
32+
"source_url": "https://codingdojo.org/kata/BankOCR/"
3333
}

exercises/practice/palindrome-products/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
]
3232
},
3333
"source": "Problem 4 at Project Euler",
34-
"source_url": "http://projecteuler.net/problem=4"
34+
"source_url": "https://projecteuler.net/problem=4"
3535
}

exercises/practice/perfect-numbers/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
30-
"source_url": "http://shop.oreilly.com/product/0636920029687.do"
30+
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
3131
}

exercises/practice/phone-number/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
".meta/example.py"
3030
]
3131
},
32-
"source": "Event Manager by JumpstartLab",
33-
"source_url": "http://tutorials.jumpstartlab.com/projects/eventmanager.html"
32+
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
33+
"source_url": "https://turing.edu"
3434
}

exercises/practice/prime-factors/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
]
2929
},
3030
"source": "The Prime Factors Kata by Uncle Bob",
31-
"source_url": "http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
31+
"source_url": "https://web.archive.org/web/20221026171801/http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
3232
}

exercises/practice/pythagorean-triplet/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
]
3434
},
3535
"source": "Problem 9 at Project Euler",
36-
"source_url": "http://projecteuler.net/problem=9"
36+
"source_url": "https://projecteuler.net/problem=9"
3737
}

exercises/practice/queen-attack/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
]
3434
},
3535
"source": "J Dalbey's Programming Practice problems",
36-
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
36+
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
3737
}

exercises/practice/rna-transcription/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
]
3535
},
3636
"source": "Hyperphysics",
37-
"source_url": "http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
37+
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
3838
}

exercises/practice/roman-numerals/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
]
2929
},
3030
"source": "The Roman Numeral Kata",
31-
"source_url": "http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals"
31+
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
3232
}

exercises/practice/saddle-points/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
]
3737
},
3838
"source": "J Dalbey's Programming Practice problems",
39-
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
39+
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
4040
}

exercises/practice/say/.meta/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
".meta/example.py"
3030
]
3131
},
32-
"source": "A variation on JavaRanch CattleDrive, exercise 4a",
33-
"source_url": "http://www.javaranch.com/say.jsp"
32+
"source": "A variation on the JavaRanch CattleDrive, Assignment 4",
33+
"source_url": "https://coderanch.com/wiki/718804"
3434
}

exercises/practice/secret-handshake/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
]
3232
},
3333
"source": "Bert, in Mary Poppins",
34-
"source_url": "http://www.imdb.com/title/tt0058331/quotes/qt0437047"
34+
"source_url": "https://www.imdb.com/title/tt0058331/quotes/qt0437047"
3535
}

exercises/practice/series/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
]
2929
},
3030
"source": "A subset of the Problem 8 at Project Euler",
31-
"source_url": "http://projecteuler.net/problem=8"
31+
"source_url": "https://projecteuler.net/problem=8"
3232
}

exercises/practice/sieve/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "Sieve of Eratosthenes at Wikipedia",
33-
"source_url": "http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
33+
"source_url": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
3434
}

exercises/practice/simple-cipher/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
]
3333
},
3434
"source": "Substitution Cipher at Wikipedia",
35-
"source_url": "http://en.wikipedia.org/wiki/Substitution_cipher"
35+
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
3636
}

exercises/practice/space-age/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
]
3030
},
3131
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
32-
"source_url": "http://pine.fm/LearnToProgram/?Chapter=01"
32+
"source_url": "https://pine.fm/LearnToProgram/?Chapter=01"
3333
}

exercises/practice/sum-of-multiples/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
]
3333
},
3434
"source": "A variation on Problem 1 at Project Euler",
35-
"source_url": "http://projecteuler.net/problem=1"
35+
"source_url": "https://projecteuler.net/problem=1"
3636
}

exercises/practice/triangle/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
]
3333
},
3434
"source": "The Ruby Koans triangle project, parts 1 & 2",
35-
"source_url": "http://rubykoans.com"
35+
"source_url": "https://web.archive.org/web/20220831105330/http://rubykoans.com"
3636
}

exercises/practice/twelve-days/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
]
2828
},
2929
"source": "Wikipedia",
30-
"source_url": "http://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song)"
30+
"source_url": "https://en.wikipedia.org/wiki/The_Twelve_Days_of_Christmas_(song)"
3131
}

exercises/practice/two-bucket/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
},
2828
"source": "Water Pouring Problem",
29-
"source_url": "http://demonstrations.wolfram.com/WaterPouringProblem/"
29+
"source_url": "https://demonstrations.wolfram.com/WaterPouringProblem/"
3030
}

0 commit comments

Comments
 (0)