search for: orchid

Displaying 10 results from an estimated 10 matches for "orchid".

1999 May 21
7
Multiple workgroups using SAMBA in a single domain
Dear people at the samba organization, I wish to create multiple workgroups using SAMBA in a single domain on a LINUX Box. The linux box is also the primary domain controller. Please enlist me the procedure and mail to me as soon as possible. Thanking you in advance Sincerely Roopinder Randhawa.
1999 May 25
0
unable to log on to server/SAMBA Digest 2101
...From: "Stephen L Arnold" <sarnold@coyote.rain.org> > > On 22 May 99, <khoogc@singnet.com.sg> had questions about unable to > log on to server: > > > 2. Server is a RH5.2 with shadow passwd and samba-2.0.3 and has the line > > > > 192.168.0.1 orchid.khoo.lgl orchid > > > > in /etc/hosts > > Does the RH box connect to the outside world (eg, ip_masq)? If so, > then you should reverse the name order above: <snip> Thanks, I have got samba working now. I am not sure what was actually wrong, maybe I did something...
2004 Sep 29
2
lattice .ps graphic is rotated in LaTeX slides
...() trellis.par.set("background", list(col = "white")) lset(list(superpose.symbol=list(pch=c(19, 1, 25, 2, 15, 22, 23), cex=rep(1,7),col=c("blue", "red", "darkgreen", "brown", "orange", "turquoise", "orchid") ))) lset(list(fontsize = list(default = 14))) n <- length(levels(barley$year)) dotplot(variety ~ yield | site, data = barley, groups = year, layout = c(2, 3), aspect = .5, xlab = "Barley Yield (bushels/acre)", key = list(points = Rows(trellis.par.get("superpose.symbo...
2008 Nov 28
3
Beginner: "NameError - uninitialized constant" when I create a model object
My first Rails example using model and I got this NameError: NameError in VandaController#att uninitialized constant VandaController::Compute Same code works fine if I don''t create the Compute object. What did I do wrong? Here is the Controller class VandaController < ApplicationController def att @compute = Compute.new @data1 = @compute.cmpt end end Here is the Model
2010 Apr 21
2
problem of R CMD check
Hi all, Today, i just installed the newest R version 2.10.1 and other necessary tools for building R package under windows,e.g. Rtools, perl. All are the newest version. After the correct configuration under windows, i use it to re-check my old package. I found the following prolem when checking EXAMPLE, which did not exist before this re-installation. ######## * checking examples ... ERROR
2004 Aug 10
0
Check failed after compilation (PR#7159)
...c(1, pp$mfcol[2]))) { + outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4] + mtext(paste("help(", ..nameEx, ")"), side = 4, + line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1), + outer = outer, adj = 1, cex = .8, col = "orchid", las=3) + } + } > setHook("plot.new", .newplot.hook) > setHook("persp", .newplot.hook) > rm(.newplot.hook) > ## add some hooks to label plot pages for grid graphics > .gridplot.hook <- function() + { + pushViewport(viewport(width=unit(1, "npc...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...vegreen4", "#6E8B3D", "darkorange", "#FF8C00", "darkorange1", "#FF7F00", "darkorange2", "#EE7600", "darkorange3", "#CD6600", "darkorange4", "#8B4500", "darkorchid", "#9932CC", "darkorchid1", "#BF3EFF", "darkorchid2", "#B23AEE", "darkorchid3", "#9A32CD", "darkorchid4", "#68228B", "darkred", "#8B0000", "darksalmon&quo...
2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
...outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4] + mtext(paste("help(", ..nameEx, ")"), side = 4, + line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1), + outer = outer, adj = 1, cex = .8, col = "orchid") + } + }, + env = environment(plot)) > assign("cleanEx", + function(env = .GlobalEnv) { + rm(list = ls(envir = env, all.names = TRUE), envir = env) + RNGkind("Wichmann-Hill", "default") + assign(".Random.seed&qu...
2008 May 05
3
troubles with R CMD check and examples under Ubuntu gutsy
Dear listers, I was used to package pgirmess under Windows with everything OK, but, for the first time, I had a trial this afternoon on Ubuntu 7.10 gutsy (I have a double boot computer and work more and more under unix) and R 2.7.0. Everything went OK except this: sudo R CMD check pgirmess ..... * checking examples ... ERROR Running examples in 'pgirmess-Ex.R' failed. The error most
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...cue LoadError - raise no_wx_err - end -end - -class TestLayoutConstraints < Wx::Panel - def initialize(parent) - super(parent, -1) - set_auto_layout(true) - evt_button(100) {|event| on_button(event)} - - set_background_colour(Wx::Colour.new("MEDIUM ORCHID")) - - @panelA = Wx::Window.new(self, -1, Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, Wx::SIMPLE_BORDER) - @panelA.set_background_colour(Wx::BLUE) - txt = Wx::StaticText.new(@panelA, -1, "Resize the window and see\nwhat happens... Notice that\nthere is no OnSize...