Matthew Morgan
2becaf4de8
Merge branch 'michaelkunc-fix_image_links_running_tests'
před 10 roky
Matthew Morgan
6311422530
Fix broken links and add images
před 10 roky
Matthew Morgan
53e671d5f9
Merge pull request #95 from matthewmorgan/fix-acronym-meltdown
Fix issue with jarfile
před 10 roky
John Ryan
2343c3c5c1
Merge pull request #96 from trevorhalvorson/master
Add Java learning resources
před 10 roky
Trevor Halvorson
ff612740f4
Add Java learning resources
před 10 roky
Matthew Morgan
1d3ddf5957
Remove gradle dir that is causing issues
před 10 roky
John Ryan
5a6b9b3601
Merge pull request #92 from matthewmorgan/new-exercise-acronym
Add new exercise acronym
před 10 roky
Matthew Morgan
ed69cf8b6d
Add new exercise acronym
před 10 roky
John S. Ryan
39488b7ee8
Merge branch '89-move-exercises'
- closes #89
před 10 roky
John S. Ryan
cdb1da854b
[#89] Adjust README to reflect moved dir.
- fixed a couple typos too.
před 10 roky
John S. Ryan
1b02854ffa
[#89] Move problems under "exercises" dir
With exercism/exercism.io@54e1df3, we can now gather exercises into a
subdirectory. By separating the language track files from the
configuration and management files, it is easier to read the project.
- move gradle config under "exercises" too as it would make a mess
otherwise.
před 10 roky
John Ryan
578a7126be
Merge pull request #88 from michaelkunc/broken_image_links_install
Fix broken image on installation instructions
před 10 roky
michaelkunc
67f08fa415
fixed image link in installation instructions.
před 10 roky
michaelkunc
c40dfad620
update doc to reflect latest version of java
před 10 roky
michaelkunc
75f62df6d2
fix broken img link to mac install instructions
před 10 roky
John Ryan
4284bc28cd
Merge pull request #87 from winterchord/polish_linked_list_exercise
Polish example linked-list exercise
před 10 roky
John Ryan
5dfd8e0ee1
Merge pull request #86 from winterchord/nth_prime_exercise
Add nth-prime exercise
před 10 roky
Brian Mathiyakom
a9bbd9edd6
Add nth-prime exercise
Tests and example implementation based on the ruby exercise.
Completes a task for https://github.com/exercism/xjava/issues/3.
před 10 roky
Brian Mathiyakom
49c91eb095
Polish example linked-list exercise
Apply generics to the internals of Element to remove
needless casting.
Tighten Element scoping and move into Deque for succintness (sp).
Add the execise into the grade test suite.
před 10 roky
John Ryan
3460389579
Merge pull request #85 from winterchord/linked_list_exercise
Add linked-list exercise
před 10 roky
Brian Mathiyakom
517504f0bb
Add linked-list exercise
The tests assume that the Deque class is implemented with generics.
The example implementation keeps track of a circular head Element.
Completes one task in https://github.com/exercism/xjava/issues/3.
před 10 roky
John S. Ryan
fec9c6b77f
Merge branch 'update-readme'
před 10 roky
John S. Ryan
c56a4b7828
Update paths and links in instructions.
- was: "problems", now: "tracks"
- help has been deprecated; update links.
před 10 roky
John S. Ryan
6b4bfe1c8b
Merge branch 'revert-gradle-refactor'
(keeps AssertJ upgrade; reverts gradle config refactor)
Fixes #79 , #80 , #81 .
před 10 roky
John S. Ryan
7d1b12ebab
Restore move from FEST Assert to AssertJ
před 10 roky
John S. Ryan
f5bc0da655
Revert "build: Extract common config to top-level build.gradle"
This reverts commit 3fdc2d1b9c8749bee26140c359d93fc3a2681889.
Individual exercises must include a stand-alone build.grade, today.
před 10 roky
John Ryan
d0784c466a
Merge pull request #78 from sit/unify-dependency-management
Unify dependency management
před 10 roky
John Ryan
13910a5379
Merge pull request #75 from matthewmorgan/new-exercise-hexadecimal
Add new exercise hexadecimal
před 10 roky
Emil Sit
47ecd72268
build: replace fest with assertj
před 10 roky
Emil Sit
3fdc2d1b9c
build: Extract common config to top-level build.gradle
We can inject plugin, repositories and dependencies directly from
the top-level build.gradle.
This extracts a common version of junit for all projects (and
updates anagram to use assertj, the junit matchers did not work
with 4.12).
před 10 roky
Matthew Morgan
218fca55aa
Add new execise hexadecimal
před 10 roky
John Ryan
6753d9cc3e
Merge pull request #76 from matthewmorgan/fix-word-count-test
Fix example and test to use proper casing for method names
před 10 roky
Matthew Morgan
7d940cf31e
Fix example and test to use proper casing for method names
před 10 roky
John Ryan
bd4e0c374c
Merge pull request #74 from exercism/normalize-travis
před 10 roky
Katrina Owen
effa477576
Add yaml dashes to travis config for consistency
před 10 roky
John Ryan
dba54b400c
Merge pull request #73 from winterchord/clean_up_hello_world_tests
Clean up hello-world tests
před 10 roky
Brian Mathiyakom
9d85b5d5a0
Remove needless Exception from method signature
Fixes https://github.com/winterchord/xjava/commit/d09fb713d19abbcbdaaa979adb59aa7fc94532fd#commitcomment-14962172
The original PR (https://github.com/exercism/xjava/pull/69) that this issue
could have been fixed in was merged before I could fix this issue.
před 10 roky
John Ryan
957c3376e4
Fix typos / add clarifications in the README.md
před 10 roky
John Ryan
10ae1dd986
Merge pull request #69 from winterchord/hello-world
Add hello-world exercise
před 10 roky
John Ryan
1861692073
Merge pull request #70 from matthewmorgan/new-exercise-pangram
Add new exercise pangram
před 10 roky
Matthew Morgan
368a9839bb
Add new exercise pangram
před 10 roky
Brian Mathiyakom
5c711d6f09
Make hello-world the first exercise in list
Based on code review feedback.
před 10 roky
Brian Mathiyakom
d09fb713d1
Add hello-world exercise
This implementation does not generate a test suite based on the json
meta the hello-world exercise.
See https://github.com/exercism/todo/issues/13
Fixes https://github.com/exercism/todo/issues/35
před 10 roky
Katrina Owen
ff0b9294c4
Merge pull request #68 from jjstopforth/documentation
Add ABOUT.md documentation to describe the Java language.
před 10 roky
Julius Stopforth
f33f06a9ea
Update ABOUT.md according to pull request suggestions.
před 10 roky
Julius Stopforth
d45dea5dba
Add ABOUT.md documentation to describe the Java language.
před 10 roky
Katrina Owen
486597a382
Clean up documentation for x-api v3
před 10 roky
John Ryan
49bb252b1e
Merge pull request #64 from jmluy/crypto-square
crypto-square: Fix invalid tests
před 11 roky
John Ryan
e11c4ca93e
Merge pull request #63 from jmluy/allergies
allergies: Add test case to check when not allergic to anything
před 11 roky
John Ryan
9eb0486136
Merge pull request #62 from jmluy/master
atbash: Add test case and sample implementation for decode.
před 11 roky