pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

cluepaste - collaborative debugging tool View Help

Posted by Jared Binder on Thu 8th May 23:00 (modification of post by view diff)
View followups from Jared Binder | download | new post

  1. jared@pythagoras:~$ cat encode
  2. s/b/13 /ig
  3. s/c/20 /ig
  4. s/f/12 /ig
  5. s/g/24 /ig
  6. s/i/18 /ig
  7. s/j/19 /ig
  8. s/l/23 /ig
  9. s/n/17 /ig
  10. s/p/16 /ig
  11. s/q/10 /ig
  12. s/s/15 /ig
  13. s/t/14 /ig
  14. s/u/11 /ig
  15. s/v/26 /ig
  16. s/x/21 /ig
  17. s/y/25 /ig
  18. s/z/22 /ig
  19. s/a/3 /ig
  20. s/d/4 /ig
  21. s/e/8 /ig
  22. s/h/5 /ig
  23. s/k/6 /ig
  24. s/m/9 /ig
  25. s/o/7 /ig
  26. s/r/1 /ig
  27. s/w/2 /ig
  28.  
  29.  
  30.  
  31. jared@pythagoras:~$ cat decode
  32. s/13/b/g
  33. s/20/c/g
  34. s/12/f/g
  35. s/24/g/g
  36. s/18/i/g
  37. s/19/j/g
  38. s/23/l/g
  39. s/17/n/g
  40. s/16/p/g
  41. s/10/q/g
  42. s/15/s/g
  43. s/14/t/g
  44. s/11/u/g
  45. s/26/v/g
  46. s/21/x/g
  47. s/25/y/g
  48. s/22/z/g
  49. s/3/a/g
  50. s/4/d/g
  51. s/8/e/g
  52. s/5/h/g
  53. s/6/k/g
  54. s/9/m/g
  55. s/7/o/g
  56. s/1/r/g
  57. s/2/w/g
  58.  
  59.  
  60.  
  61. irssi aliases:
  62. /encode     exec -o echo "$-" | sed -f encode
  63. /decode     exec -o echo "$-" | sed -f decode | sed -e 's/\\([^ ]\\) /\\1/ig'

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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@





Remember me