search for: d6d6d6

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

2011 Jan 31
1
str() on raster objects fails for certain dimensions
...which str() relies on, "[.raster"() still returns a matrix-like object, e.g. > img <- as.raster(1:25, max=25, nrow=5, ncol=5); > img[1:2] [,1] [,2] [,3] [,4] [,5] [1,] "#0A0A0A" "#3D3D3D" "#707070" "#A3A3A3" "#D6D6D6" [2,] "#141414" "#474747" "#7A7A7A" "#ADADAD" "#E0E0E0" compare with: > as.matrix(img)[1:2] [1] "#0A0A0A" "#3D3D3D" The easy but incomplete fix is to do: str.raster <- function(object, ...) { str(as.matrix(objec...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray78", "#C7C7C7", "gray79", "#C9C9C9", "gray80", "#CCCCCC", "gray81", "#CFCFCF", "gray82", "#D1D1D1", "gray83", "#D4D4D4", "gray84", "#D6D6D6", "gray85", "#D9D9D9", "gray86", "#DBDBDB", "gray87", "#DEDEDE", "gray88", "#E0E0E0", "gray89", "#E3E3E3", "gray90", "#E5E5E5", "gray91...
2011 Jul 16
1
CentOS mailing list, Free Pearl Set
...cellpadding="0" cellspacing="0" border="0" width="600" style="background:#e6e6e6;margin:1px;"> <tr><td> <table cellpadding="0" cellspacing="0" border="0" style="background:#d6d6d6;margin:1px;"> <tr><td> <table cellpadding="0" cellspacing="0" border="0" style="background:#c6c6c6;margin:1px;"> <tr><td>...
2006 Jun 12
6
Prototype Window Class v0.85
Hi I just want to annouce a new release of my Prototype Window Class with a new website with full documentation and new samples (I hope it''s easier to understand now :)). http://prototype-window.xilinus.com/ Thanks again to all of you guys for your help. Seb PS Dj T, have you finished your Rails plugin?