Brainfuck encoder
python
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Yann Weber 0463a374fb Initial commit 8 gadus atpakaļ
AUTHORS Initial commit 8 gadus atpakaļ
COPYING Initial commit 8 gadus atpakaļ
README Initial commit 8 gadus atpakaļ
pybfenc.py Initial commit 8 gadus atpakaļ
test.sh Initial commit 8 gadus atpakaļ

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