Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync metadata #2676

Merged
merged 1 commit into from May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/practice/allergies/.meta/config.json
Expand Up @@ -38,6 +38,6 @@
]
},
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
"source": "Jumpstart Lab Warm-up",
"source_url": "http://jumpstartlab.com"
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}
2 changes: 1 addition & 1 deletion exercises/practice/atbash-cipher/.meta/config.json
Expand Up @@ -37,5 +37,5 @@
},
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Atbash"
"source_url": "https://en.wikipedia.org/wiki/Atbash"
}
2 changes: 1 addition & 1 deletion exercises/practice/binary-search/.meta/config.json
Expand Up @@ -35,5 +35,5 @@
},
"blurb": "Implement a binary search algorithm.",
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Binary_search_algorithm"
"source_url": "https://en.wikipedia.org/wiki/Binary_search_algorithm"
}
2 changes: 1 addition & 1 deletion exercises/practice/bob/.meta/config.json
Expand Up @@ -40,5 +40,5 @@
},
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
"source_url": "https://pine.fm/LearnToProgram/?Chapter=06"
}
2 changes: 1 addition & 1 deletion exercises/practice/book-store/.meta/config.json
Expand Up @@ -31,5 +31,5 @@
},
"blurb": "To try and encourage more sales of different books from a popular 5 book series, a bookshop has decided to offer discounts of multiple-book purchases.",
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
"source_url": "http://cyber-dojo.org"
"source_url": "https://cyber-dojo.org"
}
2 changes: 1 addition & 1 deletion exercises/practice/bowling/.meta/config.json
Expand Up @@ -31,5 +31,5 @@
},
"blurb": "Score a bowling game.",
"source": "The Bowling Game Kata from UncleBob",
"source_url": "http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
"source_url": "https://web.archive.org/web/20221001111000/http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata"
}
2 changes: 1 addition & 1 deletion exercises/practice/circular-buffer/.meta/config.json
Expand Up @@ -33,5 +33,5 @@
},
"blurb": "A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.",
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Circular_buffer"
"source_url": "https://en.wikipedia.org/wiki/Circular_buffer"
}
2 changes: 1 addition & 1 deletion exercises/practice/crypto-square/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "Implement the classic method for composing secret messages called a square code.",
"source": "J Dalbey's Programming Practice problems",
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}
2 changes: 1 addition & 1 deletion exercises/practice/diamond/.meta/config.json
Expand Up @@ -30,5 +30,5 @@
},
"blurb": "Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point.",
"source": "Seb Rose",
"source_url": "http://claysnow.co.uk/recycling-tests-in-tdd/"
"source_url": "https://web.archive.org/web/20220807163751/http://claysnow.co.uk/recycling-tests-in-tdd/"
}
2 changes: 1 addition & 1 deletion exercises/practice/difference-of-squares/.meta/config.json
Expand Up @@ -33,5 +33,5 @@
},
"blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
"source": "Problem 6 at Project Euler",
"source_url": "http://projecteuler.net/problem=6"
"source_url": "https://projecteuler.net/problem=6"
}
2 changes: 1 addition & 1 deletion exercises/practice/diffie-hellman/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "Diffie-Hellman key exchange.",
"source": "Wikipedia, 1024 bit key from www.cryptopp.com/wiki.",
"source_url": "http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange"
"source_url": "https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange"
}
2 changes: 1 addition & 1 deletion exercises/practice/error-handling/.meta/config.json
Expand Up @@ -35,5 +35,5 @@
"go.mod"
]
},
"blurb": "Implement various kinds of error handling and resource management"
"blurb": "Implement various kinds of error handling and resource management."
}
6 changes: 3 additions & 3 deletions exercises/practice/etl/.meta/config.json
Expand Up @@ -34,7 +34,7 @@
"go.mod"
]
},
"blurb": "We are going to do the `Transform` step of an Extract-Transform-Load.",
"source": "The Jumpstart Lab team",
"source_url": "http://jumpstartlab.com"
"blurb": "Change the data format for scoring a game to more easily add other languages.",
"source": "Based on an exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}
4 changes: 2 additions & 2 deletions exercises/practice/food-chain/.meta/config.json
Expand Up @@ -30,7 +30,7 @@
"go.mod"
]
},
"blurb": "Generate the lyrics of the song 'I Know an Old Lady Who Swallowed a Fly'",
"blurb": "Generate the lyrics of the song 'I Know an Old Lady Who Swallowed a Fly'.",
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/There_Was_an_Old_Lady_Who_Swallowed_a_Fly"
"source_url": "https://en.wikipedia.org/wiki/There_Was_an_Old_Lady_Who_Swallowed_a_Fly"
}
2 changes: 1 addition & 1 deletion exercises/practice/gigasecond/.meta/config.json
Expand Up @@ -38,5 +38,5 @@
},
"blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
"source_url": "http://pine.fm/LearnToProgram/?Chapter=09"
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
}
5 changes: 2 additions & 3 deletions exercises/practice/grade-school/.meta/config.json
Expand Up @@ -30,7 +30,6 @@
"go.mod"
]
},
"blurb": "Given students' names along with the grade that they are in, create a roster for the school",
"source": "A pairing session with Phil Battos at gSchool",
"source_url": "http://gschool.it"
"blurb": "Given students' names along with the grade that they are in, create a roster for the school.",
"source": "A pairing session with Phil Battos at gSchool"
}
4 changes: 2 additions & 2 deletions exercises/practice/grains/.meta/config.json
Expand Up @@ -39,6 +39,6 @@
]
},
"blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
"source": "JavaRanch Cattle Drive, exercise 6",
"source_url": "http://www.javaranch.com/grains.jsp"
"source": "The CodeRanch Cattle Drive, Assignment 6",
"source_url": "https://coderanch.com/wiki/718824/Grains"
}
2 changes: 1 addition & 1 deletion exercises/practice/grep/.meta/config.json
Expand Up @@ -29,5 +29,5 @@
},
"blurb": "Search a file for lines matching a regular expression pattern. Return the line number and contents of each matching line.",
"source": "Conversation with Nate Foster.",
"source_url": "http://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
"source_url": "https://www.cs.cornell.edu/Courses/cs3110/2014sp/hw/0/ps0.pdf"
}
2 changes: 1 addition & 1 deletion exercises/practice/hamming/.meta/config.json
Expand Up @@ -42,5 +42,5 @@
},
"blurb": "Calculate the Hamming difference between two DNA strands.",
"source": "The Calculating Point Mutations problem at Rosalind",
"source_url": "http://rosalind.info/problems/hamm/"
"source_url": "https://rosalind.info/problems/hamm/"
}
4 changes: 2 additions & 2 deletions exercises/practice/hello-world/.meta/config.json
Expand Up @@ -29,7 +29,7 @@
"go.mod"
]
},
"blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
"source": "This is an exercise to introduce users to using Exercism",
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
}
2 changes: 1 addition & 1 deletion exercises/practice/house/.meta/config.json
Expand Up @@ -31,5 +31,5 @@
},
"blurb": "Output the nursery rhyme 'This is the House that Jack Built'.",
"source": "British nursery rhyme",
"source_url": "http://en.wikipedia.org/wiki/This_Is_The_House_That_Jack_Built"
"source_url": "https://en.wikipedia.org/wiki/This_Is_The_House_That_Jack_Built"
}
4 changes: 2 additions & 2 deletions exercises/practice/kindergarten-garden/.meta/config.json
Expand Up @@ -32,6 +32,6 @@
]
},
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
"source": "Random musings during airplane trip.",
"source_url": "http://jumpstartlab.com"
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}
Expand Up @@ -35,5 +35,5 @@
},
"blurb": "Given a string of digits, calculate the largest product for a contiguous substring of digits of length n.",
"source": "A variation on Problem 8 at Project Euler",
"source_url": "http://projecteuler.net/problem=8"
"source_url": "https://projecteuler.net/problem=8"
}
4 changes: 2 additions & 2 deletions exercises/practice/leap/.meta/config.json
Expand Up @@ -39,6 +39,6 @@
]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}
2 changes: 1 addition & 1 deletion exercises/practice/linked-list/.meta/config.json
Expand Up @@ -30,6 +30,6 @@
"go.mod"
]
},
"blurb": "Implement a doubly linked list",
"blurb": "Implement a doubly linked list.",
"source": "Classic computer science topic"
}
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/.meta/config.json
Expand Up @@ -26,5 +26,5 @@
"go.mod"
]
},
"blurb": "Implement basic list operations"
"blurb": "Implement basic list operations."
}
2 changes: 1 addition & 1 deletion exercises/practice/luhn/.meta/config.json
Expand Up @@ -37,5 +37,5 @@
},
"blurb": "Given a number determine whether or not it is valid per the Luhn formula.",
"source": "The Luhn Algorithm on Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Luhn_algorithm"
"source_url": "https://en.wikipedia.org/wiki/Luhn_algorithm"
}
4 changes: 2 additions & 2 deletions exercises/practice/matrix/.meta/config.json
Expand Up @@ -34,6 +34,6 @@
]
},
"blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.",
"source": "Warmup to the `saddle-points` warmup.",
"source_url": "http://jumpstartlab.com"
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}
2 changes: 1 addition & 1 deletion exercises/practice/minesweeper/.meta/config.json
Expand Up @@ -30,5 +30,5 @@
"go.mod"
]
},
"blurb": "Add the numbers to a minesweeper board"
"blurb": "Add the numbers to a minesweeper board."
}
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/.meta/config.json
Expand Up @@ -37,5 +37,5 @@
},
"blurb": "Given a number n, determine what the nth prime is.",
"source": "A variation on Problem 7 at Project Euler",
"source_url": "http://projecteuler.net/problem=7"
"source_url": "https://projecteuler.net/problem=7"
}
2 changes: 1 addition & 1 deletion exercises/practice/nucleotide-count/.meta/config.json
Expand Up @@ -39,5 +39,5 @@
},
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
"source_url": "http://rosalind.info/problems/dna/"
"source_url": "https://rosalind.info/problems/dna/"
}
2 changes: 1 addition & 1 deletion exercises/practice/ocr-numbers/.meta/config.json
Expand Up @@ -31,5 +31,5 @@
},
"blurb": "Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is represented, or whether it is garbled.",
"source": "Inspired by the Bank OCR kata",
"source_url": "http://codingdojo.org/cgi-bin/wiki.pl?KataBankOCR"
"source_url": "https://codingdojo.org/kata/BankOCR/"
}
2 changes: 1 addition & 1 deletion exercises/practice/paasio/.meta/config.json
Expand Up @@ -34,7 +34,7 @@
"go.mod"
]
},
"blurb": "Report network IO statistics",
"blurb": "Report network IO statistics.",
"source": "Brian Matsuo",
"source_url": "https://github.com/bmatsuo"
}
2 changes: 1 addition & 1 deletion exercises/practice/palindrome-products/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "Detect palindrome products in a given range.",
"source": "Problem 4 at Project Euler",
"source_url": "http://projecteuler.net/problem=4"
"source_url": "https://projecteuler.net/problem=4"
}
2 changes: 1 addition & 1 deletion exercises/practice/pascals-triangle/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "Compute Pascal's triangle up to a given number of rows.",
"source": "Pascal's Triangle at Wolfram Math World",
"source_url": "http://mathworld.wolfram.com/PascalsTriangle.html"
"source_url": "https://www.wolframalpha.com/input/?i=Pascal%27s+triangle"
}
2 changes: 1 addition & 1 deletion exercises/practice/perfect-numbers/.meta/config.json
Expand Up @@ -36,5 +36,5 @@
},
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
"source_url": "http://shop.oreilly.com/product/0636920029687.do"
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
}
4 changes: 2 additions & 2 deletions exercises/practice/phone-number/.meta/config.json
Expand Up @@ -41,6 +41,6 @@
]
},
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
"source": "Event Manager by JumpstartLab",
"source_url": "http://tutorials.jumpstartlab.com/projects/eventmanager.html"
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}
2 changes: 1 addition & 1 deletion exercises/practice/poker/.meta/config.json
Expand Up @@ -38,5 +38,5 @@
},
"blurb": "Pick the best hand(s) from a list of poker hands.",
"source": "Inspired by the training course from Udacity.",
"source_url": "https://www.udacity.com/course/viewer#!/c-cs212/"
"source_url": "https://www.udacity.com/course/design-of-computer-programs--cs212"
}
2 changes: 1 addition & 1 deletion exercises/practice/pov/.meta/config.json
Expand Up @@ -31,7 +31,7 @@
"go.mod"
]
},
"blurb": "Reparent a graph on a selected node",
"blurb": "Reparent a graph on a selected node.",
"source": "Adaptation of exercise from 4clojure",
"source_url": "https://www.4clojure.com/"
}
2 changes: 1 addition & 1 deletion exercises/practice/prime-factors/.meta/config.json
Expand Up @@ -39,5 +39,5 @@
},
"blurb": "Compute the prime factors of a given natural number.",
"source": "The Prime Factors Kata by Uncle Bob",
"source_url": "http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
"source_url": "https://web.archive.org/web/20221026171801/http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
}
2 changes: 1 addition & 1 deletion exercises/practice/proverb/.meta/config.json
Expand Up @@ -29,5 +29,5 @@
},
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/For_Want_of_a_Nail"
"source_url": "https://en.wikipedia.org/wiki/For_Want_of_a_Nail"
}
2 changes: 1 addition & 1 deletion exercises/practice/pythagorean-triplet/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c.",
"source": "Problem 9 at Project Euler",
"source_url": "http://projecteuler.net/problem=9"
"source_url": "https://projecteuler.net/problem=9"
}
2 changes: 1 addition & 1 deletion exercises/practice/queen-attack/.meta/config.json
Expand Up @@ -33,5 +33,5 @@
},
"blurb": "Given the position of two queens on a chess board, indicate whether or not they are positioned so that they can attack each other.",
"source": "J Dalbey's Programming Practice problems",
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}
2 changes: 1 addition & 1 deletion exercises/practice/rna-transcription/.meta/config.json
Expand Up @@ -37,5 +37,5 @@
},
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
"source": "Hyperphysics",
"source_url": "http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
}
2 changes: 1 addition & 1 deletion exercises/practice/roman-numerals/.meta/config.json
Expand Up @@ -39,5 +39,5 @@
},
"blurb": "Write a function to convert from normal numbers to Roman Numerals.",
"source": "The Roman Numeral Kata",
"source_url": "http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals"
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
}
2 changes: 1 addition & 1 deletion exercises/practice/saddle-points/.meta/config.json
Expand Up @@ -33,5 +33,5 @@
},
"blurb": "Detect saddle points in a matrix.",
"source": "J Dalbey's Programming Practice problems",
"source_url": "http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}
4 changes: 2 additions & 2 deletions exercises/practice/say/.meta/config.json
Expand Up @@ -33,6 +33,6 @@
]
},
"blurb": "Given a number from 0 to 999,999,999,999, spell out that number in English.",
"source": "A variation on JavaRanch CattleDrive, exercise 4a",
"source_url": "http://www.javaranch.com/say.jsp"
"source": "A variation on the JavaRanch CattleDrive, Assignment 4",
"source_url": "https://coderanch.com/wiki/718804"
}
2 changes: 1 addition & 1 deletion exercises/practice/secret-handshake/.meta/config.json
Expand Up @@ -40,5 +40,5 @@
},
"blurb": "Given a decimal number, convert it to the appropriate sequence of events for a secret handshake.",
"source": "Bert, in Mary Poppins",
"source_url": "http://www.imdb.com/title/tt0058331/quotes/qt0437047"
"source_url": "https://www.imdb.com/title/tt0058331/quotes/qt0437047"
}
2 changes: 1 addition & 1 deletion exercises/practice/series/.meta/config.json
Expand Up @@ -32,5 +32,5 @@
},
"blurb": "Given a string of digits, output all the contiguous substrings of length `n` in that string.",
"source": "A subset of the Problem 8 at Project Euler",
"source_url": "http://projecteuler.net/problem=8"
"source_url": "https://projecteuler.net/problem=8"
}
2 changes: 1 addition & 1 deletion exercises/practice/sieve/.meta/config.json
Expand Up @@ -35,5 +35,5 @@
},
"blurb": "Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number.",
"source": "Sieve of Eratosthenes at Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
"source_url": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
}
4 changes: 2 additions & 2 deletions exercises/practice/simple-cipher/.meta/config.json
Expand Up @@ -31,7 +31,7 @@
"go.mod"
]
},
"blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher",
"blurb": "Implement a simple shift cipher like Caesar and a more secure substitution cipher.",
"source": "Substitution Cipher at Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Substitution_cipher"
"source_url": "https://en.wikipedia.org/wiki/Substitution_cipher"
}