Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piero-vic/morse-code-decoder
https://github.com/piero-vic/morse-code-decoder
microverse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piero-vic/morse-code-decoder
- Owner: piero-vic
- Created: 2022-01-26T16:16:52.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-01-26T19:54:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T21:47:39.153Z (about 2 months ago)
- Topics: microverse
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse Code Decoder
This programs decodes morse code phrases.
## Build with
- Ruby
## Getting Started
You will need to have Ruby installed.
Clone this repo and enter the directory.
```shell
git clone https://github.com/piero-vic/morse-code-decoder.git
cd morse-code-decoder
```Run the Interactive Ruby Shell.
```shell
irb
```Load the file.
```irb
load './main.rb'
```To decode a message use the decode method.
```irb
decode('.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ...')
```This will output 'A BOX FULL OF RUBIES'.
## Authors
👤 **Piero Lescano**
- GitHub: [GitHub](https://github.com/piero-vic).
- Twitter: [Twitter](https://twitter.com/v1ccenzo).
- LinkedIn: [Linkedin](https://www.linkedin.com/in/piero-lescano).👤 **Emmanuel Ogah**
- GitHub: [GitHub](https://github.com/Emmy-github-webdev).
- Twitter: [Twitter](https://twitter.com/OgaemmanuelOga).
- LinkedIn: [Linkedin](https://www.linkedin.com/in/emmanuel-oga-16171584/).## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/piero-vic/clinic_database/issues).
## Show your support
Give a ⭐️ if you like this project!