Displaying 6 results from an estimated 6 matches for "wabbits".
Did you mean:
rabbits
2003 Sep 17
4
[Bug 669] Putty / SecureCRT connections fail to authenticate
...henticate
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: kari at wabbits.org
Upgraded to 3.7p1 last night and used sshd with openssh successfully for the
day, but tonight I noticed that I couldn't log in from my laptop with putty. Tried
from different location with Putty and SecureCRT with the same result.
Logs didn't offer any help:
Sep 17 23:19:01 localhos...
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
I'm trying to apply a function defined in the VW R docs, that attemps to
convert a data.table object to Vowpal Wabbit format. In the process i'm
getting the error in printf mentioned in the subject.
The original function is here:
https://github.com/JohnLangford/vowpal_wabbit/blob/master/R/dt2vw.R
Below there is a small example that reproduces the error. The function
works great with
2008 Sep 21
4
Fairbot
Hi all,
I'm trying to get a program called fairbot http://www.binteko.com/
It's installed ok and runs ok until I try to log in, then I get "Login error: OLE error 80004001"
can anyone tell me whats wrong or have a look at this please.
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
Wouldn't it make sense to have this in the man page?
The 8192-byte limitation for 'fmt' is mentioned but not this one.
Thanks,
H.
On 08/25/2015 02:08 AM, Prof Brian Ripley wrote:
> From the sources:
>
> #define MAXNARGS 100
> /* ^^^ not entirely arbitrary, but strongly linked to
> allowing %$1 to %$99 !*/
>
>
>
> On 22/08/2015 04:21, Martin
2011 Sep 07
1
predictive modeling and extremely large data
Hi,
I am new to R and here is what I am doing in it now. I am using machine
learning technique (svm) to do predictive modeling. The data that I am using
is one that is bound to grow perpetually. what I want to know is, say, I fed
in a data set with 5000 data points to svm initially. The algorithm derives
a certain intelligence (i.e.,output) based on these 5000 data points. I
have an additional
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
From the sources:
#define MAXNARGS 100
/* ^^^ not entirely arbitrary, but strongly linked to
allowing %$1 to %$99 !*/
On 22/08/2015 04:21, Martin Bel wrote:
> I'm trying to apply a function defined in the VW R docs, that attemps to
> convert a data.table object to Vowpal Wabbit format. In the process i'm
> getting the error in printf mentioned in the subject.