Brainfuck encoder
python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber 0463a374fb Initial commit il y a 8 ans
AUTHORS Initial commit il y a 8 ans
COPYING Initial commit il y a 8 ans
README Initial commit il y a 8 ans
pybfenc.py Initial commit il y a 8 ans
test.sh Initial commit il y a 8 ans

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