Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasirkhan294/decode_morse_code
Decode Morse Code is a simple ruby project that decode the morse code.
https://github.com/nasirkhan294/decode_morse_code
decoder gem linters ruby
Last synced: 4 days ago
JSON representation
Decode Morse Code is a simple ruby project that decode the morse code.
- Host: GitHub
- URL: https://github.com/nasirkhan294/decode_morse_code
- Owner: Nasirkhan294
- License: mit
- Created: 2023-07-19T08:15:19.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-25T14:15:55.000Z (over 1 year ago)
- Last Synced: 2023-07-25T15:29:42.314Z (over 1 year ago)
- Topics: decoder, gem, linters, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Decode Morse Code
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [:question: FAQ](#faq)
- [📝 License](#license)**Decode Morse Code:** Decode Morse Code is a simple ruby project that decode the morse code.
- Ruby
- [x] **Basic ruby code**
## Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
* A basic understanding of Ruby and Git
### Usage
1. Install Ruby
2. Clone this repo
```
git clone [email protected]:Nasirkhan294/basic_ruby.git
```
3. Inside the `morse_decoder.rb` file there is a method `decode_message`. Pass your morse code as a parameter in this method like so:
```
decode_message('.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ...')
```
👤 **Nasirkhan294**
- GitHub: [Nasirkhan294](https://github.com/Nasirkhan294)
- Twitter: [NasirMa35888225](https://twitter.com/NasirMa35888225)
- LinkedIn: [nasirmahd](https://www.linkedin.com/in/nasirmahd/)
- [ ] **Advance ruby code**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Please support this project and be a part of something meaningful and impactful. Your contribution can make a significant difference and help us achieve our goals faster.
To all the individuals whose creativity and dedication inspired the codebase, I want to express my heartfelt gratitude. Your tireless efforts have left an indelible mark on this project and your contributions will be remembered for years to come. Thank you for being an integral part of our success.
- **Can I fork and reuse this repository?**
Absolutely! Please feel free to fork and reuse this repository for your own projects.
- **Is it okay to improve this repository? Will my changes be accepted?**
Definitely! We welcome any improvements or new ideas you may have. If your changes are good and align with the project's goals, we would be happy to accept them.
This project is [MIT](./LICENSE) licensed.