Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoder: Add morse code encode decode #5967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kingthorin
Copy link
Member

Overview

  • CHANGELOG.md
  • EncodeDecodeProcessors.java
  • MorseDecoder.java
  • MorseEncoder.java
  • encoder.html
  • Messages.properties
  • MorseDecoderUnitTest.java
  • MorseEncoderUnitTest.java
  • ProcessorTests.java

Related Issues

N/A

Checklist

  • Update help
  • Update changelog
  • Run ./gradlew spotlessApply for code formatting
  • Write tests
  • Check code coverage
  • Sign-off commits
  • Squash commits
  • Use a descriptive title

- CHANGELOG.md > Added note.
- EncodeDecodeProcessors.java > Added new processors
- MorseDecoder.java > New decoder.
- MorseEncoder.java > New encoder
- encoder.html > Updated help
- Messages.properties > KVPs for processor names and error handling
- MorseDecoderUnitTest.java > Tests :)
- MorseEncoderUnitTest.java > Tests :)
- ProcessorTests.java > Updated to extent TestUtils and be more lenient
on mocks.

Signed-off-by: kingthorin <[email protected]>
@thc202
Copy link
Member

thc202 commented Nov 30, 2024

What's the use case?

@kingthorin
Copy link
Member Author

CTFs mainly

@psiinon

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants