{"id":37912556,"url":"https://github.com/tlake/morse-bst","last_synced_at":"2026-01-16T17:20:55.322Z","repository":{"id":64307975,"uuid":"221357881","full_name":"tlake/morse-bst","owner":"tlake","description":"A Go tool to decode Morse code via BST","archived":false,"fork":false,"pushed_at":"2019-11-13T18:16:37.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T06:33:09.630Z","etag":null,"topics":["bst","go","golang","morse-code"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tlake.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}},"created_at":"2019-11-13T02:45:00.000Z","updated_at":"2024-06-20T06:33:09.632Z","dependencies_parsed_at":"2023-01-15T11:00:22.254Z","dependency_job_id":null,"html_url":"https://github.com/tlake/morse-bst","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tlake/morse-bst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlake%2Fmorse-bst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlake%2Fmorse-bst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlake%2Fmorse-bst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlake%2Fmorse-bst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlake","download_url":"https://codeload.github.com/tlake/morse-bst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlake%2Fmorse-bst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["bst","go","golang","morse-code"],"created_at":"2026-01-16T17:20:55.253Z","updated_at":"2026-01-16T17:20:55.310Z","avatar_url":"https://github.com/tlake.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Morse BST Decoder\n\nA quick program written in Go based off the idea of structuring Morse code into a BST.\nGiven a Morse code pattern, the encoded character can be found by traversing the tree based upon whether the given Morse character is a dot or a dash.\n\nIllustration of Morse BST:\n\n```\n        \u003c-- DOT                 DASH --\u003e\n                     start\n                 /           \\\n           E                         T\n        /     \\                   /     \\\n      I         A             N            M\n    /   \\      / \\          /   \\         / \\\n  S       U   R   W       D       K      G   O\n / \\     /   /   / \\     / \\     / \\    / \\\nH   V   F   L   P   J   B   X   C   Y  Z  Q\n```\n\nExample: the Morse pattern `.--`.\n\n- From `start`, the first character `.` tells us to move left to the `E`.\n- From `E`, the next character `-` tells us to move right to `A`.\n- From `A`, the next character `-` tells us to move right to `W`.\n- That's the end of the Morse pattern, so we're done at `W`!\n\n## Usage\n\nDownload a binary from [releases](https://github.com/tlake/morse-bst/releases), or clone the repo and run from source yourself (`go build \u0026\u0026 ./morse-bst` or `go run main.go`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlake%2Fmorse-bst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlake%2Fmorse-bst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlake%2Fmorse-bst/lists"}