News

The file ./compile_decision_table.py is a script which takes the output of ./decision_table.py and generates a Python script which implements the given Boolean function. The ...
We knew that you could use Python to convert between decimal, hexadecimal, and binary. But we failed to make the leap to using it for troubleshooting bit-wise operations.