Displaying 8 results from an estimated 8 matches for "modyfing".
Did you mean:
modifing
2004 Dec 06
4
Modyfing PATH in Windows Installer for R
Just a small suggestion since Windows have a file system not designed
for command line use...
Would it be possible to add the possibility of automatically
adding/modifying the path to the R executables in the windows installer
program?
---------------------------------------------
Henrik Andersson
Netherlands Institute of Ecology -
Centre for Estuarine and Marine Ecology
P.O. Box 140
4400 AC
2011 Jan 22
4
rsync -rcv printing out filenames when content identical
...it. Each maildir containg
some emails. I'm testing scripts which I wrote to manipulate those
emails.
Each time I want to revert changes in one set of maildirs I've rsync'ing
them from backup copy:
$ rsync -rcv --delete backup/ mail/
Nothing special about that. However my scripts are modyfing only
mail/INBOX maildir, nothing else. To my surprize when I ran rsync
command to revert my changes here is what I got (I will use -n in below
examples for now):
$ rsync -v -n -rc --delete backup/ mail/
sending incremental file list
deleting INBOX/new/1247266872_0.9989.myhost,U=759,FMD5=7e33429f65...
2011 May 05
1
R - problem with my loops which operate on raster data
library(rgdal)
my_asc=dir("~/Pulpit/dods/karol/TVDI
113_121",pattern=".asc",recursive=T,full.names=T)
for (i in 1:length(my_asc))
{
r <- readGDAL(my_asc[i])
z <- as.matrix(r)
vectordata[i] <- mean(z)
vectordatamax[i] <- max(z)
vectordatamin[i] <- min(z)
vectordev[i] <- sd(z,na.rm=True)
hist(z)
2006 Jun 23
1
Kernel 2.4 / 2.6 and timer
I've read in different places that if I want to do trunking and
meetme on Asterisk I need to have a reliable timer. People have
recommended that I install a Digium board, even if I don't have any
circuits connected to it, just to get a reliable timer. However, I've
also read that if I'm using kernel 2.6, I don't need to have a Digium
board.
I have a few servers that
2010 Aug 22
1
how to set folder redirection on Windows 7 with a Samba PDC
Hi,
I have read that Windows 7 is using a new admx format and that it is not
compatible with the old-school poledit. If I would like to stick with a
Samba PDC, is there any elegant way to get Windows 7 client to obey the
folder redirection(and possibly other rules) set using poledit &
NTConfig.pol?
I have been searching the mailing list, but there doesn't seems to be much
detailed
2017 Jan 31
0
[cfe-dev] RFC: Emitting empty invariant group for vtable loads
On 01/28/2017 10:36 AM, Piotr Padlewski wrote:
>
>
> 2017-01-26 15:41 GMT+01:00 Hal Finkel <hfinkel at anl.gov
> <mailto:hfinkel at anl.gov>>:
>
>
> On 01/26/2017 06:44 AM, Piotr Padlewski wrote:
>>
>>
>> 2017-01-26 3:28 GMT+01:00 Richard Smith <richard at metafoo.co.uk
>> <mailto:richard at metafoo.co.uk>>:
>>
2003 Mar 25
29
Intelligent P2P detection
Probably, I''m not the first one who needs solve problem with p2p.
Because, large part of my traffic is eaten by p2p software like KazAA,
e-mule, Direct Connect etc, I''m looking for the way of detection of such
traffic and marking it. However simple way with for instance 1214 port
for KazAA doesn''t work because this software uses floating port
technology. This traffic can
2017 Jan 28
2
[cfe-dev] RFC: Emitting empty invariant group for vtable loads
2017-01-26 15:41 GMT+01:00 Hal Finkel <hfinkel at anl.gov>:
>
> On 01/26/2017 06:44 AM, Piotr Padlewski wrote:
>
>
>
> 2017-01-26 3:28 GMT+01:00 Richard Smith <richard at metafoo.co.uk>:
>
>> On 25 January 2017 at 15:03, Hal Finkel via cfe-dev <
>> cfe-dev at lists.llvm.org> wrote:
>>
>>> Hi Piotr,
>>>
>>> I think