Displaying 4 results from an estimated 4 matches for "filedownloads".
Did you mean:
filedownload
2007 Nov 14
1
New Foxy Fixtures (Rails 2) & STI (Single Table Inheritance)
...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
now, in my versions.yml, I have:
alpha:
name: Alpha 1
revision: 2
description: this is the first alpha release for hemin...
2010 Apr 23
1
help with plotting lines linking two sets of points?
Hello everyone,
I'm trying to plot the initial and final size of some tadpoles and look at
their growth rates (slope of line). They are divided into 6 densities, and
so far I have plotted the initial and final sizes (these are means for a
pool), and color coded for the 6 densities, but I want a line to connect the
initial and final value for each pool (also color coded by density). Any
ideas?
2010 Apr 30
3
3D Surface plot
Dear All,
I want to create a surface plot from the data. My data set is consists of x,
y and z data.
I plotted in very easy way by Excel worksheet as shown in the attached
picture.
I did some steps in R, but I cannot have the same plot as in Excel
worksheet's figure.
the R code is
x <- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
y<- c(-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1)
z<-
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 does...