Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions exercises/concept/assembly-line/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"blurb": "Learn about numbers while working on an assembly line for cars.",
"authors": [
{
"github_username": "LewisClement",
"exercism_username": "LewisClement"
},
{
"github_username": "efx",
"exercism_username": "efx"
}
"LewisClement",
"efx"
],
"files": {
"solution": [
Expand Down
15 changes: 3 additions & 12 deletions exercises/concept/csv-builder/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"blurb": "TODO: add blurb for csv-builder exercise",
"authors": [
{
"github_username": "gilescope",
"exercism_username": "gilescope"
},
{
"github_username": "coriolinus",
"exercism_username": "coriolinus"
},
{
"github_username": "efx",
"exercism_username": "efx"
}
"gilescope",
"coriolinus",
"efx"
],
"files": {
"solution": [
Expand Down
5 changes: 1 addition & 4 deletions exercises/concept/entry-api/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"blurb": "TODO: add blurb for entry-api exercise",
"authors": [
{
"github_username": "seanchen1991",
"exercism_username": "seanchen1991"
}
"seanchen1991"
],
"files": {
"solution": [
Expand Down
10 changes: 2 additions & 8 deletions exercises/concept/options/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"blurb": "TODO: add blurb for options exercise",
"authors": [
{
"github_username": "seanchen1991",
"exercism_username": "seanchen1991"
},
{
"github_username": "coriolinus",
"exercism_username": "coriolinus"
}
"seanchen1991",
"coriolinus"
],
"files": {
"solution": [
Expand Down
5 changes: 1 addition & 4 deletions exercises/concept/semi-structured-logs/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"blurb": "Learn enums while building a logging utility.",
"authors": [
{
"github_username": "efx",
"exercism_username": "efx"
}
"efx"
],
"files": {
"solution": [
Expand Down
5 changes: 1 addition & 4 deletions exercises/concept/structs/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"blurb": "TODO: add blurb for structs exercise",
"authors": [
{
"github_username": "seanchen1991",
"exercism_username": "seanchen1991"
}
"seanchen1991"
],
"files": {
"solution": [
Expand Down
5 changes: 1 addition & 4 deletions exercises/concept/tuples/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"blurb": "TODO: add blurb for tuples exercise",
"authors": [
{
"github_username": "coriolinus",
"exercism_username": "coriolinus"
}
"coriolinus"
],
"files": {
"solution": [
Expand Down
10 changes: 2 additions & 8 deletions exercises/concept/vec-macro/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"blurb": "TODO: add blurb for vec-macro exercise",
"authors": [
{
"github_username": "efx",
"exercism_username": "efx"
},
{
"github_username": "coriolinus",
"exercism_username": "coriolinus"
}
"efx",
"coriolinus"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/accumulate/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
"authors": [
{
"github_username": "sacherjj"
}
"sacherjj"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/acronym/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Convert a long phrase to its acronym",
"authors": [
{
"github_username": "gregcline"
}
"gregcline"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/affine-cipher/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Create an implementation of the Affine cipher, an ancient encryption algorithm from the Middle East.",
"authors": [
{
"github_username": "ktomsic"
}
"ktomsic"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/all-your-base/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
"authors": [
{
"github_username": "jonasbb"
}
"jonasbb"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/allergies/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/alphametics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Write a function to solve alphametics puzzles.",
"authors": [
{
"github_username": "ijanos"
}
"ijanos"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/anagram/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Determine if a number is an Armstrong number",
"authors": [
{
"github_username": "shingtaklam1324"
}
"shingtaklam1324"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/atbash-cipher/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
"authors": [
{
"github_username": "nikhilshagri"
}
"nikhilshagri"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/beer-song/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/binary-search/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Implement a binary search algorithm.",
"authors": [
{
"github_username": "shybyte"
}
"shybyte"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/bob/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/book-store/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"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.",
"authors": [
{
"github_username": "coriolinus"
}
"coriolinus"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/bowling/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Score a bowling game",
"authors": [
{
"github_username": "IanWhitney"
}
"IanWhitney"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/circular-buffer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/clock/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Implement a clock that handles times without dates.",
"authors": [
{
"github_username": "sacherjj"
}
"sacherjj"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/collatz-conjecture/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture",
"authors": [
{
"github_username": "jgilray"
}
"jgilray"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/crypto-square/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Implement the classic method for composing secret messages called a square code.",
"authors": [
{
"github_username": "coriolinus"
}
"coriolinus"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/custom-set/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Create a custom set type.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/decimal/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Implement a Decimal type",
"authors": [
{
"github_username": "coriolinus"
}
"coriolinus"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/diamond/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Given a letter, print a diamond starting with 'A' with the supplied letter at the widest point.",
"authors": [
{
"github_username": "Menkir"
}
"Menkir"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/diffie-hellman/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Diffie-Hellman key exchange.",
"authors": [
{
"github_username": "hekrause"
}
"hekrause"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/dominoes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Make a chain of dominoes.",
"authors": [
{
"github_username": "EduardoBautista"
}
"EduardoBautista"
],
"files": {
"solution": [
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/dot-dsl/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"blurb": "Write a Domain Specific Language similar to the Graphviz dot language",
"authors": [
{
"github_username": "ZapAnton"
}
"ZapAnton"
],
"files": {
"solution": [
Expand Down
Loading