- jared@pythagoras:~$ cat encode
- s/b/13 /ig
- s/c/20 /ig
- s/f/12 /ig
- s/g/24 /ig
- s/i/18 /ig
- s/j/19 /ig
- s/l/23 /ig
- s/n/17 /ig
- s/p/16 /ig
- s/q/10 /ig
- s/s/15 /ig
- s/t/14 /ig
- s/u/11 /ig
- s/v/26 /ig
- s/x/21 /ig
- s/y/25 /ig
- s/z/22 /ig
- s/a/3 /ig
- s/d/4 /ig
- s/e/8 /ig
- s/h/5 /ig
- s/k/6 /ig
- s/m/9 /ig
- s/o/7 /ig
- s/r/1 /ig
- s/w/2 /ig
- jared@pythagoras:~$ cat decode
- s/13/b/g
- s/20/c/g
- s/12/f/g
- s/24/g/g
- s/18/i/g
- s/19/j/g
- s/23/l/g
- s/17/n/g
- s/16/p/g
- s/10/q/g
- s/15/s/g
- s/14/t/g
- s/11/u/g
- s/26/v/g
- s/21/x/g
- s/25/y/g
- s/22/z/g
- s/3/a/g
- s/4/d/g
- s/8/e/g
- s/5/h/g
- s/6/k/g
- s/9/m/g
- s/7/o/g
- s/1/r/g
- s/2/w/g
- irssi aliases:
- /encode exec -o echo "$-" | sed -f encode
- /decode exec -o echo "$-" | sed -f decode | sed -e 's/\\([^( |,|.|\;|\:|\!)]\\) /\\1/ig'
Posted by Jared Binder on Thu 8th May 23:22 (modification of post by Jared Binder view diff)
diff | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.