-
When running the unittests on an s390x Docker image, the Rot13 test fails.
```
[ RUN ] InterpTest.Rot13
../src/test-interp.cc:546: Failure
Expected equality of these values:
"Uryyb, JroN…
-
### Your GTNH Discord Username
rot13
### Your Pack Version
nightly 725
### Mod Name
BugTorch
### The Mod to Add
Use the [upstream version](https://github.com/jss2a98aj/BugTorch) o…
wlhlm updated
3 weeks ago
-
**Describe the bug**
ROT13 of numbers is not commutative/symetric. Applying an identical ROT13 operator with "Rotate numbers" enabled twice to an input with numbers in it won't result in the original…
-
Possibly look to this.py or just implement it to avoid people's firewalls and dirty word blockers.
But it'd make it harder for new people to code. I'm conflicted.
-
**Is your feature request related to a problem? Please describe.**
The Magic function is unable to identify ROT13 ciphertext.
**Describe the solution you'd like**
ROT13 is deterministic. The Magi…
-
**Describe the bug**
When using the ROT13 operation, if you enter a negative "amount" (i.e. the amount that is 13 by default), an incorrect "toast" message appears at the bottom (see below for scre…
-
I am trying to go through your tutorial [Debugging with Gdb](https://github.com/riscv/riscv-isa-sim#debugging-with-gdb) with 32bit binaries instead of 64bit.
```
spike --rbb-port=9824 -m0x10000000…
-
For example:
```python
from codecs import encode
from string import ascii_uppercase
rot13_cipher = [(c, encode(c,'rot13')) for c in ascii_uppercase]
tabulate(rot13_cipher, headers = ('input',…
-
Goals to achieve
```javascript
rot13("SERR PBQR PNZC") 应该解码为 "FREE CODE CAMP"
rot13("SERR CVMMN!") 应该解码为 "FREE PIZZA!"
rot13("SERR YBIR?") 应该解码为 "FREE LOVE?"
rot13("GUR DHVPX OEBJA QBT WHZCRQ BIR…
-
Hello,
im trying to use `std::cin` or `getline` in my code but i have some issues like symply when `std::cin` or `getline()` is called, the program runs in a void.
there must be things I haven't und…