The output as an image with colors is:
Plaintext output:
| """ | |
| An adaptation of https://stackoverflow.com/a/15783581/60982 | |
| Using ideas from https://stackoverflow.com/a/9471601/60982 | |
| """ | |
| import collections | |
| import random | |
| import numpy as np | |
| import matplotlib |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/bin/sh | |
| # | |
| # All-in-one script for system maintenance via APT | |
| # | |
| # sudo wget https://raw.github.com/gist/1293171/ -O /usr/local/sbin/maintenance | |
| # sudo chmod +x /usr/local/sbin/maintenance | |
| # sudo maintenance | |
| echo "Updating Sources ..." | |
| apt-get update -qq |