Skip to content

Commit a5fbfc1

Browse files
Exclude contributions made for the following files:
- README.md - package.json - package-lock.json - .eslintrc - .npmrc - babel.config.js - LICENSE
1 parent 19cabe1 commit a5fbfc1

File tree

109 files changed

+1364
-1324
lines changed

Some content is hidden

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

109 files changed

+1364
-1324
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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",
67
"ankorGH",
7-
"G-Rath",
88
"gargrave",
9-
"iagocavalcante",
10-
"lantran",
11-
"paparomeo",
12-
"PSalant726",
139
"rchavarria",
1410
"ryanplusplus",
1511
"SleeplessByte",
16-
"tejasbubane",
17-
"Tyresius92",
1812
"xarxziux"
1913
],
2014
"files": {
21-
"solution": ["accumulate.js"],
22-
"test": ["accumulate.spec.js"],
23-
"example": [".meta/proof.ci.js"]
15+
"solution": [
16+
"accumulate.js"
17+
],
18+
"test": [
19+
"accumulate.spec.js"
20+
],
21+
"example": [
22+
".meta/proof.ci.js"
23+
]
2424
},
2525
"source": "Conversation with James Edward Gray II",
2626
"source_url": "https://twitter.com/jeg2"

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"blurb": "Convert a long phrase to its acronym",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"matthewmorgan"
5+
],
46
"contributors": [
5-
"andreasolund",
67
"ankorGH",
78
"cmccandless",
8-
"G-Rath",
99
"gargrave",
10-
"iagocavalcante",
11-
"lantran",
12-
"paparomeo",
13-
"PSalant726",
1410
"rchavarria",
1511
"ryanplusplus",
1612
"serixscorpio",
17-
"SleeplessByte",
18-
"tejasbubane",
19-
"Tyresius92"
13+
"SleeplessByte"
2014
],
2115
"files": {
22-
"solution": ["acronym.js"],
23-
"test": ["acronym.spec.js"],
24-
"example": [".meta/proof.ci.js"]
16+
"solution": [
17+
"acronym.js"
18+
],
19+
"test": [
20+
"acronym.spec.js"
21+
],
22+
"example": [
23+
".meta/proof.ci.js"
24+
]
2525
},
2626
"source": "Julien Vanier",
2727
"source_url": "https://github.com/monkbroc"
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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": [
57
"ankorGH",
6-
"G-Rath",
7-
"gargrave",
8-
"iagocavalcante",
9-
"lantran",
108
"matthewmorgan",
119
"OrthoDex",
12-
"paparomeo",
13-
"PSalant726",
1410
"rchavarria",
1511
"serixscorpio",
16-
"SleeplessByte",
17-
"tejasbubane",
18-
"Tyresius92"
12+
"SleeplessByte"
1913
],
2014
"files": {
21-
"solution": ["all-your-base.js"],
22-
"test": ["all-your-base.spec.js"],
23-
"example": [".meta/proof.ci.js"]
15+
"solution": [
16+
"all-your-base.js"
17+
],
18+
"test": [
19+
"all-your-base.spec.js"
20+
],
21+
"example": [
22+
".meta/proof.ci.js"
23+
]
2424
}
2525
}

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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",
67
"ankorGH",
7-
"G-Rath",
8-
"gargrave",
9-
"iagocavalcante",
10-
"lantran",
118
"matthewmorgan",
129
"ovidiu141",
13-
"paparomeo",
14-
"PSalant726",
1510
"ryanplusplus",
1611
"SleeplessByte",
1712
"tejasbubane",
1813
"thanhcng",
19-
"Tyresius92",
2014
"xarxziux"
2115
],
2216
"files": {
23-
"solution": ["allergies.js"],
24-
"test": ["allergies.spec.js"],
25-
"example": [".meta/proof.ci.js"]
17+
"solution": [
18+
"allergies.js"
19+
],
20+
"test": [
21+
"allergies.spec.js"
22+
],
23+
"example": [
24+
".meta/proof.ci.js"
25+
]
2626
},
2727
"source": "Jumpstart Lab Warm-up",
2828
"source_url": "http://jumpstartlab.com"
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"blurb": "Write a function to solve alphametics puzzles.",
3-
"authors": ["matthewmorgan"],
3+
"authors": [
4+
"matthewmorgan"
5+
],
46
"contributors": [
5-
"G-Rath",
6-
"gargrave",
7-
"iagocavalcante",
8-
"lantran",
9-
"paparomeo",
10-
"PSalant726",
117
"rchavarria",
128
"slaymance",
139
"SleeplessByte",
1410
"tejasbubane",
15-
"Tyresius92",
1611
"xarxziux"
1712
],
1813
"files": {
19-
"solution": ["alphametics.js"],
20-
"test": ["alphametics.spec.js"],
21-
"example": [".meta/proof.ci.js"]
14+
"solution": [
15+
"alphametics.js"
16+
],
17+
"test": [
18+
"alphametics.spec.js"
19+
],
20+
"example": [
21+
".meta/proof.ci.js"
22+
]
2223
}
2324
}

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
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",
78
"ankorGH",
89
"draalger",
9-
"G-Rath",
1010
"gabriel376",
1111
"gargrave",
12-
"iagocavalcante",
1312
"kytrinyx",
14-
"lantran",
1513
"matthewmorgan",
1614
"ovidiu141",
17-
"paparomeo",
18-
"PSalant726",
1915
"ryanplusplus",
2016
"SleeplessByte",
21-
"tejasbubane",
22-
"Tyresius92"
17+
"tejasbubane"
2318
],
2419
"files": {
25-
"solution": ["anagram.js"],
26-
"test": ["anagram.spec.js"],
27-
"example": [".meta/proof.ci.js"]
20+
"solution": [
21+
"anagram.js"
22+
],
23+
"test": [
24+
"anagram.spec.js"
25+
],
26+
"example": [
27+
".meta/proof.ci.js"
28+
]
2829
},
2930
"source": "Inspired by the Extreme Startup game",
3031
"source_url": "https://github.com/rchatley/extreme_startup"

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

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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",
1510
"ryanplusplus",
1611
"SleeplessByte",
1712
"tejasbubane",
18-
"Tyresius92",
1913
"xarxziux"
2014
],
2115
"files": {
22-
"solution": ["atbash-cipher.js"],
23-
"test": ["atbash-cipher.spec.js"],
24-
"example": [".meta/proof.ci.js"]
16+
"solution": [
17+
"atbash-cipher.js"
18+
],
19+
"test": [
20+
"atbash-cipher.spec.js"
21+
],
22+
"example": [
23+
".meta/proof.ci.js"
24+
]
2525
},
2626
"source": "Wikipedia",
2727
"source_url": "http://en.wikipedia.org/wiki/Atbash"

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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",
67
"ankorGH",
78
"draalger",
89
"Futuro212",
9-
"G-Rath",
10-
"gargrave",
1110
"hayashi-ay",
12-
"iagocavalcante",
1311
"kytrinyx",
14-
"lantran",
1512
"matthewmorgan",
1613
"ovidiu141",
17-
"paparomeo",
18-
"PSalant726",
1914
"ryanplusplus",
2015
"SleeplessByte",
21-
"tejasbubane",
22-
"Tyresius92"
16+
"tejasbubane"
2317
],
2418
"files": {
25-
"solution": ["beer-song.js"],
26-
"test": ["beer-song.spec.js"],
27-
"example": [".meta/proof.ci.js"]
19+
"solution": [
20+
"beer-song.js"
21+
],
22+
"test": [
23+
"beer-song.spec.js"
24+
],
25+
"example": [
26+
".meta/proof.ci.js"
27+
]
2828
},
2929
"source": "Learn to Program by Chris Pine",
3030
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"

0 commit comments

Comments
 (0)