Thursday, May 1, 2014

#TheGrandDesign

In 1277 Bishop Tempier of Paris, acting on the instructions of Pope John XXI, published a list of 219 errors or heresies that were to be condemned. Among the heresies was the idea that nature follows laws, because this conflicts with God’s omnipotence. Interestingly, Pope John was killed by the effects of the law of gravity a few months later when the roof of his palace fell in on him.
From The Grand Design by Stephen Hawking

Saturday, April 19, 2014

Python Script

I made this script because I needed 40 integers that don't repeat, multiple times. So instead of typing them and having to manually check each time. I created a python script. Check it out below:



To run, save as rand.py somewhere then run from terminal:

python rand.py

Wednesday, April 16, 2014

Cool Little Bash Script

Fun bash script I made that counts the number of lines of all the files in the directory you run it in. You need to have the "toilet" command installed for it to work optimally.