search for: maroon

Displaying 20 results from an estimated 21 matches for "maroon".

Did you mean: taroon
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
...Spot Shield, most water and oil based stains bead up and roll off. 2-button placket, pearl buttons, double-needle hem. Sizes for this shirt are S, M, L, XL, 2XL, XXL. The shirt will have an embroidered LLVM Logo on the front left breast (where pocket usually goes). The embroidered logo will be a maroon (deep red) color. You can order the shirt in one of the following colors (use the link to see the shirt in that color), but remember that the maroon logo might not look good in all these colors. Birch, Black, Gold, Jade, Kelly Green, Maize, Navy, Purple, Putty, Sports Grey, Royal Blue, White I ha...
2008 May 25
1
n Realizations of a Stochastic Process assigned to dynamically generated variable names?
...ion of the outer loop. However, crucially, I don't know how/whether I can create variable names dynamically and assign values to them. #begin tsn <- (10); for (i in 1:250) { tsn <- c(tsn, tsn[i] + rnorm(1, mean=0.01, sd=0.025)) }; plot.ts(tsn, lwd=2, col="maroon"); #end Thanks in anticipation. Best Regards Vishal Belsare
2011 Jun 24
2
text overlap in plot
...ap. I have a problem to avoir text overlapping. Any help would be helpful. > attach(InsectSprays) boxplot(count ~ spray, data = InsectSprays, outpch = NA) stripchart(count ~ spray, data = InsectSprays, vertical = TRUE, method = "jitter", pch = 21, col = "maroon", bg = "bisque", add = TRUE) text(count ~ spray , row.names(InsectSprays), pos=4,cex=0.6) detach(InsectSprays) thanks david
2008 Apr 03
1
TrippLite OmniVS1000 not recognized?
The Compatibility page lists the OMNIVS1000 as supported, but the tripplite_usb driver doesn't seem to recognize my UPS. Below is the debug dump from attempting to load the driver. I am using the nut package from Debian: 2.2.1-2.1 and I was wondering if this was a known issue? maroon:/lib/nut# /lib/nut/tripplite_usb -DDDDD -a usbups Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.11 (2.2.1-) Warning: This is an experimental driver. Some features may not function correctly. debug level is '5' Checking device (0000/0000) (005/001) - VendorID: 0000 - ProductID...
2007 Oct 14
1
ggplot2: ordering categorial data
Hello again, everytime I think I got something to work, the next issue comes up... I have the following data.frame, I want to visualize: > data_rb tld spam1 spam2 share 1 ca 826436 73452 0.0889 2 org 470550 25740 0.0547 3 de 156042 15531 0.0995 4 com 140753 7527 0.0535 5 edu 34845 2507 0.0719 6 net 12781 382 0.0299 7 ru 7648 18 0.0024
2011 Aug 03
1
Need help with xyplot
...calculate an optimal aspect ratio panel = function(x,y) { panel.grid(); if (10 <= x && x < 12) panel.xyplot(x,y,col="red"); if (15 <= x && x < 18) panel.xyplot(x,y,col="salmon"); if (30 <= x && x < 40) panel.xyplot(x,y,col="maroon"); } ) ) But it obviously does not serve the purpose. Urgent help would be most appreciated. Best, Fayez Grad student - UIUC
2006 Nov 15
1
trellis.par.set and grid : how to set by default that I want a grid on my graphes ?
...a way to do it using for example trellis.par.set() to set this by default, like what I do for colors e.g. : trellis.par.set(list(superpose.line = list(col = c( "red", "yellow", "green", "blue", "purple", "orange", "black", "maroon", "pink", "cyan", "grey", "magenta" )))) instead of using in each call this log panel = function (...) { } instruction I tried emprirically trellis.par.set(list(grid.pars= list(h = -1, v=-1))) with no success (I am not even sure that this grid.pars...
2000 Sep 29
0
Is it R or I?
...=.GlobalEnv) assign("opfr",opfr,env=.GlobalEnv) # define second toplevel widget tt2a <- tktoplevel() tktitle(tt2a) <- "IdentifyOutliers" but.lab2 <- tklabel(tt2a, text="Left button\n to identify,\n middle to quit",foreground="maroon") but.wid22 <- tkbutton(tt2a, text="Identify Outliers", command=idnfyplot) but.wid23 <- tkbutton(tt2a, text="DONE", command=function(){ tclvar$done2<-"T"...
2010 May 07
2
overlap dot plots with box plots
Hi, I am new in R and would like to dot plot my real data points from different categories and put box plot overlapping. To give a feeling of the distribution of my data and the real values. I managed to that in excel but it takes a lot of time and it makes the program crash quite often! http://n4.nabble.com/file/n2134530/Excelversion.jpg I managed to get a box plot and a dot plot of my three
2008 Oct 03
1
Sharepoint problem
i have a problem to acess the sharepoint page because its need a user authorization ,his take the logged user on system desktop to authorization but when i can to acess to rubyonrails his show a message error someone can told me a hint how i can to make this? the link what i can to acess is "http://soa.teste.net/ xmlfactory.aspx" and
2000 Dec 21
3
MP3 to Vorbis?
Is there a utility to convert and MP3 to Vorbis? -- Best regards, Robin mailto:rcook@wyrms.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2010 Mar 11
2
How to add custom CDR fields to MySQL
Hi all, I've been trying to add a custom mysql field to my CDR's, but I must be doing something wrong. I am using asterisk 1.4 and asterisk 1.6, in extensions.conf I add: exten => h,1,Set(CDR(q931)=${HANGUPCAUSE}) This extension is executed, I can see it in the asterisk console. I have added a new column in my MySQL database called q931. However, the new field does not show up in
2004 Dec 21
2
How to display each symbol in a different color using plot with summary.formula.reverse
Dear R Masters, I have searched high and low (the help archives and my various R reference material and help files) for a solution to what appears to me to be quite a simple problem. In the following syntax, variable n10 has three levels. I would like the symbols that appear in the graph for these three levels to be different colors. The best I have been able to do is to have the Key display
2006 Aug 15
7
Programmer Needed For a Game Development Project
Programmer is responsible for writing Ruby on Rails code which will interact with both MySQL and PostgreSQL databases, Memcached, and paypal. Additional skills required are advanced Javascript, XHTML, and CSS knowledge. You will be working with other programmers to finish the project which is already in active development. Programmers with experience working on high traffic websites (5+ million
2018 Nov 06
3
[PATCH v2 0/2] p2v: add Shutdown option
This small series for p2v refactors the Reboot menu of the conversion dialog into something slightly more general, and add the possibility to shut the machine down. Lots of work to deal with old GTK versions ... Changes from v1: - fix shutdown command Pino Toscano (2): p2v: turn Reboot button into a Shutdown popup menu button p2v: add a Shutdown action (RHBZ#1642044) p2v/gui.c |
2018 Nov 05
4
[PATCH 0/2] p2v: add Shutdown option
This small series for p2v refactors the Reboot menu of the conversion dialog into something slightly more general, and add the possibility to shut the machine down. Lots of work to deal with old GTK versions ... Pino Toscano (2): p2v: turn Reboot button into a Shutdown popup menu button p2v: add a Shutdown action (RHBZ#1642044) p2v/gui.c | 119
2000 Feb 29
0
mapping of colornames into hsv: half way done
...32", "linen", "#FAF0E6", "magenta", "#FF00FF", "magenta1", "#FF00FF", "magenta2", "#EE00EE", "magenta3", "#CD00CD", "magenta4", "#8B008B", "maroon", "#B03060", "maroon1", "#FF34B3", "maroon2", "#EE30A7", "maroon3", "#CD2990", "maroon4", "#8B1C62", "mediumaquamarine","#66CDAA", "mediumblue",...
2016 Jun 18
8
[PATCH 0/7] p2v: Multiple improvements to the look of virt-p2v.
In the run dialog, I have implemented an ANSI colour escape sequence interpreter, so that colours displayed by the remote virt-v2v are now shown to the user. (https://bugzilla.redhat.com/show_bug.cgi?id=1314244) This requires virt-v2v to send colours. It wasn't doing that because the output was a pipe (as we capture the output into the log file). So I added a global --colours option to make
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
..."darksalmon", "darkseagreen", "darkslateblue", "darkslategray", "darkslategrey", "darkturquoise", "darkviolet", "lightgray", "lightsalmon", "lightyellow", "maroon")) lab.x <- paste("Dim ", axes[1], " (", signif(res.mfa$eig[axes[1], 2], 4), " %)", sep = "") lab.y <- paste("Dim ", axes[2], " (", signif(res.mfa$eig[axes[2], 2], 4), " %)", sep = "&quot...
2010 Feb 25
24
two questions for R beginners
* What were your biggest misconceptions or stumbling blocks to getting up and running with R? * What documents helped you the most in this initial phase? I especially want to hear from people who are lazy and impatient. Feel free to write to me off-list. Definitely write off-list if you are just confirming what has been said on-list. -- Patrick Burns pburns at pburns.seanet.com