search for: filedownload

Displaying 4 results from an estimated 4 matches for "filedownload".

Did you mean: file_download
2007 Nov 14
1
New Foxy Fixtures (Rails 2) & STI (Single Table Inheritance)
I''ve got some problems right now using the new model for relationships in fixtures (by label, not by id) and STI. What I''ve got, is a couple of models: Attachment --> FileDownload Version Version has_one file_download with file_download_id on the versions table In my fixtures, I have two FileDownloads in my attachments.yml like so: hemingway_alpha_zip: size: 100 filename: hemingway_alpha.zip content_type: application/zip type: FileDownload project: hemingway no...
2010 Apr 23
1
help with plotting lines linking two sets of points?
...6 7.4 11.3 50 0.869 1.169833 and as far as i've gotten > plot(age,body_length,pch=as.numeric(school), col=as.numeric(density), > xlim=c(6,13), ylim=c(0.7,1.6)) > points(age2, body_length2, pch=as.numeric(school), > col=as.numeric(density)) http://n4.nabble.com/forum/FileDownload.jtp?type=n&id=2023096&name=Screen_shot_2010-04-22_at_11.03.08_PM.png thanks! kristiina -- View this message in context: http://r.789695.n4.nabble.com/help-with-plotting-lines-linking-two-sets-of-points-tp2023096p2023096.html Sent from the R help mailing list archive at Nabble.com.
2010 Apr 30
3
3D Surface plot
...99, 0.167917048, 0.184066896, 0.218763431, 0.256692375) model<-data.frame(x,y,z) scatterplot3d(model, type="h",highlight.3d=TRUE, col.axis="blue",col.grid="grey", main="scatterplot3d - 2", pch=16,) Any help would appreciat. http://n4.nabble.com/forum/FileDownload.jtp?type=n&id=2077409&name=Excel_Figure.png -- View this message in context: http://r.789695.n4.nabble.com/3D-Surface-plot-tp2077409p2077409.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2009 May 27
0
Sparse LUN's
...le if the LUN mask is set to 0,1,2,3 then all is OK and all disks are configured. However, a mask of LUN 0 & 9 will not see the disks on LUN 9. It appears the kernel stops scanning when there is a gap in the LUN list. I read in a number of places how to fix this issue, and indeed here: http://filedownloads.qlogic.com/files/driver/48437/README_qla2xxx2-6U4.htm#BlacklistEntries Apparently, I should be able to add a line to modprobe.conf that allows sparse LUNs. So I followed the instructions and added options scsi_mod dev_flags="SUN:CSM200_R:0x040" max_luns=20 and rebuilt initrd. This doe...