by loado
November 10, 2009
Uncategorized
This is a really simple and short shell script that I wrote. I set it so that SuperDuper runs this script once it is finished cloning my hard drive to my external and that way I don’t have to manually copy these files and I can make sure that my external drive stays in a [...]
Read the full article →
by loado
November 10, 2009
Uncategorized
Simple program (at least in other languages). Almost perfect but not quite. The convention is a little off with how I load the arrays address and probably in some other areas as well.
# Author: Michael Frederick
# This program calculates a set of powers. The user enters an integer
# to use as a base, and then [...]
Read the full article →