###dual ordinate Plot in R
###################################
###par(mar=c(5,4,4,4))
plot(ae3$wait.med,type="l", col=2, ylim=c(0,150))
par(new=T)
plot(ae3$wait.N,type="l",axes=F, col=4,ylim=c(0,6500))
axis(side=4)
#######################################
May 20, 2010
Dual ordinate plots
February 23, 2010
dumping shell output to a file
find /home/user_name/Music > file_list_text_file_name.txt
December 28, 2009
http://www.cs.virginia.edu/~evans/cs216/guides/x86.html
http://www.cs.virginia.edu/~evans/cs216/guides/x86.html
October 31, 2009
Stop firefox using konquerer to open folders
under fedora 11 look in /usr/share/applications/ for the file gnome-nautilus-folder-handler and remove the line with the semi colon near the end.