Brainfuck encoder
python
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Yann Weber 0463a374fb Initial commit 8 лет назад
AUTHORS Initial commit 8 лет назад
COPYING Initial commit 8 лет назад
README Initial commit 8 лет назад
pybfenc.py Initial commit 8 лет назад
test.sh Initial commit 8 лет назад

README

pybfenc 1.0 :
=============

pybfenc is a VERY USEFULL programm that allows you to convert data into
brainfuck code. It try to reduce the brainfuck code size as possible.

You can use it throught a pipe :
cat /dev/urandom | ./pybfenc

or with a file :

./pybfenc foobar