You are here |
kuruczgy.com | ||
| | | |
blog.stenmans.org
|
|
| | | | ||
| | | |
belkadan.com
|
|
| | | | The OS I learned to program on meets the language I helped create. | |
| | | |
www.linaro.org
|
|
| | | | In this article, David Spickett talks about how Top Byte Ignore works and how to use it. Read more here! | |
| | | |
blog.tst.sh
|
|
| | A little while ago I stumbled upon a golf challenge where you had to do run length encoding (RLE) on an arbitrary string, for example given the input string: 10+[>+>3+>7+>10+4<-]3>2+.>+.7+2.3+.2<2+.>15+.>.3+.6-.8-.2<+.<. it must be converted to: ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>++.>+.+++++++..+++.<<++.>+++++++++++++++.>.+++.------. |