Displaying 10 results from an estimated 10 matches for "lres".
Did you mean:
lies
2010 Jun 26
1
Problem in "porting" a function on windows to linux?
...e in linux to get log from a specific Shared object and ..., but because I'm new to linux,
I don't know how this should be done, this is my function:
Code:
//This function return True if log policy is set in registry and False otherwise
int isLogEnabled()
{
HKEY hKey;
LONG lRes;
DWORD dwType, dwSize = 0;
int retVal = 0;
if((RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\MyCorp", 0, KEY_ALL_ACCESS, &hKey)) == ERROR_SUCCESS)
{
lRes = RegQueryValueEx(hKey, "SpecialMode", 0, &dwType, NULL, &dwSize );
if(lRes...
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...-data.frame(outcome, ald, fat, hstop, btun, time)
?my.glm<-try(glm(outcome~ald + fat+ hstop + btun + time, data=DF,
family=binomial))
?test<-!is.null(attr(my.glm, "try-error"))
?if(test | !my.glm$converged)
?{
? ?res[i, 1:6]<-NA
?} else
?{
? ?W<-summary(my.glm)$coefficients
? ?lres<-as.numeric(W[,4]<=0.05)
? ?if (sum(lres)==5)
? ?{
? ? ?j<-j+1
? ? ?assign(paste(resmat, j, sep=".", collapse=""), DF)
? ?}
? ?res[i,1:6]<-lres
?}
}
options(ow)
From: Dieter Menne <dieter.menne_at_menne-biomed.de>
Date: Fri, 14 Dec 2007 20:49:20 +0000 (UTC)...
2004 Nov 24
2
list of lists question
...[4] 1 2 3 4 5
[5] 1 2 3 4 5
[6] 1 2 3 4 5
so then I could call cat(a[1]) and get 1 1 1 1 1 1 1 1 and cat(a[2]) and
get 1 2 3 4 5
Anyone know the answer (hopefully simple)
Cheers,
Karla Sartor
----------------------------------------------------------
Karla Sartor
Montana State University - LRES
ksartor at montana.edu
2004 Dec 18
1
Sums of sq in car package Anova function
...ot the case? I am hoping to
not go back to SPSS at this point, so am trying to decide which of the
two R functions is most appropriate for me (and defensible, considering
the unequal sample sizes).
Thank you in advance for any ideas you may have!
Karla
Karla Sartor
Montana State University - LRES
ksartor at montana.edu
2009 Feb 03
10
Convert mle list to a hash
These patches convert the mle list to a hash. The same patches apply on
ocfs2 1.4 too.
Currently, we use the same number of hash pages for mles and lockres'.
This will be addressed in a future patch that will make both of them
configurable.
Sunil
2009 Feb 26
13
o2dlm mle hash patches - round 2
The changes from the last drop are:
1. Patch 11 removes struct dlm_lock_name.
2. Patch 12 is an unrelated bugfix. Actually is related to a bugfix
that we are retracting in mainline currently. The patch may need more testing.
While I did hit the condition in my testing, Marcos hasn't. I am sending it
because it can be queued for 2.6.30. Give us more time to test.
3. Patch 13 will be useful
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree.
All patches list the mainline commit hash.
Thanks
Sunil
2010 May 21
0
Wine release 1.2-rc1
...ging.
comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged.
comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow.
comctl32/tests: Check for the outcome of the SendMessage calls in test_monthcal_size.
winecfg: Remove variable lRes which is not really used from configureAudioDriver.
quartz: Fix return value of DSoundRender_GetState.
oleaut32: Remove variable rOk which is not really used from VarMod.
riched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp.
rpcrt4: Remove va...
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi,
The following patches comprise the bulk of Ocfs2 updates for the
2.6.30 merge window. Aside from larger, more involved fixes, we're adding
the following features, which I will describe in the order their patches are
mailed.
Sunil's exported some more state to our debugfs files, and
consolidated some other aspects of our debugfs infrastructure. This will
further aid us in debugging
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding
changes for Ocfs2.
Aside from the usual set of cleanups and fixes that were inappropriate for
2.6.25, there are a few highlights:
The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location
meshes better with modern sysfs layout. A symbolic link has been placed in
the old location so as to