-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5807039
commit 5f09f76
Showing
15 changed files
with
153 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters