Skip to content

Commit d56fb9a

Browse files
Ignore contributions for commits that modify more than 10 exercises
1 parent 19cabe1 commit d56fb9a

File tree

107 files changed

+1349
-1631
lines changed

Some content is hidden

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

107 files changed

+1349
-1631
lines changed

exercises/practice/accumulate/.meta/config.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
{
22
"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.",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"matthewmorgan"
5+
],
46
"contributors": [
5-
"andreasolund",
6-
"ankorGH",
7-
"G-Rath",
87
"gargrave",
9-
"iagocavalcante",
10-
"lantran",
11-
"paparomeo",
12-
"PSalant726",
138
"rchavarria",
149
"ryanplusplus",
15-
"SleeplessByte",
16-
"tejasbubane",
17-
"Tyresius92",
1810
"xarxziux"
1911
],
2012
"files": {
21-
"solution": ["accumulate.js"],
22-
"test": ["accumulate.spec.js"],
23-
"example": [".meta/proof.ci.js"]
13+
"solution": [
14+
"accumulate.js"
15+
],
16+
"test": [
17+
"accumulate.spec.js"
18+
],
19+
"example": [
20+
".meta/proof.ci.js"
21+
]
2422
},
2523
"source": "Conversation with James Edward Gray II",
2624
"source_url": "https://twitter.com/jeg2"

exercises/practice/acronym/.meta/config.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
{
22
"blurb": "Convert a long phrase to its acronym",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"matthewmorgan"
5+
],
46
"contributors": [
5-
"andreasolund",
6-
"ankorGH",
77
"cmccandless",
8-
"G-Rath",
98
"gargrave",
10-
"iagocavalcante",
11-
"lantran",
12-
"paparomeo",
13-
"PSalant726",
149
"rchavarria",
15-
"ryanplusplus",
16-
"serixscorpio",
17-
"SleeplessByte",
18-
"tejasbubane",
19-
"Tyresius92"
10+
"serixscorpio"
2011
],
2112
"files": {
22-
"solution": ["acronym.js"],
23-
"test": ["acronym.spec.js"],
24-
"example": [".meta/proof.ci.js"]
13+
"solution": [
14+
"acronym.js"
15+
],
16+
"test": [
17+
"acronym.spec.js"
18+
],
19+
"example": [
20+
".meta/proof.ci.js"
21+
]
2522
},
2623
"source": "Julien Vanier",
2724
"source_url": "https://github.com/monkbroc"
Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
{
22
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
3-
"authors": ["javaeeeee"],
3+
"authors": [
4+
"javaeeeee"
5+
],
46
"contributors": [
5-
"ankorGH",
6-
"G-Rath",
7-
"gargrave",
8-
"iagocavalcante",
9-
"lantran",
10-
"matthewmorgan",
117
"OrthoDex",
12-
"paparomeo",
13-
"PSalant726",
148
"rchavarria",
15-
"serixscorpio",
16-
"SleeplessByte",
17-
"tejasbubane",
18-
"Tyresius92"
9+
"serixscorpio"
1910
],
2011
"files": {
21-
"solution": ["all-your-base.js"],
22-
"test": ["all-your-base.spec.js"],
23-
"example": [".meta/proof.ci.js"]
12+
"solution": [
13+
"all-your-base.js"
14+
],
15+
"test": [
16+
"all-your-base.spec.js"
17+
],
18+
"example": [
19+
".meta/proof.ci.js"
20+
]
2421
}
2522
}

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

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
{
22
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
3-
"authors": ["rchavarria"],
3+
"authors": [
4+
"rchavarria"
5+
],
46
"contributors": [
5-
"andreasolund",
6-
"ankorGH",
7-
"G-Rath",
8-
"gargrave",
9-
"iagocavalcante",
10-
"lantran",
117
"matthewmorgan",
128
"ovidiu141",
13-
"paparomeo",
14-
"PSalant726",
15-
"ryanplusplus",
16-
"SleeplessByte",
17-
"tejasbubane",
18-
"thanhcng",
19-
"Tyresius92",
20-
"xarxziux"
9+
"thanhcng"
2110
],
2211
"files": {
23-
"solution": ["allergies.js"],
24-
"test": ["allergies.spec.js"],
25-
"example": [".meta/proof.ci.js"]
12+
"solution": [
13+
"allergies.js"
14+
],
15+
"test": [
16+
"allergies.spec.js"
17+
],
18+
"example": [
19+
".meta/proof.ci.js"
20+
]
2621
},
2722
"source": "Jumpstart Lab Warm-up",
2823
"source_url": "http://jumpstartlab.com"
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
22
"blurb": "Write a function to solve alphametics puzzles.",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"xarxziux"
5+
],
46
"contributors": [
5-
"G-Rath",
6-
"gargrave",
7-
"iagocavalcante",
8-
"lantran",
9-
"paparomeo",
10-
"PSalant726",
11-
"rchavarria",
127
"slaymance",
13-
"SleeplessByte",
14-
"tejasbubane",
15-
"Tyresius92",
16-
"xarxziux"
8+
"tejasbubane"
179
],
1810
"files": {
19-
"solution": ["alphametics.js"],
20-
"test": ["alphametics.spec.js"],
21-
"example": [".meta/proof.ci.js"]
11+
"solution": [
12+
"alphametics.js"
13+
],
14+
"test": [
15+
"alphametics.spec.js"
16+
],
17+
"example": [
18+
".meta/proof.ci.js"
19+
]
2220
}
2321
}

exercises/practice/anagram/.meta/config.json

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
11
{
22
"blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
3-
"authors": ["rchavarria"],
3+
"authors": [
4+
"rchavarria"
5+
],
46
"contributors": [
57
"amscotti",
6-
"andreasolund",
7-
"ankorGH",
8-
"draalger",
9-
"G-Rath",
108
"gabriel376",
119
"gargrave",
12-
"iagocavalcante",
1310
"kytrinyx",
14-
"lantran",
15-
"matthewmorgan",
16-
"ovidiu141",
17-
"paparomeo",
18-
"PSalant726",
19-
"ryanplusplus",
20-
"SleeplessByte",
21-
"tejasbubane",
22-
"Tyresius92"
11+
"ovidiu141"
2312
],
2413
"files": {
25-
"solution": ["anagram.js"],
26-
"test": ["anagram.spec.js"],
27-
"example": [".meta/proof.ci.js"]
14+
"solution": [
15+
"anagram.js"
16+
],
17+
"test": [
18+
"anagram.spec.js"
19+
],
20+
"example": [
21+
".meta/proof.ci.js"
22+
]
2823
},
2924
"source": "Inspired by the Extreme Startup game",
3025
"source_url": "https://github.com/rchatley/extreme_startup"

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

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"blurb": "Determine if a number is an Armstrong number",
3-
"authors": ["PakkuDon"],
3+
"authors": [
4+
"PakkuDon"
5+
],
46
"contributors": [
5-
"ankorGH",
6-
"G-Rath",
7-
"gargrave",
8-
"hayashi-ay",
9-
"iagocavalcante",
10-
"matthewmorgan",
117
"ovidiu141",
12-
"paparomeo",
13-
"PSalant726",
14-
"rpottsoh",
15-
"SleeplessByte",
16-
"tejasbubane",
17-
"Tyresius92",
188
"xarxziux"
199
],
2010
"files": {
21-
"solution": ["armstrong-numbers.js"],
22-
"test": ["armstrong-numbers.spec.js"],
23-
"example": [".meta/proof.ci.js"]
11+
"solution": [
12+
"armstrong-numbers.js"
13+
],
14+
"test": [
15+
"armstrong-numbers.spec.js"
16+
],
17+
"example": [
18+
".meta/proof.ci.js"
19+
]
2420
},
2521
"source": "Wikipedia",
2622
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
{
22
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"matthewmorgan"
5+
],
46
"contributors": [
5-
"andreasolund",
67
"Futuro212",
7-
"G-Rath",
8-
"gargrave",
9-
"iagocavalcante",
10-
"lantran",
118
"ovidiu141",
12-
"paparomeo",
13-
"PSalant726",
149
"rchavarria",
15-
"ryanplusplus",
16-
"SleeplessByte",
1710
"tejasbubane",
18-
"Tyresius92",
1911
"xarxziux"
2012
],
2113
"files": {
22-
"solution": ["atbash-cipher.js"],
23-
"test": ["atbash-cipher.spec.js"],
24-
"example": [".meta/proof.ci.js"]
14+
"solution": [
15+
"atbash-cipher.js"
16+
],
17+
"test": [
18+
"atbash-cipher.spec.js"
19+
],
20+
"example": [
21+
".meta/proof.ci.js"
22+
]
2523
},
2624
"source": "Wikipedia",
2725
"source_url": "http://en.wikipedia.org/wiki/Atbash"

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

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
11
{
22
"blurb": "Produce the lyrics to that beloved classic, that field-trip favorite: 99 Bottles of Beer on the Wall.",
3-
"authors": ["rchavarria"],
3+
"authors": [
4+
"rchavarria"
5+
],
46
"contributors": [
5-
"andreasolund",
6-
"ankorGH",
7-
"draalger",
87
"Futuro212",
9-
"G-Rath",
10-
"gargrave",
118
"hayashi-ay",
12-
"iagocavalcante",
139
"kytrinyx",
14-
"lantran",
1510
"matthewmorgan",
16-
"ovidiu141",
17-
"paparomeo",
18-
"PSalant726",
19-
"ryanplusplus",
20-
"SleeplessByte",
21-
"tejasbubane",
22-
"Tyresius92"
11+
"ovidiu141"
2312
],
2413
"files": {
25-
"solution": ["beer-song.js"],
26-
"test": ["beer-song.spec.js"],
27-
"example": [".meta/proof.ci.js"]
14+
"solution": [
15+
"beer-song.js"
16+
],
17+
"test": [
18+
"beer-song.spec.js"
19+
],
20+
"example": [
21+
".meta/proof.ci.js"
22+
]
2823
},
2924
"source": "Learn to Program by Chris Pine",
3025
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"

0 commit comments

Comments
 (0)