Katrina Owen
14d0b1c5ab
Ignore gradle build dir
hace 11 años
Katrina Owen
91ad70032b
Delete gradle
We will be relying on people installing gradle themselves. The documentation
on help.exercism.io has been updated with instructions for both Windows and Mac.
hace 11 años
Bill Schofield
d0169657e6
Moved gradle wrapper to project root and created sub-projects in settings.gradle
hace 12 años
Katrina Owen
8ac2d19530
Replace travis script to fetch configlet
hace 12 años
Katrina Owen
353f33acd2
Merge pull request #11 from austinlyons/patch-2
Update example.java
hace 12 años
Austin Lyons
e06ee74873
Update example.java
Missed the example file. Woah --> Whoa
hace 12 años
Katrina Owen
cc20196595
Merge pull request #10 from austinlyons/patch-1
Update BobTest.java
hace 12 años
Austin Lyons
8ff7f7c7c5
Update BobTest.java
Woah -> Whoa
hace 12 años
Katrina Owen
97a04b94a8
Fix travis build script
hace 12 años
Emil Sit
ab3b1bf888
Merge pull request #7 from sjakobi/adjust-nucleotide-count
nucleotide-count: Remove special treatment of uracil
hace 12 años
Simon Jakobi
282991d70d
nucleotide-count: Remove special treatment of uracil
For the related discussion see https://github.com/exercism/xpython/pull/98.
hace 12 años
Katrina Owen
4158cbe218
Add foregone key to config
hace 12 años
Katrina Owen
d1906b3051
Change name of key for consistency
hace 12 años
Katrina Owen
716886de3f
Configure order of problems
hace 12 años
Katrina Owen
138a8079ff
Delete leftover directory
hace 12 años
Katrina Owen
8d262aa225
Run configlet on travis
hace 12 años
Katrina Owen
8057f5f743
Add deprecated section to config
hace 12 años
Katrina Owen
8194b9f10b
Update config to ignore template directory
hace 12 años
Katrina Owen
b75f983b4e
Delete outdated text config
hace 12 años
Katrina Owen
a0806f947d
Introduce proper config file
hace 12 años
Katrina Owen
798f9e706a
Add problems file
hace 12 años
Katrina Owen
c2915546ba
Update readme
hace 12 años
Katrina Owen
0b2e1f2de5
Merge pull request #4 from michaelavila/add_mit_license
Add MIT license
hace 12 años
Michael Avila
7c408e4c16
Add MIT license
hace 12 años
Katrina Owen
62cbd6afcc
Add gitignore
hace 12 años
Katrina Owen
cc90eeb3bd
Add README
hace 12 años
Katrina Owen
e30cc8e3f3
Move exercises out of subdirectory
hace 12 años
Emil Sit
19af4eb922
java: meetup tests and example implementation
A straight port of the Ruby tests. The example implementation
uses Joda Time which is generally considered a saner date/time
library than what is built in to Java.
hace 12 años
Emil Sit
5fc1a1b200
java: Import template for meetup
hace 12 años
Emil Sit
e53508827a
java: etl tests and example implementation
Use Guava in the tests to make it easier to build up
maps needed for testing the API.
hace 12 años
Emil Sit
099d4e7e26
java: Import template for etl
hace 12 años
Emil Sit
1e4cde7b08
java: grade-school tests and example implementation
hace 12 años
Emil Sit
42ae8759da
java: Import template for grade-school
hace 12 años
Emil Sit
e151adb70e
java: Add sample nucleotide-count implementation
hace 12 años
Emil Sit
a331a34be6
java: Add nucleotide-count exercise
Use fest-asserts in the test which offers additional clarity in the
expectations.
hace 12 años
Ricky
9d97b1a51a
added robot-name for java
hace 12 años
Wirianto Djunaidi
f60ff24efc
change attributes modifier for AnagramSubject to *private final*
hace 12 años
Wirianto Djunaidi
331c436b9b
update java Anagram's example based on feedback
hace 12 años
Wirianto Djunaidi
f9bb09210c
add anagram java assignment
hace 12 años
Wirianto Djunaidi
17b977fa95
renamed mutationAt to hammingContributionAt and removed 'Of' from one of the test method name - as per pull-request feedback
hace 12 años
Wirianto Djunaidi
4a4495e759
add java version of hamming assignment
hace 12 años
Katrina Owen
4073a3a39d
Merge pull request #1046 from sit/java
Improvements for Java support
hace 12 años
Emil Sit
6b6ec7f059
java: Update current exercises to use Gradle
Gradle can be run directly on Mac/Linux/Windows and
auto-download dependencies (much like sbt for Scala),
as well as simplify IDE integration.
Add appropriate .gitignore for this sub-tree.
For developers, to add a new exercism:
cp -r _template new-exercism
# create test in new-exercism/src/test/java/SampleTest.java
git add new-exercism
Users will be able to just run "./gradlew check" to run tests.
hace 12 años
Emil Sit
514fede27e
java: Add new Gradle-based template assignment
To use this template to create a new assignment,
simply cp _template to the name of your new assignment
and drop in the appropriate tests.
hace 12 años
Katrina Owen
90f91bb42a
Merge pull request #985 from sagarsane/java-phone-number
Added phone-number assignment test and sammple example.java
hace 13 años
Sagar Sane
b55b4deb38
Added phone-number assignment test and sammple example.java
hace 13 años
Katrina Owen
4906e816e6
Use camelCase in Java tests
hace 13 años
Sagar Sane
253fd3df57
Added WordCountTest.java and a sample example.java for word-count assignment
hace 13 años
Emil Sit
163a8361c3
java: Start track with Bob
This is the complete skeleton for enabling Java, from curriculum
through the first exercise. Java is listed in the main curriculum.rb
but commented out; we will activate once there are a sufficient body
of exercises ported.
The java.png icon is taken from http://findicons.com/icon/88943/java?id=89126,
released under a freeware license.
Describe how to minimally set-up Java and JUnit. (Future work may
try to see if we can get Locale.additional_files working and provide
build integration via Gradle or Maven.)
The BobTest is a straight up port of the Python Bob.
This starts the path of fixing #933 .
hace 13 años
Katrina Owen
8ba81069da
Create a simple curriculum
hace 13 años