Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirziyacode/morse-code
This program is designed for encrypting and translating Morse code.
https://github.com/amirziyacode/morse-code
java java8 maven morsecode morsecode-translator
Last synced: 24 days ago
JSON representation
This program is designed for encrypting and translating Morse code.
- Host: GitHub
- URL: https://github.com/amirziyacode/morse-code
- Owner: amirziyacode
- Created: 2024-09-05T13:47:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T14:44:35.000Z (about 2 months ago)
- Last Synced: 2024-09-30T14:09:07.577Z (about 1 month ago)
- Topics: java, java8, maven, morsecode, morsecode-translator
- Language: Java
- Homepage: https://www.java.com/en/
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Mac-Terminal-app-icon](https://www.almondsolutions.com/images/blog-morse-code-151223.jpg)
[![GitHub stars](https://img.shields.io/github/stars/iampawan/FlutterExampleApps.svg?style=social&label=Star)](https://github.com/amirziyacode)
[![GitHub forks](https://img.shields.io/github/forks/iampawan/FlutterExampleApps.svg?style=social&label=Fork)](https://github.com/amirziyacode?tab=repositories)## MorseCode
for Decode && Endcode your massage :)
## SetUP!
Go to the scr/java/main/org.amirziya
Run F6 to running App
```JAVA
public interface InternationMorse {
String Encode(String word);
String Decode(String word);
}```
![dev](https://github.com/user-attachments/assets/6bf8929c-b2db-4aec-9c16-c1e8e913aba5)
## Development
I use Maven and two packages for Testing
- [assertJ](https://mvnrepository.com/artifact/org.assertj/assertj-core)
- [Junit](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api)```
@TestCheck_Encode_Data_of_A_B()
Check_Encode_Data_of_hello()
check_Decode_Data_of_A_B()
check_Decode_Data_of_Hello()
```
## Test![TestImage](https://github.com/user-attachments/assets/f227efb8-3a4b-4e71-9656-599964208e8e)