{"id":19149046,"url":"https://github.com/yas-siin/answerquestion","last_synced_at":"2025-05-07T04:41:15.786Z","repository":{"id":253271627,"uuid":"842992064","full_name":"YAS-SIIN/AnswerQuestion","owner":"YAS-SIIN","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-16T15:50:51.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T06:24:34.094Z","etag":null,"topics":["command-line","java"],"latest_commit_sha":null,"homepage":"","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/YAS-SIIN.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}},"created_at":"2024-08-15T14:47:18.000Z","updated_at":"2024-10-21T04:42:04.000Z","dependencies_parsed_at":"2024-08-15T17:12:39.654Z","dependency_job_id":"efa4f178-0148-4c9e-9eb5-8206b9d04236","html_url":"https://github.com/YAS-SIIN/AnswerQuestion","commit_stats":null,"previous_names":["yas-siin/cgmgrouptask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAS-SIIN%2FAnswerQuestion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAS-SIIN%2FAnswerQuestion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAS-SIIN%2FAnswerQuestion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAS-SIIN%2FAnswerQuestion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YAS-SIIN","download_url":"https://codeload.github.com/YAS-SIIN/AnswerQuestion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249727364,"owners_count":21316637,"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":["command-line","java"],"created_at":"2024-11-09T08:06:15.877Z","updated_at":"2025-04-19T15:32:19.762Z","avatar_url":"https://github.com/YAS-SIIN.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnswerQuestion\n\nLanguage: Java\n\n\nA Java command line program that gives me two options. One to ask a specific question and the other option is to add questions and their answers\n \n\nTherefore the following restrictions apply:\n\n- A Question is a String with max 255 chars\n- An Answer is a String with max 255 chars\n- A Question can have multiple answers (like bullet points)\n- If the user asks a question it has to be exactly the same as entered – no “best match”.\n- If the user asks a question which is not stored yet the program should print “the answer to life, universe and everything is 42” according to “The hitchhikers guide to the Galaxy”\n- If the user asks a question whish is  stored the program should print all answers to that question. Every Answer in a separate line\nAdding a question looks like:\n\n```\n  \u003cquestion\u003e? “\u003canswer1\u003e” “\u003canswer2\u003e” “\u003canswerX\u003e”\n  Char “?” is the separator between question and answers\n  Every Question needs to have at least one answer but can have unlimited answers all inside of char “\n```\n\n\n\n## Example\n\nAdding a question:\nWhat is Peters favorite food? “Pizza” “Spaghetti” “Ice cream”\n\nAsking a question which is in the system:\nWhat is Peters favorite food?\n\nAnswers will be\n - Pizza\n - Spaghetti\n - Ice cream\n\nAsking a question which is not in the system:\n\nWhen is Peters birthday?\nAnswer will be\n - the answer to life, universe and everything is 42\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-siin%2Fanswerquestion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyas-siin%2Fanswerquestion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyas-siin%2Fanswerquestion/lists"}