{"id":13694858,"url":"https://github.com/matyb/java-koans","last_synced_at":"2025-05-03T04:31:03.932Z","repository":{"id":1309106,"uuid":"1251856","full_name":"matyb/java-koans","owner":"matyb","description":"A framework and lessons to learn java syntax and idioms in a logical sequence.","archived":false,"fork":false,"pushed_at":"2023-05-18T01:54:07.000Z","size":7275,"stargazers_count":734,"open_issues_count":10,"forks_count":494,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-11-12T21:39:25.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cloudfoundry-samples/lattice-app","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matyb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2011-01-13T19:11:11.000Z","updated_at":"2024-10-31T21:25:52.000Z","dependencies_parsed_at":"2023-07-06T05:55:08.563Z","dependency_job_id":null,"html_url":"https://github.com/matyb/java-koans","commit_stats":{"total_commits":375,"total_committers":30,"mean_commits":12.5,"dds":"0.31466666666666665","last_synced_commit":"b1b58914e2195b82f2c81c365366f0d9ad6b9a06"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyb%2Fjava-koans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyb%2Fjava-koans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyb%2Fjava-koans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matyb%2Fjava-koans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matyb","download_url":"https://codeload.github.com/matyb/java-koans/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144543,"owners_count":21701427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T17:01:45.556Z","updated_at":"2025-05-03T04:31:01.641Z","avatar_url":"https://github.com/matyb.png","language":"Java","funding_links":[],"categories":["Java","Languages"],"sub_categories":["Java"],"readme":"# Java Koans \n\n[![Build Status](https://travis-ci.org/matyb/java-koans.png?branch=master)](https://travis-ci.org/matyb/java-koans)\n\nRunning Instructions:\n=====================\n* Download and unarchive the contents of the most recent java-koans in development from:\nhttps://github.com/matyb/java-koans/archive/master.zip\n* Open a terminal and cd to the directory you unarchived:\n```cd \u003cthe directory you just unarchived\u003e```\n* Within it you'll find:\n    * *koans*: this directory contains the application and its lessons, it is all that is needed to advance through the koans themselves and **it can be distributed independently**\n    * *lib*: this directory contains the code the koans engine is comprised of and built with\n    * *gradle*: wrapper for build library used to build koans source, setup project files in eclipse/idea, run tests, etc. you probably don't need to touch anything in here\n* Change directory to the koans directory: ```cd koans```\n* If you are using windows enter: ```run.bat``` or ```./run.sh``` if you are using Mac or Linux\n\nDeveloping a Koan:\n==================\n* Follow any of the existing koans as an example to create a new class with koan methods (indicated by the @Koan annotation, they're public and specify no arguments)\n* Define the order the koan suite (if it's new) will run in the koans/app/config/PathToEnlightenment.xml file\n* [Override the lesson text](https://github.com/matyb/java-koans/blob/master/koans/app/config/i18n/messages_en.properties#L1) when it fails (default is expected 'X' found 'Y')\n* Optionally you may use dynamic content in your lesson, examples are located in the XmlVariableInjector class (and Test) and the AboutKoans.java file\n\nSomething's wrong:\n==================\n* If the koans app is constantly timing out compiling a koan, your computer may be too slow to compile the koan classes with the default timeout value. Update the compile_timeout_in_ms property in koans/app/config/config.properties with a larger value and try again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyb%2Fjava-koans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatyb%2Fjava-koans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatyb%2Fjava-koans/lists"}