Displaying 20 results from an estimated 6000 matches similar to: "Kerberos check logic incorrect"
2006 Apr 24
5
radrails gone mad
Hi *,
I have been using radrails as an IDE for awhile now and we were getting
along just fine - but recently it has just gone totally postal?!??
I created a new rails app - when I click to expand the folders there is
no framework in place, just the root folder of the app.
To add insult to injury two weeks of work also just disapeered - I kid
you not just gone without any deletion on my part.
2007 Feb 27
3
rpart minimum sample size
Is there an optimal / minimum sample size for attempting to construct a
classification tree using /rpart/?
I have 27 seagrass disturbance sites (boat groundings) that have been
monitored for a number of years. The monitoring protocol for each site
is identical. From the monitoring data, I am able to determine the
level of recovery that each site has experienced. Recovery is our
2004 Oct 06
2
REGISTER timeout problem with Broadvoice
Hi all,
We seem to be having an interesting issue maintaining our
registrations with Broadvoice. It seems to be related to the fact
that Asterisk does not normally include authentication with its first
REGISTER attempt. Normally, Broadvoice doesn't care, responds with a
401 Proxy Auth Required, and asterisk answers accordingly. However,
if the account is already registered, Broadvoice
2016 Aug 04
2
curl build system is broken and so is mock
On Wed, August 3, 2016 22:53, Alice Wonder wrote:
>
> I didn't realize ldd was recursive. I may have known that at one
> point (been using linux since MK Linux DR3 and building RPMs since
> 1999), but have a head injury results in memory problems with
> pieces of knowledge I don't frequently use.
Most of us have that problem; head injuries or not.
--
*** e-Mail
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got
a chance to look into the multicast filtering code in there. And
immediately realized how terribly broken & confusing it is. The patch
was originally done by Shaun (CC'ed) and went in without any proper ACK
from me, Dave or Jeff.
Here is the original ref
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got
a chance to look into the multicast filtering code in there. And
immediately realized how terribly broken & confusing it is. The patch
was originally done by Shaun (CC'ed) and went in without any proper ACK
from me, Dave or Jeff.
Here is the original ref
2009 May 18
1
Predicting complicated GAMMs on response scale
Hi,
I am using GAMMs to show a relationship of temperature differential over
time with a model that looks like this:-
gamm(Diff~s(DaysPT)+AirToC,method="REML")
where DaysPT is time in days since injury and Diff is repeat measures of
temperature differentials with regards to injury sites compared to
non-injured sites in individuals over the course of 0-24 days. I use the
following
2011 Aug 22
2
Mario Raffin is out of office (was: Speex-dev Digest, Vol 87, Issue 3)
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20110822/47e61254/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: raffin.vcf
Type: text/x-vcard
Size: 266 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20110822/47e61254/attachment-0001.vcf
2010 Jun 29
3
merging/intersecting 2 data frames
Dear R People:
I have two data frames, a.df and b.df as seen here:
> a.df[1:10,]
DATE GENDER PATIENT_ID AGE SYNDROME
1 4/16/2009 F 23686 45 RASH ON BODY
2 4/16/2009 F 13840 35 CANT URINATE
3 4/16/2009 M 12895 30 BLURRED VISION
4 4/16/2009 M 18375 33 UNABLE TO VOID
5 4/16/2009 M 2237 44
2006 Jun 20
4
Prototype Array bug??
function CreateTOC(){
var $aTOC = document.getElementsByClassName(''tocitem'');
var $temp = '''';
if(isArray($aTOC)){
for($t in $aTOC){
$temp += ''t='' + $t + '', '' + $aTOC[$t].name +
''<BR>'';
}
$(''test1'').innerHTML = $temp;
}
}
When I run this code
2004 Nov 05
3
Resources for optimizing code
I want to eliminate certain observations in a large dataframe (21000x100).
I have written code which does this using a binary vector (0=delete obs,
1=keep), but it uses for loops, and so it's slow and in the extreme it
causes R to hang for indefinite time periods.
I'm looking for one of two things:
1. A document which discusses how to avoid for loops and situations in
which it's
2011 Aug 22
0
Mario Raffin is out of office (was: Speex-dev Digest, Vol 87, Issue 3)
This is how you get booted from any mailing list... setting an autoresponder
without blocking such messages from being sent to lists, and to add insult
to injury, adding a JPG and vcard as part of your autoresponder signature.
Sheesh.
FC
2011/8/22 Mario Raffin <raffin at ermes-cctv.com>
> This is a multi-part message in MIME format.
> --------------060705070200090504030007
2010 Mar 31
1
predict.Arima: warnings from xreg magic
When I run predict.Arima in my code, I get warnings like:
Warning message:
In cbind(intercept = rep(1, n), xreg) :
number of rows of result is not a multiple of vector length (arg 1)
I think this is because I'm not running predict.Arima in the same
environment that I did the fit, so the data object used in the fit is no
longer present. Looking at the predict.Arima source,
2012 Feb 12
1
how to extract p values in svyglm
summary(result)
Call:
svyglm(Injury ~ seat, sD, family = quasibinomial(link = "logit"))
Survey design:
svydesign(~1, prob = NULL, strata = Data[, 1], weights = Data[,
4], data = Data, fpc = ~fPc)
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -4.256875 0.001421 -2996.7 <2e-16 ***
seatbad 0.681504 0.001689 403.4 <2e-16 ***
---
2007 Apr 27
0
Logistic Regression Question: Risk Threshold
Hi,
I am working on problem 2 of Chapter 8 in Data Analysis and Graphics Using R and don't know how to approach the second half of the question:
In the data set (an artificial one of 3121 patients, that is similar to a subset of the data analyzed in Stiell et al., 2001) head.injury, obtain a logistic regression model relating clinically.important.brain.injury to other variables. Patients
2016 Aug 04
1
curl build system is broken and so is mock
On 08/03/2016 06:57 PM, Chris Adams wrote:
> Once upon a time, Alice Wonder <alice at domblogger.net> said:
>> So when building curl, it links curl against the libcurl in the
>> buildroot and not against the libcurl it just compiled?
>>
>> No other packages I know of do that.
>
> No, that is not what it does. If you posted the full ldd output like I
>
2009 Aug 04
3
matrix
Hi
I have dataset that consists of two columns
AB 0.102
AC -0.002
BA -0.102
BC 0.270
CA 0.002
CB -0.270
I wish to create a matrix so that I can eventually plot the data.
A
B
C
A
1
0.102
-0.002
B
-0.102
1
0.27
C
0.002
-0.27
1
Any help or guidance would be greatly
2007 Feb 09
1
Using variable names in for loops - Generating plots semi-automatically from a series of variables Partly solved
Hi,
This code is trying to produce a series of graphics files, with plots
of male and female disease rates by age, one plot per disease. The
dataframe contains a variable 'Age' and a set of variables called
'Male_CVD, Female_CVD,Male_RTA,Female_RTA, and so on. For each
disease, I want to pull out the column of data containing the word
'Male' and plot this against age, and then
2013 Jun 13
0
JOB: Funded PhD studentship in applied statistics / veterinary epidemiology
JOB: Funded PhD studentship in applied statistics / veterinary epidemiology
Do you want to be able to predict something useful in horse racing?
A 3.5 year funded PhD position is available at the University of Glasgow (School of Veterinary Medicine), with a tax free stipend starting at ?13,726 per year
The long-term aim of this work is to quantify the risk of (fatal) injury for individual
2008 Jul 15
0
Drag/Drop with Image Maps
Hi all,
Is it possible to use HTML area objects from an image map as
droppables for a drag/drop interface? I want to get a different
response depending on which part of an image I drop a draggable div
object on. The context is creating an incident report form where
injuries can be dragged onto a body sketch. I''ve tried this using the
code below. However, the droppable is always