{"id":49243062,"url":"https://github.com/anyulled/kata-roman-numerals","last_synced_at":"2026-04-24T20:12:35.977Z","repository":{"id":218691688,"uuid":"747114389","full_name":"anyulled/kata-roman-numerals","owner":"anyulled","description":"Roman numerals Kata","archived":false,"fork":false,"pushed_at":"2026-03-05T10:15:04.000Z","size":46,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T14:42:45.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anyulled.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-23T09:45:41.000Z","updated_at":"2026-02-15T13:56:44.000Z","dependencies_parsed_at":"2024-01-23T10:54:52.148Z","dependency_job_id":"6fd21afc-99b3-4a2c-8462-fcae9814af11","html_url":"https://github.com/anyulled/kata-roman-numerals","commit_stats":null,"previous_names":["anyulled/kata-roman-numerals"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anyulled/kata-roman-numerals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Fkata-roman-numerals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Fkata-roman-numerals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Fkata-roman-numerals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Fkata-roman-numerals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyulled","download_url":"https://codeload.github.com/anyulled/kata-roman-numerals/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyulled%2Fkata-roman-numerals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-24T20:12:35.326Z","updated_at":"2026-04-24T20:12:35.969Z","avatar_url":"https://github.com/anyulled.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roman Numerals Kata\n\nThis is a repository for exercising TDD.\n\n## Roman notation\n\n| Number | Numeral |\n|--------|---------|\n| 1      | 5       |\n| 5      | V       |\n| 10     | X       |\n| 50     | L       |\n| 100    | C       |\n| 500    | D       |\n| 1000   | M       |\n\n**Recommendation:** start with the most basic examples,\ninvolving the usage and concatenation of symbols and then proceed to the most advanced ones.\nLet the design emerge from the test cases and not otherwise.\n\n## Examples\n\n| Number | Numeral |\n|--------|---------|\n| 4      | IV      |\n| 9      | IX      |\n| 29     | XIX     |\n| 80     | LXXX    |\n| 294    | CCXCIV  |\n| 2019   | MMXIX   |\n\n\nYou should create the following class with a single method from calculation\n\n```java\npackage com.ingram;\n\npublic class DecimalToRomanConverter {\n\n    public static String toRoman(int decimal) {\n        //Your business logic here\n        return \"\";\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyulled%2Fkata-roman-numerals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyulled%2Fkata-roman-numerals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyulled%2Fkata-roman-numerals/lists"}