{"id":15063833,"url":"https://github.com/talhaahussain/morse-translator","last_synced_at":"2026-01-03T00:13:58.460Z","repository":{"id":244612393,"uuid":"815753668","full_name":"talhaahussain/Morse-translator","owner":"talhaahussain","description":"A Morse code translation tool, written in Haskell.","archived":false,"fork":false,"pushed_at":"2024-06-30T20:05:04.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T01:41:57.673Z","etag":null,"topics":["haskell","morse","morse-code","morse-code-converter","morse-code-translator","morse-translator","morsecode","morsecode-encoder-decoder","morsecode-translator","morsecodetranslator"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/talhaahussain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-16T03:41:51.000Z","updated_at":"2025-03-08T19:23:58.000Z","dependencies_parsed_at":"2024-09-25T00:07:56.036Z","dependency_job_id":"ef4745b1-8f5c-4979-8e44-5211ce32a535","html_url":"https://github.com/talhaahussain/Morse-translator","commit_stats":null,"previous_names":["talhaahussain/morse-translator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2FMorse-translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2FMorse-translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2FMorse-translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2FMorse-translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talhaahussain","download_url":"https://codeload.github.com/talhaahussain/Morse-translator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779151,"owners_count":20346666,"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":["haskell","morse","morse-code","morse-code-converter","morse-code-translator","morse-translator","morsecode","morsecode-encoder-decoder","morsecode-translator","morsecodetranslator"],"created_at":"2024-09-25T00:07:46.048Z","updated_at":"2026-01-03T00:13:58.432Z","avatar_url":"https://github.com/talhaahussain.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morse-translator\nA Morse code translation tool, written in Haskell.\n\n### Usage (with GHCi)\n\n#### GHCi and Loading Modules\n\nFirst, run `ghci` to enter The Glasgow Haskell Compiler interactive interface. Load the source files with \n\n```\nPrelude\u003e :l morse_to_text.hs\n```\nand\n```\nPrelude\u003e :l text_to_morse.hs\n```\n\n#### Translating Morse to Text\n\nTranslating Morse code to plaintext can be done either with a single Morse string or an array of Morse strings. To translate a single Morse string, use\n\n```\nPrelude\u003e morseToChar \".-\" \n```\n\nTo translate a sequence of Morse strings, use\n\n```\nPrelude\u003e morseToString [\"....\", \".\", \".-..\", \".-..\", \"---\", \"     \", \".--\", \"---\", \".-.\", \".-..\", \"-..\", \"-.-.--\"]\n```\n\n#### Translating Text to Morse\n\nTranslating plaintext to Morse code can be done either character-wise or string-wise. To translate a single character, use\n\n```\nPrelude\u003e charToMorse 'A'\n```\n\nTo translate a string, use\n\n```\nPrelude\u003e stringToMorse \"Hello World!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalhaahussain%2Fmorse-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalhaahussain%2Fmorse-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalhaahussain%2Fmorse-translator/lists"}