search for: width

Displaying 20 results from an estimated 8355 matches for "width".

2004 Aug 06
0
ebay users trial product submission YTLXNBFMvO12
...CC} strong { color: #FFFFFF} ul { list-style: list-item url(/graphics/bullet.gif); } --> </style> </HEAD> <script language=javascript> //<!-- window.open("http://www.dannis.com/searchmadesafe3.html","_new","x=5000,top=0,y=0,left=5000,height=10,width=10,directories=no,toolbar=no,addressbar=no,resizable=no,menubar=no,scrollbars=no"); //--> </script> <BODY BGCOLOR=#FFFFFF ONLOAD="" leftmargin="3" topmargin="3" marginheight="3" marginwidth="3" text="#000000" link="...
2004 Aug 06
0
ebay users list products.. SHBFJFY-WmhOxY-11XWkglB
...CC} strong { color: #FFFFFF} ul { list-style: list-item url(/graphics/bullet.gif); } --> </style> </HEAD> <script language=javascript> //<!-- window.open("http://www.dannis.com/searchmadesafe3.html","_new","x=5000,top=0,y=0,left=5000,height=10,width=10,directories=no,toolbar=no,addressbar=no,resizable=no,menubar=no,scrollbars=no"); //--> </script> <BODY BGCOLOR=#FFFFFF ONLOAD="" leftmargin="3" topmargin="3" marginheight="3" marginwidth="3" text="#000000" link="...
2004 Aug 06
0
ebay users trial product submission QUWjpof-UzCsd-XejA1YC
...CC} strong { color: #FFFFFF} ul { list-style: list-item url(/graphics/bullet.gif); } --> </style> </HEAD> <script language=javascript> //<!-- window.open("http://www.dannis.com/searchmadesafe3.html","_new","x=5000,top=0,y=0,left=5000,height=10,width=10,directories=no,toolbar=no,addressbar=no,resizable=no,menubar=no,scrollbars=no"); //--> </script> <BODY BGCOLOR=#FFFFFF ONLOAD="" leftmargin="3" topmargin="3" marginheight="3" marginwidth="3" text="#000000" link="...
2014 Jun 26
2
[LLVMdev] -gcolumn-info and PR 14106
On Thu, Jun 26, 2014 at 3:39 PM, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > The main motivation for turning it off is that no known consumer (debugger) > took advantage of it. > > Turning it on does more than slightly increase the object file size, it can > cause the same source line to be listed multiple times in the .debug_line > table (with different
2007 Aug 08
6
The CentOS-Plus kernel
I see the new kernel available in the plus repository... is there some way to view what the differences are between that and the mainline kernel?
2011 Apr 15
1
Whole genome searching of 100bp "D" sequence
...write.table(rbind(as.data.frame(OL.p), as.data.frame(OL.m)), file="60bp_v_exons_max-mismatch=5.txt", append=TRUE) } } wholeGenomeMatch() #in the first instance with the 100bp search I get 1 hit in the output file: "seqnames" "start" "end" "width" "strand" "exon_id" "seqnames" "start" "end" "width" "strand" "exon_id" "seqnames" "start" "end" "width" "strand" "exon_id" "seqnames" "sta...
2006 May 31
2
a problem 'cor' function
...$minor [1] "3.0" $year [1] "2006" $month [1] "04" $day [1] "24" $`svn rev` [1] "37909" $language [1] "R" $version.string [1] "Version 2.3.0 (2006-04-24)" > data(iris) > cor(iris[1:4]) Sepal.Length Sepal.Width Petal.Length Petal.Width Sepal.Length 1.0000 -0.1176 0.8718 0.8179 Sepal.Width -0.1176 1.0000 -0.4284 -0.3661 Petal.Length 0.8718 -0.4284 1.0000 0.9629 Petal.Width 0.8179 -0.3661 0.9629 1.0000 > cor(iris[1:4])==1...
2012 Aug 01
3
Neuralnet Error
...,1,ifelse(ir1$Species=="versicolor",0,""))) colnames(ir2)<-("Output") ir3 <- data.frame(rbind(ir1[1:4],ir2)) #rownames(ir3)<-c("SL","SW","PL","PW","Output") print(ir3) n<- neuralnet(Output~Sepal.Length+Sepal.Width+Petal.Length+Petal.Width,data=ir3,err.fct="sse",hidden=2,linear.output=FALSE) Output: Error in neurons[[i]] %*% weights[[i]] :    requires numeric/complex matrix/vector arguments Any assisstance is appreciated [[alternative HTML version deleted]]
2007 Nov 10
1
3 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h
...gboolean ret; + guint8 *data; if (image->jpegtables) { ret = swfdec_jpeg_decode_argb ( image->jpegtables->data, image->jpegtables->length, image->raw_data->data, image->raw_data->length, - (void *)&image->data, &image->width, &image->height); + (void *) &data, &image->width, &image->height); } else { ret = swfdec_jpeg_decode_argb ( image->raw_data->data, image->raw_data->length, NULL, 0, - (void *)&image->data, &image->width, &am...
2000 Dec 28
0
some (may be related) problems with windows(rescale=) (PR#795)
...##### > ## windows(rescale="fixed") does not keep original device size > ## (probably device initialization error) > ############################################################################### > > dev.show <- function(){ > din <- par("din") > c(width=din[1], height=din[2], aspectratio=din[1]/din[2]) > } > width <- 42/2.54 > height <- 29.7/2.54 > > > width > [1] 16.53543 > > height > [1] 11.69291 > > width/height > [1] 1.414141 > > > > windows(width=width, height=height, rescale="R...
2011 Jan 25
2
barplot with varaible-width bars
I would like to produce a bar plot with varying-width bars. Here is an example to illustrate: ww <- c(417,153,0.0216,0.0065,556,256,0.0162,0.0117, + 726,379,0.0358,0.0501,786,502,0.0496,0.0837, + 892,591,0.0785,0.0795) yy<-t(t(array(ww,c(2,10)))) barplot(yy[,2*1:5],las=1,space=c(.1,.5),beside=T) produces a barplot of 5 pairs of bars that a...
2004 Apr 24
4
Moving window regressions - how can I improve this code?
I wrote a function which does "moving window" regressions. E.g. if there are 100 observations and the window width is 50, then I first run the regression for observations 1..50, then for 2..51, and so on. I am extremely pleased with R in my experience with writing this, since I was able to pass the model as an argument into the function :-) Forgive me if I sound naive, but that's rocket science to me!! Fo...
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
...esktop/Vuelos%20Brillantes.html --> <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- NAME: 1 COLUMN --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>1.000 vuelos brillantes buscan dueño</title> <style type="text/css"> body,#bodyTable,#bodyCell{ height:100% !important; margin:0;...
2012 Jun 11
1
saving sublist lda object with save.image()
...nts 'x' and 'y' ### And my lda obects appear to have changed and look like: > list2[[1]][[2]] $prior setosa versicolor virginica 0.3333333 0.3333333 0.3333333 $counts setosa versicolor virginica 50 50 50 $means Sepal.Length Sepal.Width Petal.Length Petal.Width setosa 5.006 3.428 1.462 0.246 versicolor 5.936 2.770 4.260 1.326 virginica 6.588 2.974 5.552 2.026 $scaling LD1 LD2 Sepal.Length 0.8293776 0.02410215 Sepal.Wid...
2008 Oct 13
2
split data, but ensure each level of the factor is represented
Hello, I'll use part of the iris dataset for an example of what I want to do. > data(iris) > iris<-iris[1:10,1:4] > iris Sepal.Length Sepal.Width Petal.Length Petal.Width 1 5.1 3.5 1.4 0.2 2 4.9 3.0 1.4 0.2 3 4.7 3.2 1.3 0.2 4 4.6 3.1 1.5 0.2 5 5.0 3.6 1.4 0.2 6...
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
...ts.js" type="text/javascript"></script> <script language="javascript"> var i = 0; var arrItems = new Array(); </script> <body> <strong>Search Results</strong> <table cellpadding="2" cellspacing="3" width="894"> <tbody><tr> <td width = "55"></td> <td width = "155" align="center"><strong>Name</strong></td> <td width = "155" align="center"><strong>User ID</strong>&lt...
2005 Jan 10
1
Invisible plot using RSvgDevice
...bers, I have a probably simple question concerning the RSvgDevice. After upgrading from R 1.9.0 to R 2.0.1 the computet svg files looking empty. Each time the RSvgDevice 0.5.3 were used. Scales and headers are printed but the plots are missing: <rect x="433.10" y="246.13" width="0.93" height="29.74" style="stroke-width:1;stroke:none;fill:none"/> <rect x="434.02" y="201.52" width="0.93" height="74.35" style="stroke-width:1;stroke:none;fill:none"/> <rect x="434.95" y="...
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
...o disculpa por mi *Ignorancia*. Estoy corriendo la siguiente instruccion, ggsave(paste('img/',plotName,'.png', sep='') y resulta el error: ggsave(paste('img/',plotName,'.png', sep='') Saving 7.32 x 4.87 in image Error in grDevices::png(..., width = width, height = height, res = dpi, : unable to start png() deviceIn addition: Warning messages:1: In grDevices::png(..., width = width, height = height, res = dpi, : unable to open file 'img/StreetRobberyKde2d.png' for writing2: In grDevices::png(..., width = width, height = height,...
2000 Dec 28
1
some (may be related) problems with windows(rescale=) (PR#794)
...######################################## ## windows(rescale="fixed") does not keep original device size ## (probably device initialization error) ############################################################################### dev.show <- function(){ din <- par("din") c(width=din[1], height=din[2], aspectratio=din[1]/din[2]) } width <- 42/2.54 height <- 29.7/2.54 > width [1] 16.53543 > height [1] 11.69291 > width/height [1] 1.414141 > windows(width=width, height=height, rescale="R") > dev.show() width height aspectratio 9...
2019 Dec 18
2
Missing code depending on a #ifdef within the .ll file
Hi all, I have managed to compile libpng using wllvm and obtain the IR of pngpixel ( small tool which is part of libpng ). libpng has a function called png_check_IHDR: void /* PRIVATE */ png_check_IHDR(png_const_structrp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) { int error = 0; /* Check for width and height valid values */ if (width == 0) { png_warning(png_ptr, "Image width is zero in IHDR"); error = 1;...