Dennis Heckman
24adec2926
clean up whitespace in Dockerfile
2017-09-03 07:31:51 -05:00
Dennis Heckman
29ce6e36a5
initial Dockerfile
2017-09-01 18:21:20 -05:00
Felipe Seré
774a7a2d12
Merge pull request #193 from marosluuce/convert-to-application
...
Convert to application
2017-08-22 07:26:37 +01:00
Nathan Walker
98dde25b20
Update contributors.
2017-07-28 13:11:02 -05:00
Nathan Walker
b32e82b19b
Switch over to Elixir option parsing.
2017-07-28 13:03:41 -05:00
Nathan Walker
372d7f70ac
Extracted watcher and runner into supervision tree.
2017-07-28 13:00:18 -05:00
Nathan Walker
3c73ea00fa
Extract modules module.
2017-07-28 12:58:50 -05:00
Nathan Walker
b2dfc28650
Extract tracker into supervision tree.
2017-07-28 12:56:02 -05:00
Nathan Walker
b71221977c
Extract display into supervision tree.
2017-07-28 12:56:02 -05:00
Felipe Seré
9025744154
Merge pull request #200 from Nagasaki45/order
...
Get lessons order from filenames. Fix #196
2017-07-20 21:53:57 +01:00
Tom Gurion
588018409d
Get lessons order from filenames. Fix #196
2017-07-20 10:01:29 +01:00
Felipe Seré
2fc67561d9
Merge pull request #201 from EricAnderson-AAI/master
...
Added GenServer Koans
2017-07-20 07:33:51 +01:00
Eric Anderson
33d0892c7a
GenServers swapped lesson position with Protocols
2017-07-19 19:28:57 -05:00
Eric Anderson
3f1eb8f397
Updated password strings
2017-07-17 21:15:50 -05:00
Felipe Seré
06bb8cbdd5
Merge pull request #199 from codefupanda/master
...
Fetching values of repeated key in keywordlist
2017-07-15 11:22:59 +01:00
Eric Anderson
c5a332a2f8
Added remaining handlers to the External API
2017-07-15 01:45:33 -05:00
Eric Anderson
8495a48717
Changed GenServer from BicycleLock to Laptop so examples will flow better
2017-07-15 01:33:16 -05:00
Eric Anderson
cb98ca1c52
Renamed start_server/1 to start_link/1 and updated a password.
2017-07-15 00:49:52 -05:00
Eric Anderson
78d0181cce
Updated 19_genservers.ex w/code review suggestions and updated genservers_koans_test answer values
2017-07-14 15:51:12 -05:00
Eric Anderson
62ab2b9688
Added GenServer Koans
2017-07-13 14:39:15 -05:00
codefupanda
7a9f04dd45
Added pattern matching koan for keyword list
2017-07-11 22:05:07 +05:30
codefupanda
95e87c3fd8
Fetching values of repeated key in keywordlist
2017-07-11 13:39:54 +05:30
Jay Hayes
4eacb11d47
Merge pull request #198 from fmatosqg/master
...
Update README.md
2017-07-03 22:34:29 -05:00
fmatosqg
d7293aac74
Update README.md
...
Instructions for jumping into a specific koan
2017-07-04 12:12:28 +10:00
Jay Hayes
ffc8df9856
Merge pull request #197 from eatoncns/master
...
Correct spelling of function in Display.ProgressBar
2017-06-08 11:25:58 -05:00
Philip MEIER
bad4f8003e
Correct spelling of function in Display.ProgressBar
2017-06-08 17:12:57 +01:00
Felipe Seré
9669430877
Merge pull request #194 from membranepotential/patch-1
...
Move Sigils lesson down in runner.ex
2017-05-06 22:39:38 +01:00
membranepotential
2e6dd9aaad
Move Sigils lesson down in runner.ex
2017-04-29 17:21:33 +02:00
Felipe Seré
81195bcb16
Merge pull request #192 from tjarratt/move-koans-lesson-later
...
Move sigils to later in the lessons
2017-04-29 08:28:55 -05:00
Tim Jarratt
00eb17014a
Move sigils to later in the lessons
...
While doing this, I also discovered that
there is also a reference to lists in numbers, but
that might a bit easier for someone to grasp, given
the hint that the koan gives, and the output they
see when they run it.
2017-04-25 22:38:49 +02:00
Uku Taht
4de3a5f3d2
Merge pull request #189 from Nagasaki45/atoms
...
Simplify atoms koans. Fix #185
2017-04-24 09:51:16 +01:00
Tom Gurion
e64394fbaa
Add nil example to the atoms koans
2017-04-22 22:59:08 +01:00
Tom Gurion
ca97177b99
Simplify atoms koans. Fix #185
2017-04-22 22:32:29 +01:00
Uku Taht
9d7a7e8cbe
Merge pull request #188 from trumant/spelling_and_grammar
...
Correcting some spelling and grammar issues
2017-04-22 20:13:11 +01:00
Travis Truman
0df20b8b41
Correcting some spelling and grammar issues
2017-04-21 09:46:24 -04:00
Jay Hayes
309a275201
Merge pull request #187 from Nagasaki45/no-char-list
...
Remove 'I think I need my number as a char' koan. Fix #176
2017-04-09 07:53:27 -05:00
Tom Gurion
1a6449ff1f
Remove 'I think I need my number as a char' koan. Fix #176
2017-04-09 10:40:27 +01:00
Felipe Sere
ae53f24f3c
Use latest exfswatch
2017-04-09 09:20:40 +01:00
Jay Hayes
f29a46796b
Merge pull request #186 from Nagasaki45/string_interpolation
...
Add string interpolation koan. Fix #184
2017-04-06 11:26:42 -05:00
Tom Gurion
4d667eff61
Add string interpolation koan. Fix #184
2017-04-06 16:36:23 +01:00
Felipe Seré
912a431a3f
Merge pull request #175 from Nagasaki45/string_strip_deprecated
...
String.strip is deprecated, replace it with String.trim
2017-04-01 08:39:33 +01:00
Tom Gurion
e81db22b87
String.strip is deprecated, replace with String.trim
2017-03-31 23:00:24 +01:00
Felipe Seré
946f10f30f
Merge pull request #173 from elixirkoans/clarify-living-processes
...
Just 'nil' might have lived long enough, 'receive' definitly does.
2017-03-31 17:27:34 +01:00
Felipe Sere
2529a199e8
Just 'nil' might have lived long enough, 'receive' definitly does.
2017-03-31 17:24:40 +01:00
Felipe Seré
8b13e69c26
Merge pull request #183 from elixirkoans/boost_the_minimum_required_version_to_1.3
...
Use Elixir 1.3 as the new minimum bar
2017-03-31 17:18:25 +01:00
Felipe Seré
84e11b56ab
Merge pull request #180 from cybrox/schroedingers-process
...
Split koan with race condition into two more logical ones
2017-03-31 16:23:24 +01:00
Felipe Sere
c0e89d364b
Use Elixir 1.3 as the new minimum bar
2017-03-31 16:15:01 +01:00
Sven Gehring
c708936456
Refactor Koan with slow/fast process example
...
A combined solution of the examples provided by
@iamvery and myself.
2017-03-22 15:10:21 +01:00
Sven Gehring
2881c95c00
Split koan with race condition into two more logical ones
2017-03-22 10:38:42 +01:00
Felipe Seré
c9db06adc5
Merge pull request #178 from elixirkoans/iamvery/loosen-upper-version
...
Loosen version restriction on project
2017-02-26 20:41:07 +00:00