Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
I will stick to Py3! (66 chars) solution in Creative category for Parity Bit Generator by DiZ
checkio=lambda d:''.join(~bin(b).count('1')%2*chr(b>>1)for b in d)
Sept. 3, 2015
Comments: