Skip to content

Commit

Permalink
Update metadata (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Jun 8, 2023
1 parent 5807039 commit 5f09f76
Show file tree
Hide file tree
Showing 15 changed files with 153 additions and 147 deletions.
42 changes: 21 additions & 21 deletions exercises/practice/bob/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/bob.cob"
],
"files": {
"solution": [
"src/bob.cob"
],
"test": [
"tst/bob/bob.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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"
}
"test": [
"tst/bob/bob.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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": "https://pine.fm/LearnToProgram/?Chapter=06"
}
41 changes: 20 additions & 21 deletions exercises/practice/darts/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/darts.cob"
],
"files": {
"solution": [
"src/darts.cob"
],
"test": [
"tst/darts/darts.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"blurb": "Write a function that returns the earned points in a single toss of a Darts game",
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina",
"source_url": null
}
"test": [
"tst/darts/darts.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
}
4 changes: 2 additions & 2 deletions exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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"
}
6 changes: 3 additions & 3 deletions exercises/practice/hamming/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test.ps1"
]
},
"blurb": "Calculate the Hamming Distance between two DNA strands.",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"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"
}
42 changes: 21 additions & 21 deletions exercises/practice/leap/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/leap.cob"
],
"files": {
"solution": [
"src/leap.cob"
],
"test": [
"tst/leap/leap.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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"
}
"test": [
"tst/leap/leap.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"blurb": "Given a year, report if it is a leap year.",
"source": "CodeRanch Cattle Drive, Assignment 3",
"source_url": "https://coderanch.com/t/718816/Leap"
}
4 changes: 2 additions & 2 deletions exercises/practice/luhn/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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/"
}
34 changes: 17 additions & 17 deletions exercises/practice/queen-attack/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/queen-attack.cob"
],
"files": {
"solution": [
"src/queen-attack.cob"
],
"test": [
"tst/queen-attack/queen-attack.cut"
],
"example": [
".meta/proof.ci.cob"
]
},
"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"
}
"test": [
"tst/queen-attack/queen-attack.cut"
],
"example": [
".meta/proof.ci.cob"
]
},
"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": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}
4 changes: 2 additions & 2 deletions exercises/practice/rna-transcription/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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"
}
40 changes: 20 additions & 20 deletions exercises/practice/roman-numerals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/roman-numerals.cob"
],
"files": {
"solution": [
"src/roman-numerals.cob"
],
"test": [
"tst/roman-numerals/roman-numerals.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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"
"test": [
"tst/roman-numerals/roman-numerals.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"blurb": "Write a function to convert from normal numbers to Roman Numerals.",
"source": "The Roman Numeral Kata",
"source_url": "https://codingdojo.org/kata/RomanNumerals/"
}
42 changes: 21 additions & 21 deletions exercises/practice/sieve/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"authors": [
"axtens"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/sieve.cob"
],
"files": {
"solution": [
"src/sieve.cob"
],
"test": [
"tst/sieve/sieve.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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"
}
"test": [
"tst/sieve/sieve.cut"
],
"example": [
".meta/proof.ci.cob"
],
"invalidator": [
"test.sh",
"test.ps1"
]
},
"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": "https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes"
}
26 changes: 17 additions & 9 deletions exercises/practice/triangle/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"authors": ["axtens"],
"files": {
"solution": ["src/triangle.cob"],
"test": ["tst/triangle/triangle.cut"],
"example": [".meta/proof.ci.cob"]
},
"blurb": "Determine if a triangle is equilateral, isosceles, or scalene.",
"source": "The Ruby Koans triangle project, parts 1 & 2",
"source_url": "http://rubykoans.com"
"authors": [
"axtens"
],
"files": {
"solution": [
"src/triangle.cob"
],
"test": [
"tst/triangle/triangle.cut"
],
"example": [
".meta/proof.ci.cob"
]
},
"blurb": "Determine if a triangle is equilateral, isosceles, or scalene.",
"source": "The Ruby Koans triangle project, parts 1 & 2",
"source_url": "https://web.archive.org/web/20220831105330/http://rubykoans.com"
}
3 changes: 1 addition & 2 deletions exercises/practice/two-fer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
]
},
"blurb": "Create a sentence of the form \"One for X, one for me.\".",
"source": "Exercism",
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
}
}
4 changes: 2 additions & 2 deletions exercises/practice/yacht/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test.ps1"
]
},
"blurb": "Score a single throw of dice in the game Yacht",
"blurb": "Score a single throw of dice in the game Yacht.",
"source": "James Kilfiger, using wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Yacht_(dice_game)"
}
}

0 comments on commit 5f09f76

Please sign in to comment.