Displaying 20 results from an estimated 3280 matches for "deep".
Did you mean:
dep
2006 May 29
5
Can't Run "Within A Deep Forest"
i hope you can help me. The game's site is
http://withinadeepforest.ni2.se/index.php?
here's the terminal output from the install (from install binary) and
the run.
the install:
$ wine install_wadf_11.exe
fixme:advapi:CheckTokenMembership ((nil) 0x7ff18088 0x7fc8fe1c) stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep
For...
2008 May 06
3
DO NOT REPLY [Bug 5440] New: 'relative' test fails on SunOs 5.8
...samba.org
ReportedBy: brianegge@yahoo.com
QAContact: rsync-qa@samba.org
os=SunOS myhost 5.8 Generic_117350-52 sun4u sparc SUNW,Netra-T12 Solaris
----- relative log follows
Testing for symlinks using 'test -h'
makepath /src/rsync-3.0.2/testtmp/relative/from/down/3/deep
makepath /src/rsync-3.0.2/testtmp/relative/from/extra/down/3/deep
makepath /src/rsync-3.0.2/testtmp/relative/chk
sending incremental file list
down/
down/3/deep/
sent 269 bytes received 30 bytes 598.00 bytes/sec
total size is 0 speedup is 0.00
.d..t...... ./
cd+++++++++ down/
cd...
2019 Aug 07
3
Advanced rsync includes and excludes
Hi,
I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major
piece of software.
In an attempt to reorganize my rsnapshot backups, I stumbled across an issue,
that I'm trying to seeking a more sophisticated solution here.
Given, I have a deeply branched tree, where I would like to include a specific
directory deep under, while excluding anything else on that path, I find
myself doing:
+ /some/
+ /some/very/
+ /some/very/deep/
+ /some/very/deep/path/
+ /some/very/deep/path/to/
+ /some/very/deep/path/to/save/
- /some/very/deep/path/to/...
2006 Sep 15
3
An update method for lists?
...t it as updateList (or some other name) in lattice
(2) I export it as an S3 method update.list in lattice
(3) It gets added as an S3 method update.list in one of the base packages
The default option is (1), and I guess Sept 19 is the deadline for any
of these to be included in R 2.4.0.
Comments?
Deepayan
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
...buffers (code 22) at /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/io.c(603) [sender=3.0.0pre4]
----- longdir log ends
FAIL longdir
----- relative log follows
Testing for symlinks using 'test -h'
makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/from/down/3/deep
makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/from/extra/down/3/deep
makepath /scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/relative/chk
sending incremental file list
sent 259 bytes received 25 bytes 568.00 bytes/sec
total size is 0 speedup is 0.0...
2006 Dec 22
1
apropos changes in r-devel: intended feature or bug?
...is missing. This has the effect
that 'what' can no longer be a character string generated by a
function call unless 'character.only = TRUE'. I don't think this was
intended; the change makes previously valid use invalid and I can't
think of a situation where it is useful.
-Deepayan
> apropos(paste("^", "lm", sep = ""))
[1] "paste"
There were 12 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: the condition has length > 1 and only the first element will be
used in: if (is.na(pattern)) { ...
2: the c...
2020 Apr 16
3
[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
Thomas Hellstrom will be handing over VMware's maintainership of these
interfaces to Deep Shah.
Signed-off-by: Deep Shah <sdeep at vmware.com>
Acked-by: Thomas Hellstrom <thellstrom at vmware.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..c9bdbb65e96b 100644
--- a/MAINTAINERS
+++ b/...
2020 Apr 16
3
[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
Thomas Hellstrom will be handing over VMware's maintainership of these
interfaces to Deep Shah.
Signed-off-by: Deep Shah <sdeep at vmware.com>
Acked-by: Thomas Hellstrom <thellstrom at vmware.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e64e5db31497..c9bdbb65e96b 100644
--- a/MAINTAINERS
+++ b/...
2019 Aug 07
0
Advanced rsync includes and excludes
I believe you can shorten that to:
+ /some/very/
+ /some/very/deep/
+ /some/very/deep/path/
+ /some/very/deep/path/to/
+ /some/very/deep/path/to/save/***
- /some/*
You could also exclude /some and then use /some/very/deep/path/to/save
as an additional source. I don't know if rsnapshot can handle multiple
sources in 1 rsync but rsync itself can.
On 8/7/19 9:...
2006 Dec 07
1
specifying INBOX with maildir for mail_location
I'd like to store all of my mail in maildir, but I want to store the
inbox and indices on fast storage and everything else on deep storage.
Does the following configuration value for mail_location accomplish this?
mail_location =
maildir:/data/deep/%Ld/mail/%Ln:INBOX=/data/fast/%Ld/mail/%Ln:INDEX=/data/fast/%Ld/indices/%Ln
------------------------------------------------------------------------
If not, does the following c...
2005 Aug 03
1
R CMD check failing to warn when it should
...ecently made changes to lattice code which needed changes in many
man pages as well. Before I made the appropriate changes, R CMD check
was flagging most of the problems correctly, except for the man page
for tmd. I have created a toy package that shows this, available at
http://www.stat.wisc.edu/~deepayan/R/tmdprob_0.12-2.tar.gz
This passes R CMD check on R 2.1.0 and r-devel from August 1, but it
shouldn't because the code and documentation are inconsistent.
Deepayan
2008 Feb 02
9
deep test with rspec?
All,
Has anyone on this list tried to use DeepTest[1] with rspec? My initial
attempts have failed so I would be really interested if someone has
figured it out. Thanks.
-Ben
1. http://www.somethingnimble.com/bliki/deep-test
2006 May 24
2
"Stack Level Too Deep" issue in HABTM Unit / Functional Test
Hello guys. I was able to figure out that my "stack level too deep"
error I was getting with my HABTM destroy method was the result of a bug
in rails 1.0. I upgraded to 1.1.2 and now the views and any console-run
commands for destroying AR objects linked together via HABTM work just
fine.
I have HABTM setup between stories and submissions.
The issue is...
2012 Apr 14
1
deep copy?
Is putting a variable into a list a deep copy (and is tracemem the
correct way to confirm)?
warmstrong at krypton:~/dvl/R.packages$ R
> x <- rnorm(1000)
> tracemem(x)
[1] "<0x3214c90>"
> x.list <- list(x.in.list=x)
tracemem[0x3214c90 -> 0x2af0a20]:
>
Is it possible to put a variable into a list witho...
2012 Sep 11
4
Maintaining specific order when using aggregate or change order on axis
...178 1.360 1.210 2.748
188 Coral 1402 Surface 0.231 4.140 3.670 8.041
189 Coral 1402 Fmax 0.863 4.340 3.750 8.953
190 Coral 1402 Below 0.176 0.386 0.214 0.776
So I use the same code for the six other seamounts. The depth has
the following values surface, shallow, deep, fmax and below . These are in
order as you go down the water column. The problem is when I use the *coral
<- with(Coral , aggregate(cbind(Pico, Nano, Micro), list(Depth),FUN=mean)) *the
depth values gets stored in ascending values.
head(coral)
Group.1 Pico Nano Micro
1 Below...
2002 May 02
3
Surface Graphic
Hello list!
I have a problem with the function 'persp'. I have a data set with the
variables
X -> The X coordenate of the insect
Y -> The Y coordenate of the insect
deep-> how deep the insect buried into the soil.
I would like to have a plot with a surface simulating the way the insect
buried. Is it possible? If I type
persp(x,y,deep)
R gives me this error message
Error in persp.default(X, Y, deep) :
increasing x and y values expected
How do I overc...
2010 Jun 14
2
stack level too deep
I''m getting this on my client:
Jun 14 15:21:26 s_sys@app09.fr.xxx.com puppetd[24751]: Could not
retrieve catalog: stack level too deep on node app09.fr.twofish.com
Jun 14 15:21:26 s_sys@app09.fr.xxx.com puppetd[24751]: Not using cache
on failed catalog
Since running puppetd in debug gives no useful info:
info: Starting handler for Runner
info: Starting server for Puppet version 0.24.8
info: Listening on port 8139
notice: Startin...
2007 Dec 04
4
AutoTest / Rspec - "stack level too deep"
Hello,
I''m running AutoTest with Rspec on a Rails application.
Every 20 or so runs I get "stack level too deep" on one particular
controller stub.
Ex.
controller.stub!(:login).and_return(true)
This particular line is in a before block of a certain describe block. The
strange thing is, every single spec in this file fails on that one line,
even the specs in other describe blocks!
Just for the hell o...
2008 Jan 21
1
ZFS Internals Deep Dive - Where can I find it?
The September 16, 2006 entry in Jeff Bonwick?s blog says ?Bill Moore and I will host a four-hour deep dive into ZFS internals at the 2006 Storage Developer Conference in San Jose.? Were the contents of this deep dive ever published in a document or video? If not, will there be another ZFS internals deep dive in the future?
I have found Jeff Blanchard?s ZFS deep dive at http://www.austinsug.org/upl...
2001 Oct 02
2
Avoiding deep copies
Is it correct that there is no way of avoiding deep copying
of data structures? Or asked from a different perspective,
is it true that there are no pointers? :)
(not that I am a fan of pointer, they just let me
decide when to do deep copy on my own when the
memory manager doesnt do it for me :) )
I was considering writing code in R that would need...