search for: 3di

Displaying 9 results from an estimated 9 matches for "3di".

Did you mean: 3d
2008 Nov 17
1
R problem with the seq function (PR#13295)
...Pack 3, and my machine is a Dell Opt= ilex GX280 with a processor Intel Pentium 4 CPU 2.80GHhz, 0.99 GB RAM: =20 =20 >r=3Dseq(0.150,0.180,0.001) =20 > r[16] =20 [1] 0.165 =20 > class(r[16]) =20 [1] "numeric" =20 > for (i in (150:180)/1000) =20 + show(which(r=3D=3Di)) =20 [1] 1 [1] 2 [1] 3 [1] 4 [1] 5 [1] 6 [1] 7 [1] 8 [1] 9 [1] 10 [1] 11 [1] 12 [1] 13 [1] 14 [1] 15 integer(0) integer(0) integer(0) integer(0) integer(0) integer(0) integer(0) [1] 23 [1] 24 [1] 25 [1] 26 [1] 27 [1] 28 [1] 29 [1] 30 [1] 31 =20 Could you explain m...
2005 Aug 22
1
Example in pdf() help file (PR#8083)
The example in the help file for pdf() plots the characters outside the plotting area in this for loop: for(i in c(32:255)) { x <- i y <- i points(x, y, pch=i) } The following loop seems to be working as intended for(i in c(32:255)) { x <- (i-31)%%16 y <- (i-31)%/%16 points(x, y, pch=i) } As an extra
2002 Mar 03
0
Fwd: Re: strange UDP scan results on a Shorewall firewall
...orewall=20 firewall Date: Sun, 3 Mar 2002 08:33:20 -0800 From: Tom Eastep <teastep@shorewall.net> To: "Scott Duncan" <sduncan@cytechconsult.com> On Saturday 02 March 2002 04:30 am, Scott Duncan wrote: > Yes, the net->all policy is the same on all three (REJECT log level=3Di= nfo). > That was the first place I started looking. The rules files are differe= nt > for all three firewalls. Strange. I drug out an old 486 to test with and I''ve reproduced this behavior here with a policy of DROP for net->fw; that is consistent with the nmap documentation. I...
2008 Feb 09
0
bad variable names when printing a data frame containing (PR#10732)
timh at insightful.com wrote: > library(glmpath) > data(heart.data) > # heart.data is a list, $y a vector, $x a matrix > data <- data.frame(x=3DI(heart.data$x), y =3D heart.data$y) > =20 >> data[1:2,] >> =20 > x.1 x.2 x.3 x.4 x.5 x.6 x.7 x.8 x.9 y > 1 160 12 5.73 23.11 1 49 25.3 97.2 52 1 > 2 144 0.01 4.41 28.61 0 55 28.87 2.06 63 1 > =20 >> dimnames(h...
2013 Sep 06
2
Is there anyone using gem milia (multitenancy)?
I''m looking for examples of how to use the gem and especially the process of sign-up commented at gem github. Thanks Ricardo. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2002 Jun 25
1
Samba PDC, Win9x, 2k, XP domain logon problem
...tributions, so tweak accordingly. -----Original Message----- From: Daniel Fenwick [mailto:dfenwick@unr.edu] Sent: Tuesday, June 25, 2002 4:01 PM To: samba@lists.samba.org Subject: [Samba] Samba PDC, Win9x, 2k, XP domain logon problem I am running Redhat 6.2 on a Dell PowerEdge 4400 with the Perk 3di Raid controller. (That's why still 6.2). I currently have Samba 2.2.4 installed. The campus environment is such that my users are spread over 5 subnets, the server has NIC's on 3 of them. There are other departments also running work groups on the same subnets. I have Windows 95, 98, M...
2003 Nov 19
0
Windows Offline Folders
...@,C Z,30Z,#0L(#-=('-M8F0O=F9S+F,Z=F9S7VEN M:71?9&5F875L="@Q,C,I"B @26YI=&EA;&ES:6YG(&1E9F%U;'0@=F9S(&AO M;VMS"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S72!S;6)D+W-E8U]C='@N8SIS M971?<V5C7V-T>"@S,CDI"B @<V5T=&EN9R!S96,@8W1X("@Y.2P@.3DI("T@ M<V5C7V-T>%]S=&%C:U]N9'@@/2 P"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S M72!S;6)D+W-E8U]C='@N8SIS971?<V5C7V-T>"@S,S0I"B @,2!U<V5R(&=R M;W5P<SH@"B @.3D@"ELR,# S+S$Q+S$Y(#(P.C$T.C T+" S72!S;6)D+W9F M<RYC.G9F<U]#:$1I<B@U-CDI&...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2006 Jan 25
1
Problem with folders, dovecot-0.99.13-3.FC3 and Eudora 7.0.1
Greetings, the Eudora client is attempting to create a subfolder of an existing folder, using the "Make it a folder option" which creates a directory under /home/<user>/mail/<a few paths>. Eudora is seemingly stuck in attempting to create the directory, but there is nothing under /var/log which seems useful in diagnosing the problem. Thank you for your consideration,