Displaying 11 results from an estimated 11 matches for "directlly".
Did you mean:
directly
2008 May 21
2
rsync into an archive
Hello all,
can rsync sync some directory directlly into a compressed file format..
that way I wouldn't have to compress it myself.... when syncing again it
would decompress the file, sync and re-compress :)
well, maybe this is a crazy idea... !?!?
cheers
joao
2011 Dec 11
2
as.factor does not work inside function
...<- as.factor(df[[col]])
}
}
}
source('D:/ambertuil.r')
x <- 1:5
y <- 2:6
df <- data.frame(x=x, y=y)
as.factor.loop(df, c("x"))
But after the function call, the df data frame does not change,
because
is.factor(df[["x]])
FALSE
But if I call this in R console directlly, it works
for(col in c("x","y")){df[[col]] <- as.factor(df[[col]])}
is.factor(df[["x]])
FALSE
Regards,
Xiaobo Gu
2020 May 22
1
R-devel's ...names() questions
...nickname Unsuffered Consequences
The following seems to do the right thing
alt...names <- function() evalq(names(substitute(...())),
envir=parent.frame())
However I wonder if it would be better to give the user a function, say
...args_unevaluated(...) to get the unevaluated ... arguments directlly
without having to know about the substitute(...()) trick. Then the user
could get the length, the n'th, or the names using the usual length(), [[,
and names() functions instead of ...length(), ...elt(), and ...names().
Bill Dunlap
TIBCO Software
wdunlap tibco.com
[[alternative HTML version...
2006 Nov 16
1
Confusion about Dll Overriding
...'libraries' tab,
if i specified a Dll file name and click 'Add', how does Wine know
where to load the native file when need? does it mean i also have to
copy the native file into the "c:\windows\system[32]" directory? if
so, why i have to bother with the winecfg, why not directlly copy
files into the "c:\windows\system[32]' and hope it will be loaded as
neccessary?
and, i found there are still many DLLs in the "c:\windows\system[32]"
and get much smaller size than orignial windows native files. what
does this mean?
--
woody
then sun rose thinly from th...
2017 Jan 17
2
SOLVED(aproximative?): Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
Samba - General mailing list wrote
> And there is your problem, AD lives (or dies) on DNS, unlike NT. You
> have this line 'dns-nameservers 127.0.0.1' in your smb.conf. It is
> useless, it is pointing to itself and you are not running a dns
> server, even if you were running a dns server, it shouldn't point to
> itself.
>
> There are those that say you can run a
2017 Jan 17
2
UNSOLVED: Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
...you are not running a dns
> > server, even if you were running a dns server, it shouldn't point to
> > itself.
>
> Oh and I forgot, I am running a DNS server on the DC, on the right
> port and with all my clients are needing.
> They are only not served trough samba but directlly by bind. If they
> (clients) would see any difference, I couldn't join at all with any
> machine, isn't it?
>
As I asked if you are using BIND_DLZ, I take it you are using the
totally unsupported flatfiles. It wouldn't take much to start using
Bind9 in the way that Samba supp...
2017 Dec 15
1
sieve filter move wrong email to Junk folder
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 15 Dec 2017, Bill Shirley wrote:
> This is what I use.? Notice the comma:
> require "fileinto";
> if header :contains "X-Spam-Status" "Yes," {
> ? fileinto "SystemFolders.SuspectedSpam";
> ? stop;
> }
I would even add the space:
if header :contains "X-Spam-Status"
2007 Jan 23
0
help with 'print command'
Hello all,
I'm trying to figure out how I can have Samba print directlly to the printer
and avoid the writing of the print job to disk.
I'm trying to write a print command but it does not seem to work.
Running 'testparm' I always get:
------------------------------------------
Processing section "[xprinter]"
WARNING: No path in service xprinter...
2017 Jan 17
0
UNSOLVED: Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
...; On Tue, 17 Jan 2017 04:30:31 -0800 (PST)
> rawi via samba <
> samba at .samba
> > wrote:
>
>> Oh and I forgot, I am running a DNS server on the DC, on the right
>> port and with all my clients are needing.
>> They are only not served trough samba but directlly by bind. If they
>> (clients) would see any difference, I couldn't join at all with any
>> machine, isn't it?
>>
>
> As I asked if you are using BIND_DLZ, I take it you are using the
> totally unsupported flatfiles. It wouldn't take much to start using
>...
2011 Feb 28
2
asterisk security....again
Hi all,
The problem I have been experiencing since last month is that some of my
customers are getting calls with "Asterisk <Unknown>" caller id. Most of
them in the middle of the night. And my asterisk server has no record of
these calls. The customers were getting irritated as you can imagine. I
guessed the only way to receive incoming calls by by-passing the
registration server
2005 May 14
10
Cross-Domain Networking Problems
xm list reveals the following information...
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 315 0 r---- 2058.1
Domain-1 11 342 0 -b--- 5.2
9611
Domain-2 12 342 0 -b--- 3.9
9612
Xen seems to be working beautifully but I have not yet
figured out how to get Domain-0 to ping both Domain-1
and Domain-2,