Displaying 20 results from an estimated 29 matches for "zev".
Did you mean:
dev
2010 Apr 15
3
Add header line to large text file
...record text file without header information. I would
like to add a header to this file without reading it first. Is this
possible? The code below does what I want except that the readLines
portion takes quite a long time. Is there a way around reading the
lines? I'm working on Windows XP.
Zev
input<-readLines("c:/junk/forR.csv")
input<-c(c('"a", "b", "c", "d", "e", "f"'), input)
writeLines(input, "c:/junk/forRfix.csv")
--
Zev Ross
ZevRoss Spatial Analysis
120 N Aurora, Suite 3A
Ithaca, NY 14...
2006 Apr 12
1
Pipe delimiter ( | ) in "read.delim"
...at it, the S-PLUS import GUI has a FilterExpression that will
limit what it imports. So if I wanted to limit the data above to those
records beginning with an "RD" the filter expression would be "Col1=
=\"RD\" ". Is there something similar to this in R?
Thank you, Zev
--
Zev Ross
*ZevRoss Spatial Analysis*
303 Fairmount Ave
Ithaca, NY 14850
(607) 277-0004 (phone)
(866) 877-3690 (fax toll-free)
zev at zevross.com
www.zevross.com
2017 Sep 24
2
Call for testing: OpenSSH 7.6
On 23 September 2017 at 17:37, Zev Weiss <zev at bewilderbeest.net> wrote:
[....]
> And now I'm not able to reproduce the failure at all, with or without that
> patch. Not sure what could possibly be different (same git commit, same
> terminal session/environment, same 'make' command), but repeated attemp...
2008 Apr 11
1
Read text file subsetting rows
...ow
many variables are in the row (different letters mean different numbers
of columns and different column names/types).
I can do this in SAS, but I'd prefer to use R. The approximate SAS code
is below with the key piece of code being "if rectype='RD'" then do.
Thoughts?
Zev
RD|I|01|073|0023|68103|5|7|017|810|20070103|00:00|0.6||3|||||||||||||
RD|I|01|073|0023|68103|5|7|017|810|20070106|00:00|9.5||3|||||||||||||
RD|I|01|073|0023|68103|5|7|017|810|20070109|00:00|2.5||3|||||||||||||
RD|I|01|073|0023|68103|5|7|017|810|20070112|00:00|13.7||3|||||||||||||
RD|I|01|073|0023...
2006 Mar 01
1
Book: Multilevel Modeling in R ETA?
...ook with the working title 'Multilevel
Modeling in R'" and I'm just wondering if there is an estimated date of
publication or if it's still a long way off. The Rnews article does a
great job of introducing the package, but I'm looking forward to more
detail.
Thank you, Zev
--
Zev Ross
*ZevRoss Spatial Analysis*
303 Fairmount Ave
Ithaca, NY 14850
(607) 277-0004 (phone)
(866) 877-3690 (fax toll-free)
zev at zevross.com
www.zevross.com
2011 Nov 03
1
Reclassify string values
...t;, "Group1", "Group2", "Group2"). Naturally I
could use the factor function as below but I don't like seeing that
warning message (and I don't want to turn off warning messages). Perhaps
a function called "reclassify" or "recategorize"?
Zev
x<-LETTERS[1:4]
x2<-as.character(factor(x, levels=LETTERS[1:4], labels=rep(c("Group1",
"Group2"), each=2)))
Warning message:
In `levels<-`(`*tmp*`, value = c("Group1", "Group1", "Group2", "Group2" :
duplicated levels will no...
2018 Aug 10
2
Call for testing: OpenSSH 7.8
On Fri, 10 Aug 2018, Zev Weiss wrote:
> Also x86_64 here (Core i7-4771, for what it's worth). I too have 4.17
> installed, I just haven't yet gotten around to actually running it, so 4.14 is
> what's presently live on the system. If you want I think you should be able
> to replicate that aspect v...
2016 Dec 16
3
Call for testing: OpenSSH 7.4
On Thu, Dec 15, 2016 at 4:22 PM, Zev Weiss <zev at bewilderbeest.net> wrote:
[...]
> I tested (or tried) git commit b737e4d7 on three systems, with somewhat
> mixed results.
Thanks for the comprehensive testing!
> On Mac OSX (macOS?) 10.9, configure failed with:
>
> ...
> checking OpenSSL header version...
2011 Aug 10
1
xtable - caption missing with float=FALSE
Hi,
For some reason I'm finding that my table caption is disappearing if I
print xtable output with the floating argument set to FALSE. Below is a
very simple Sweave file that produces two tables the first has no
caption and the second has a caption (if you want to see it
http://www.zevross.com/temp/test.pdf).
Does anyone know what I can do to fix this?
Zev
(I'm using Windows 7, 64 bit, R 2.12.2)
% begin Rnw file
\documentclass[a4paper]{article}
\begin{document}
<<results=tex, echo=FALSE>>=
library(xtable)
atable<-data.frame(a=1:10, b=rnorm(10))
print(xt...
2013 Jun 26
12
[Bug 1974] Support for encrypted host keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1974
Zev Weiss <zev at bewilderbeest.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zev at bewilderbeest.net
Attachment #2125|0...
2015 Aug 30
2
Inter-op and port (wolfSSL + openSSH)
On Aug 30, 2015 2:10 PM, "Damien Miller" <djm at mindrot.org> wrote:
> Is WolfSSL open source? If so, what license it is under?
https://wolfssl.com/wolfSSL/download/downloadForm.php says gplv2 and hints
at other proprietary options. I lost interest when the download required
registration.
2018 Aug 10
2
Call for testing: OpenSSH 7.8
On Fri, 10 Aug 2018, Zev Weiss wrote:
> On Void Linux (kernel 4.14, glibc 2.26, gcc 7.3) I'm seeing a failure
> in the test_kex unit test:
[snip]
Thanks for testing!
I tried to recreate this by installing void x64_64 to a VM, but couldn't
- the test passes for me.a
My system ended up with a slightly newe...
2017 Sep 22
2
Call for testing: OpenSSH 7.6
On Thu, Sep 21, 2017 at 02:22:10AM -0500, Zev Weiss wrote:
> test_kex: regress/unittests/kex/test_kex.c:91 test #1 "sshkey_generate"
> ASSERT_INT_EQ(sshkey_generate(keytype, bits, &private), 0) failed:
> sshkey_generate(keytype, bits, &private) = -56
That error code is:
$ grep -- -56 ssherr.h
#define SSH_ERR_KE...
2015 Jun 20
2
sshd and consequences of HostKeyAgent
Hello,
I tried to use HostKeyAgent with sshd 6.7 under Linux. That worked for
Linux clients. However, when I tried to connect from OpenSSH 6.2 under
Mac OS X, the server disconnects:
debug2: bits set: 1026/2048
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
Connection closed by 84.22.97.209
When I disabled HostKeyAgent and switched HostKey back to the private
2009 Jan 23
0
RMySQL Fail to connect on update to R 2.8.1
...hat I did also have some trouble with installation of the library
where I originally got warnings "MySQL is not installed according to a
registry search" etc so perhaps the problems are partly related to the
installation process)
Could a more savvy user than me give me some guidance?
Zev
--
Zev Ross
ZevRoss Spatial Analysis
120 N Aurora, Suite 3A
Ithaca, NY 14850
607-277-0004 (phone)
866-877-3690 (fax, toll-free)
zev at zevross.com
2012 Jan 28
1
PATCH: Fix memory leak in sshd
Hello,
The below patch fixes a memory leak I noticed in monitor_read_load() when the child's log pipe is closed.
Thanks,
Zev Weiss
--
diff --git a/monitor.c b/monitor.c
index a166fed..6464eec 100644
--- a/monitor.c
+++ b/monitor.c
@@ -510,6 +510,7 @@ monitor_read_log(struct monitor *pmonitor)
debug("%s: child log fd closed", __func__);
close(pmonitor->m_log_recvfd);
pmonitor->m_log_recvfd = -...
2015 Aug 31
3
Inter-op and port (wolfSSL + openSSH)
...r development
branch on github.
https://github.com/wolfSSL/wolfssl.
https://wolfssl.com/wolfSSL/download/downloadForm.php
http://wolfssl.com/wolfSSL/License.html
Regards,
Kaleb Himes
www.wolfssl.com
kaleb at wolfssl.com
Skype: kaleb.himes
+1 406 381 9556
On Sun, Aug 30, 2015 at 10:08 AM, Zev Weiss <zev at bewilderbeest.net> wrote:
> On Sun, Aug 30, 2015 at 05:06:56PM +1000, Darren Tucker wrote:
>
>> I lost interest when the download required registration.
>>
>
> I initially had the same reaction, but then discovered that (though it's
> not at all o...
2012 Jan 28
1
PATCH: Support for encrypted host keys
...decrypt the key once and pass it along rather than redoing it every time. I can send the previous version if that would be preferred though -- this key-passing version does have some resulting ugliness in its handling of options.num_host_key_files, as described in a comment in the patch.
Thanks,
Zev Weiss
--
Makefile.in | 2 +-
buffer.h | 5 ++
bufkey.c | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
sshd.c | 141 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
4 files changed, 253 insertions(+), 27 deletions(-)
diff --git a/Makefile.in b/Makefi...
2013 Nov 27
2
Samba4 - ACL not applied/followed (worked in samba 3.0.11)
...0 POKUS
27.11.2013 11:35 0 test
2 soubor?, 0 bajt?
Adres???: 2, Voln?ch bajt?: 200 429 568
-> user amistest sees ACLTEST directory
S:\>net group /domain poj
Po?adavek bude zpracov?n na prim?rn?m ?adi?i dom?ny NIS.
N?zev skupiny poj
Koment??
?lenov?
-----------------------------------------------------------------------
amistest .....
P??kaz byl ?sp??n? dokon?en.
-> user amistest in in "poj" group (seen from pc)
S:\>mkdir ACLTEST\testdir
P??stup byl odep?en.
-> user amistes...
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML