Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Joseph Doyle

@JoeDoyle12
Python, Java, C++, Rust, Haskell, JS, C#, Raspberry Pi, Arduino, Embedded Systems, SQL. Esolangs: BF, Whitespace
  • USACO

    Cover page
    Made with C++
    Recent comments (0)
JoeDoyle12
JoeDoyle12
shared a Post
3 years ago
Interesting Cipher
This repl will encode a word using a Caesar shift of 17, then encodes it to a base 7 number with length 3. There is also a class to decode it.
Encoder-Decoder
C++