-
-
From wiki list
### Ceasar Cipher
1. [Caeser Encryption](https://www.codewars.com/kata/caeser-encryption)
* 7 kyu
* Input is lowercase and some special chars. Encoded chars are lowercase letters. Var…
-
### Proposal Details
## Background
Go packages can have two distinct forms of documentation:
1. Comments anchored to identifiers as described by [_Godoc: documenting Go code_](https://go.dev/bl…
-
ability to mark posts (or parts of posts) for rot13, such as for spoiler or content warning or silly joke or whatever reasons. also make it easy to toggle rot13 when reading posts.
-
#### Description
```
Describe your problem here
```
First of all: I REALLY love this tool!
The tool has a big issue with ROT13 encoding while gathering info from the target, which prevents from…
-
- [ ] Create API for ROT13
- [ ] Implement the algorithm
- [ ] Update docs
Reference https://en.wikipedia.org/wiki/ROT13
-
```
#include
#include
using namespace std;
int main() {
char s[100] = { 0 };
//띄어쓰기 입력 받기 위해서 cin.getline 사용
cin.getline(s,100);
int len = strlen(s);
//ROT13
for (int i =…
-
#include "main.h"
/**
* rot13 - Encodes a string using rot13.
* @str: The string to be encoded.
*
* Return: A pointer to the encoded string.
*/
/*The rot13 function takes a string str as…
-
### gopls version
```shell
Irrelevant
```
### go env
```shell
Irrelevant
```
### What did you do?
To reproduce, consider a package `cipher` with three files:
```console
cipher/
…
-
For tracking purpose, they change some stuff around so text might become jumbled messes or will return error.
Please report any additional issues here.
**Latest extension version**: 2.1.7
---…