Displaying 18 results from an estimated 18 matches for "f2f".
Did you mean:
f2
2003 Dec 17
2
variance estimates in lme biased?
...like that happens in
level 3.
I use R 1.8.1 & Win2000. Since I last posted, I have also seen these
symptoms in SAS when I use PROC VARCOMP, although I haven't explored it
much there.
library(nlme)
F1V <- F2V <- F3V <- residV <- numeric(0)
for (rep in 1:500){
F1f <- F2f <- F3f <- value <- numeric(0)
# data generator
for (F1 in 1:5) {
for (F2 in 1:5) {
lev2 <- rnorm(1,sd=1.0)
for (F3 in 1:5) {
for (F4 in 1:5) {
lev4 <- rnorm(1,sd=0.1)
value <- c(value, lev2+lev4)
F1f <- c(F1f,F1...
2003 Dec 10
0
nested analysis with lme - odd result?
...ious
variance appearing frequently in level 1:
library(nlme)
# 4 level nesting
simVar <- c(0,1,0,.1) # first is level one, last becomes error
nAtLevel <- c(5,5,5,5) # number of replicates at each level
F1V <- F2V <- F3V <- residV <- numeric(0)
for (rep in 1:100){
F1f <- F2f <- F3f <- value <- numeric(0)
mn <- numeric(length(nAtLevel))
# data generator
for (F1 in 1:nAtLevel[1]) {
mn[1] <- rnorm(1,sd=simVar[1]) # set mean for level 1
for (F2 in 1:nAtLevel[2]) {
mn[2] <- rnorm(1,sd=simVar[2]) # set mean for level 2
for (...
2001 Jul 06
1
[Fwd: SECURITY WARNING - possible email attack]
...id 251892DF34; Sat, 7 Jul 2001 07:08:11 +1000 (EST)
> > Delivered-To: openssh-unix-dev-list-93873 at shitei.mindrot.org
> > Received: by shitei.mindrot.org (Postfix, from userid 1000)
> > id BEA1B2DF13; Sat, 7 Jul 2001 07:08:10 +1000 (EST)
> > Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33])
> > by shitei.mindrot.org (Postfix) with ESMTP
> > id 9AD6A2DF0F; Sat, 7 Jul 2001 07:07:14 +1000 (EST)
> > Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24])
> > by kalaid.f2f.com.ua (8.11.3/8.11.1) with ES...
2011 Jan 13
0
FW: Immediate Interview - Backend / Front End Software Engineer with Ruby on Rails (6 Position) - Boston, MA
Dear Candidate,
Please have a look on the Direct Client Requirement and send me the profile
ASAP along with the rate and contact details.
Position: Backend Software Engineer with Ruby on Rails
Location: Boston, MA
F2F must after telescreen (Client will pay Expense)
Duration - 6 Months (It is Contract to Hire Position)
The ideal candidate will be a Ruby on Rails guru, with experience with
Multithreaded systems, Web environment, Relational Databases (we use
PostgreSQL), Scalability and performance issues, and...
2017 Oct 27
2
[fdo] Freedesktop sdk aka 'tiny base runtime' project
Hi all,
So i wanted to kick off this mailing list by trying to round up a few
things which have been discussed recently, at GUADEC, in f2f
conversations afterwards, or shot over emails between a few people. It's
been discussed for a while that we want to create a tiny base runtime
with bst. The upshot is this will homogenize the metadata used in the
build process for Flatpak, GNOME Continuous and eventually many other
project...
2013 Sep 20
0
Astricon - let's talk call centers?
Hi list,
I know it's a bit OT, but for those who will be at the Astricon, we
are organizing a very informal meeting (maybe in front of a pint or
two) to talk about Asterisk for call-centers. No marketing or anything
- just a way to exchange ideas and meet f2f.
I created a facebook group to organize it - see
https://www.facebook.com/groups/507826572618269/
See you in Atlanta!
l.
--
Loway - home of QueueMetrics - http://queuemetrics.com
Try the WombatDialer auto-dialer @ http://wombatdialer.com
2006 Feb 15
0
[CAVPdiscussion] OT: RFC: Canadian Association o f Voice over IP Users (CAVU)
...an - specific implementation details for Asterisk
connectivity to Canadian telco and cell networks
-Hacking on Asterisk for neat-o applications (hooking Canada411.com,
for example)
-Meets where possible, with interesting demos
Because of the wide geographic nature of Canada, sometimes a physical F2F
user group meeting would not be possible. CAVU would address this with
conference bridges and a PHP-BB type of web based system and / or a mailing
list. Of course, if there's interest enough in a particular geographic
region, CAVU could form regular or non-regular meets to achive our common
goa...
2017 Nov 13
0
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2017 Nov 13
0
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2017 Nov 13
2
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2017 Nov 13
2
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2016 Jun 01
0
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...l and if it's successful would need the same level
> of support as say cuda.
> Personally, I think your idea is good but there's many questions and
> on its own SE hasn't reached a level of maturity both technically
> and user adoption to warrant extreme views.
> OpenMP F2F meetings have like 50 companies and organizations
> represented. OpenACC has maybe 15 and 3 implementors. SE has....
> Does Google have a products page talking about SE? Has there been any
> announcement of support? ‎Docs and examples... I have asked many
> legitimate questions and so...
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
...-
V2 -> V3:
- move poll update into arch/. in v3, poll update is based on duration of the
last idle loop which is from tick_nohz_idle_enter to tick_nohz_idle_exit,
and try our best not to interfere with scheduler/idle code. (This seems
not to follow Peter's v2 comment, however we had a f2f discussion about it
in Prague.)
- enhance patch desciption.
- enhance Documentation and sysctls.
- test with IRQ_TIMINGS related code, which seems not working so far.
V1 -> V2:
- integrate the smart halt poll into paravirt code
- use idle_stamp instead of check_poll
- since it hard to get whe...
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;j`U~UZdzS-Vs)9J
zHr?AnEzKLPftW~FsbhvgW#KOUV at 1F0O`r6)(*m at oSBNVGh^`#Px}nC(g4gCq{j!3S
zl;mZ_jPKE0nafJeom3U%O|S79YrO1Q=QY*|*J`h^TDaDFjkVq!8_Kv$*((Hup14_V
zCD^<pe61H9`fI6`;K>gTmRXq9pli2+Baxo~$vsL-PjnH-q#Q5A6^P}%%x+~Q{juuR
zZY6Q=sC!+R-3o=EvX0Sjr<o%%z!Y6%X1<juqM&sgblD18hoIFQG$SB_RwHOF2fbhg
zt at Yy8=$u>gmRGzbu{{b_iFoXQqMG`jr+0?h1q%z$=T1-7=`o$2oYRwcdUiQI9ijGG
z;_dYD>hS0aOMZ2{ien!7{QyFKDUUH;^?JM-PWA=~t1a^a5&I(WW#ObQb>6LL<rQlz
z{2yDQy8n;i&gYN?+!exo(=hA at Qz~#*y-Er0(IW0q3-|AM{NVb18)5yP8W-k3F1QsM
zB~Rbd;EHWT1^iDX^FL;;fwEvp?<>SgZBTQqCB{|Q^h9~lEXEaSj4+|$F(VDDZk...