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
12 changes: 9 additions & 3 deletions exercises/practice/allergies/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"allergies.vim"
],
"test": [
"allergies.vader"
],
"example": [
"example.vim"
]
},
"source": "Jumpstart Lab Warm-up",
"source_url": "http://jumpstartlab.com"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/anagram/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"anagram.vim"
],
"test": [
"anagram.vader"
],
"example": [
"example.vim"
]
},
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/atbash-cipher/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"atbash_cipher.vim"
],
"test": [
"atbash_cipher.vader"
],
"example": [
"example.vim"
]
},
"source": "Wikipedia",
"source_url": "http://en.wikipedia.org/wiki/Atbash"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/beer-song/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"beer_song.vim"
],
"test": [
"beer_song.vader"
],
"example": [
"example.vim"
]
},
"source": "Learn to Program by Chris Pine",
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/bob/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"bob.vim"
],
"test": [
"bob.vader"
],
"example": [
"example.vim"
]
},
"source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
"source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"difference_of_squares.vim"
],
"test": [
"difference_of_squares.vader"
],
"example": [
"example.vim"
]
},
"source": "Problem 6 at Project Euler",
"source_url": "http://projecteuler.net/problem=6"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/etl/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"etl.vim"
],
"test": [
"etl.vader"
],
"example": [
"example.vim"
]
},
"source": "The Jumpstart Lab team",
"source_url": "http://jumpstartlab.com"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/hamming/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"hamming.vim"
],
"test": [
"hamming.vader"
],
"example": [
"example.vim"
]
},
"source": "The Calculating Point Mutations problem at Rosalind",
"source_url": "http://rosalind.info/problems/hamm/"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/hello-world/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"hello_world.vim"
],
"test": [
"hello_world.vader"
],
"example": [
"example.vim"
]
},
"source": "This is an exercise to introduce users to using Exercism",
"source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/largest-series-product/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"largest_series_product.vim"
],
"test": [
"largest_series_product.vader"
],
"example": [
"example.vim"
]
},
"source": "A variation on Problem 8 at Project Euler",
"source_url": "http://projecteuler.net/problem=8"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/leap/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"leap.vim"
],
"test": [
"leap.vader"
],
"example": [
"example.vim"
]
},
"source": "JavaRanch Cattle Drive, exercise 3",
"source_url": "http://www.javaranch.com/leap.jsp"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"nucleotide_count.vim"
],
"test": [
"nucleotide_count.vader"
],
"example": [
"example.vim"
]
},
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
"source_url": "http://rosalind.info/problems/dna/"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/pangram/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"pangram.vim"
],
"test": [
"pangram.vader"
],
"example": [
"example.vim"
]
},
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Pangram"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/phone-number/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"phone_number.vim"
],
"test": [
"phone_number.vader"
],
"example": [
"example.vim"
]
},
"source": "Event Manager by JumpstartLab",
"source_url": "http://tutorials.jumpstartlab.com/projects/eventmanager.html"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/raindrops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"raindrops.vim"
],
"test": [
"raindrops.vader"
],
"example": [
"example.vim"
]
},
"source": "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division.",
"source_url": "https://en.wikipedia.org/wiki/Fizz_buzz"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/rna-transcription/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"rna_transcription.vim"
],
"test": [
"rna_transcription.vader"
],
"example": [
"example.vim"
]
},
"source": "Hyperphysics",
"source_url": "http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/roman-numerals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"roman_numerals.vim"
],
"test": [
"roman_numerals.vader"
],
"example": [
"example.vim"
]
},
"source": "The Roman Numeral Kata",
"source_url": "http://codingdojo.org/cgi-bin/index.pl?KataRomanNumerals"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/scrabble-score/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"scrabble_score.vim"
],
"test": [
"scrabble_score.vader"
],
"example": [
"example.vim"
]
},
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/triangle/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"triangle.vim"
],
"test": [
"triangle.vader"
],
"example": [
"example.vim"
]
},
"source": "The Ruby Koans triangle project, parts 1 & 2",
"source_url": "http://rubykoans.com"
Expand Down
12 changes: 9 additions & 3 deletions exercises/practice/word-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"authors": [],
"files": {
"solution": [],
"test": [],
"example": []
"solution": [
"word_count.vim"
],
"test": [
"word_count.vader"
],
"example": [
"example.vim"
]
},
"source": "This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour."
}