Displaying 20 results from an estimated 2000 matches similar to: "Collins Master Dictionary (closer yet)"
2007 Jul 31
2
ownership
not sure if i misunderstood the documentation but my understanding is
the -a option preserves ownership and permissions on transfer.
i did a remote test and i see ownership changed
is that becuase user does not exist in the remote box
4.0K drwxr-xr-x 14 zoe zoe 4.0K 2007-07-15 08:08 zoe
but in the remote system they changed to
4.0K drwxr-x--- 8 boricua users 4.0K 2007-05-02 11:07
2006 Sep 22
3
Compiling a contingency table of counts by case
I have asked a similar question before but this time
the problem is somewhat more involved. I have the
following data:
case;name;x
1;Joe;1
1;Mike;1
1;Zoe;1
2;Joe;1
2;Mike;0
2;Zoe;1
2;John;1
3;Mike;1
3;Zoe;0
3;Karl;0
I would like to count the number of "case"
in which any two "name"
a. both have "x=1",
b. the first has "x=0" - the second has
2006 Jan 10
18
Ferret with IMAP dirs
I''d like to use ferret to build an imap indexer and search utility, but
want to check first to see if anyone else is working on this and offer
my help. Anyone?
Also, if you could provide any helpful pointers on indexing directories
via ferret, it''ll be very much appreciated. I''m a lucene nuby.
Thanks!
John
--
Posted via http://www.ruby-forum.com/.
2008 May 24
1
3.02 bug? Symlink ->foo changed to ->/rsyncd-munged/foo
On Mac OS X 10.5.2 I run rsync to keep a couple of instances of my /
usr/local tree in sync. With Apple's rsync I run (e.g.):
sudo /usr/bin/rsync --rsync-path=/usr/bin/rsync -E --progress -avu --
delete --dry-run --exclude=TeXLive-working-copy/ --exclude=context-
update/ --exclude=.Spotlight-V100/ --exclude=.fseventsd/ \
-e "ssh -i /Users/gerben/.ssh/id_rsync -l root" \
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe,
Unfortunately, I don't have access to a x64 machine anymore, so I can't test
that architecture on vmkit. Could you install a virtual machine on your
machine that is x86_32? I know it has been successfully built and ran on
x86_32 on different systems.
Cheers,
Nicolas
On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote:
> Hi again Nicolas,
>
>
2011 Mar 02
0
axis, title & padj
Hi,
I often use par(mex = 0.5) as an easy way to shrink space used for
margins. However, I recently noticed that this leads to an asymmetry in
the positioning of the x vs. y axis labels and xlab / ylab -- the x-axis
labels are pushed into the tic-marks, while the y-axis labels look fine.
A more extreme example:
dev.new()
par(mex=.1, mar=c(10,10,10,10))
plot(1:10)
Tracking this down in the
2005 Jul 11
1
small first graph of par(3,2), other 5 are correct
Hi,
I'm trying to produce 6 graphs on a single page using code I've borrowed
from an example by Paul Murrell:
(http://www.stat.auckland.ac.nz/~paul/RGraphics/custombase-xmastree.R).
It involves placing 6 horizontal barplots on one page and adding common
labels.
The problem is the first graph in my figure (the one in the (1,1)
position) is smaller than the other 5. A toy example is
2010 Jun 30
1
[LLVMdev] vmkit build problems
Hi Nicolas,
No, I built llvm-gcc myself by checking it out via svn, using
these instructions:
http://llvm.org/docs/GCCFEBuildInstrs.html
thanks
-Z
> Hi Zoe
> (Please, try to reply to the same thread)
> I think you may have an old version of llvm-gcc. Did you compile
> llvm-gcc yourself? The provided llvm-gcc binary for llvm 2.7 is
> too old for vmkit.
>
> Nicolas
>
2013 Oct 08
3
remote sudo script
Hey guys,
I'm trying to write a simple bash script that will cp a configuration file
to a backup (with the date) remotely to a bunch of machines, using sudo
with ssh.
I notice that if I run the commands individually, they both work (albeit
with some strange output I'd like to suppress):
[tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'cp -v
2002 Jun 14
1
data.frame - transform
Hi there,
I have a data.frame (pwt6) which I would like to transform:
country year gdp
MEX 1950 2
MEX 1951 5
BOL 1950 4
BOL 1951 12
ITA 1950 45
ITA 1951 2
This should be the result:
year MEX.gdp BOL.gdp ITA.gdp
1950 2 4 45
1951 5 12 2
Right now I have this code (better - no code):
country.label<-names(table(pwt6$country))
result<-data.frame(year=NULL)
for(i in country.label)
?
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe,
maybe you've already solved your problem with VMKit configuration, but here
you can find a mini-tutorial
that I've done to guide people on VMKit installation.
http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf
Best regards,
Alysson
On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray <
nicolas.geoffray at gmail.com> wrote:
> Hi Zoe,
>
> Unfortunately, I
2010 Jun 30
0
[LLVMdev] vmkit build problems
Hi again Nicolas,
Can you please tell me the output of your llvm-gcc -v
and llvm-config -version?
Mine is below, perhaps its because I built llvm with enable-jit?
Do you have users of vmkit? ie has anyone other than
the llvm team been successful at building and running
vmkit?
I tried on a core2 machine (albeit also karmic) and have
the same problem.
Can you build a fresh machine (virtual
2010 Jun 30
3
[LLVMdev] vmkit build problems
Thanks Nicolas for your help with my build problems with vmkit.
Yes, I was missing ant -- great catch (I'm on a newly installed
machine). That fix with this configuration, gets me to the error below.
Any thoughts (build tools, other I may be missing that are not checked for)?
Are there steps that you suggest I try to gather more information on
the problem? Also -- it seems to be building
2012 Jun 16
2
Plotting tidal speed and direction in R
Hi,
I have had a look around the forums and I can't seem to find anything that
works with my data. I have lats, longs, time, tidal speed and direction and
need to plot this in an xy plot to determine changes over time. contour and
cloud have been recommended to me as a way to do this but I can't figure out
how to get 5 dimensions into this. I want lat and long as my x and y, time
as my
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification
postscript(file="fig.ps",height=2,width=4)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6)
would yield the same scaling effect as
postscript(file="fig.ps",height=2,width=6)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6)
but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame
and bigger font size.
2006 Mar 10
0
queue and service period
i've got 3 queues:
QUEUE A
- >(mon,tue,wed,thu,fri) 8-12/14-18 -> Queue the call
> else play a mex reporting the service period
QUEUE B
- >(mon,tue,wed,thu,fri) 8-12-> Queue the call
> else play a mex reporting the service period
QUEUE C
- >(mon,tue,wed,thu,fri,sat,sun) 8--20 -> Queue the call
> else play a mex reporting the service period
how can i set it?
2013 Feb 28
2
predict.smooth.Pspline function not found
I have a simple question that irritatingly I haven't been able to figure
out on my own. It seems that some functions from the "Pspline" package are
successfully installed while others are not. The code with which I'm
working is more complicated, but the following highlights my problem. If I
run the following code
> tt <- seq (0,1,length=20)
> xt <- tt^3
> fit
2005 Nov 30
1
home directory permissions
Hi all,
I use samba-3.0.20b on a solaris 10 box with a ldap backend.
All works fine except one thing:
I have an account "bob".
Its home directory is "/tmp/teachers/bob"
Its group is "teachers".
However when I define the teachers repository permissions like this:
[zoe.root:367] ls -al /tmp
drwxrwx--- 2 root teachers 177 Nov 15 13:22 teachers
(access in
2008 Aug 18
2
Call a Fortran subroutine with R: R crashes
Hello,
I am trying to call a FORTRAN subroutine within R and something really
strange happens:
I have a dll-library, that I load with dyn.load('mpbvv.dll'). I have checked
the [Ordinal/Name Pointer] Table for the function within the library that I
want to call - it is there (objdump - p mpbvv.dll).
Then, I have written an R-wrapper to call the FORTRAN subroutine, which
works fine. SInce
2006 Aug 23
5
negatively skewed data; reflecting
Hi,
This problem may be very easy, but I can't think of how to do it. I have constructed histograms of various variables in my dataset. Some of them are negatively skewed, and hence need data transformations applied. I know that you first need to reflect the negatively skewed data and then apply another transformation such as log, square root etc to bring it towards normailty. How is it