monkeymike.co.uk

May 20, 2010

Dual ordinate plots

Filed under: LaTEX — @ 9:25 pm

###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)
#######################################

February 23, 2010

dumping shell output to a file

Filed under: LaTEX — @ 6:48 am

find /home/user_name/Music > file_list_text_file_name.txt

December 28, 2009

http://www.cs.virginia.edu/~evans/cs216/guides/x86.html

Filed under: LaTEX — @ 8:44 pm

http://www.cs.virginia.edu/~evans/cs216/guides/x86.html

October 31, 2009

Stop firefox using konquerer to open folders

Filed under: LaTEX — @ 8:11 pm

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.

October 17, 2009

http://paraschopra.com/sourcecode/

Filed under: LaTEX — @ 11:30 am

interesting link

August 5, 2009

Filed under: LaTEX — @ 8:12 pm
x^{2}-3^{r-9^t} \dfrac {x^{2}-3^{r-9^t}}{2}

http://www.artofproblemsolving.com/LaTeX/AoPS_L_GuideLay.php#layout

Powered by WordPress