Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh-reza/morsecodedecoding
https://github.com/gh-reza/morsecodedecoding
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gh-reza/morsecodedecoding
- Owner: Gh-Reza
- License: mit
- Created: 2023-08-23T15:57:21.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-24T08:53:28.000Z (over 1 year ago)
- Last Synced: 2024-12-30T13:36:51.473Z (28 days ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Morse Decoder takes morse code as input and outputs a decoded English string. The Morse Decoder can decode single characters, words, and messages.
# Table of Contents
- [Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Authors](#authors)
- [Future Features](#future-features)
- [Contributing](#contributing)
- [Show your support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)
- **Single char decoding**
- **word decoding**
- **String decoding**
### Prerequisites
- **Ruby**
- If you don't have Ruby installed on your computer, follow the instructions on [this page](https://www.ruby-lang.org/en/documentation/installation/) to install it.
### Setup
To get a local copy up and running, follow these steps.
1. Clone the repo or download the Zip folder:
```sh
git clone https://github.com/Gh-Reza/MorseCodeDecoding.git
```
2. Navigate to the project folder in your terminal and run the following command to install the necessary gems:
```sh
bundle install
```
3. Run the following command to start the program:
```sh
ruby main.rb
```
### Usage
1. Ensure that Ruby is installed on your system.
2. Run the following command to start the program:
```
ruby main.rb
```
- 👤 GitHub: [Ali-0111](https://github.com/Gh-Reza)
👤 **Ahmed Eid**
- 👤 GitHub: [AhmedEid1610](https://github.com/ahmedeid6842)
- **Add the reverse functionality to the program.**
We welcome contributions, especially bug fixes and feature additions.
If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them with descriptive commit messages.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository, explaining your changes in detail.
Please adhere to the coding conventions and guidelines specified in the project.
Feel free to check the [issues page](https://github.com/Gh-Reza/MorseCodeDecoding/issues).
Give a ⭐️ if you like this project!
## Acknowledgments < name="acknowledgements">
I would like to thank Microverse and Ruby for making this possible.
This project is [MIT](./LICENSE) licensed.