Monday, August 24, 2009

ASCII Code Display

This is an interesting program; it displays an integer's corresponding ASCII character.

Basically it goes through every integer (in binary, converted to an integer value) and displays the ASCII character for that integer value.

NOTE: Coded in Python

The source code is here.

The values range from 0 to 255, because 0-255 are the only valid ASCII integer values. If you're interested in computer programming, try to figure out why and ask me if you want to know the answer.

0 comments:

Post a Comment