Displaying 4 results from an estimated 4 matches for "fpid".
Did you mean:
fpic
2006 May 31
2
I''m Collecting Media Refernces for Ruby and Rails
I''m trying to collect media references (URLs) to articles, podcasts, and
videos about Ruby and Ruby on Rails, like this month''s Linux Journal (
http://www.linuxjournal.com/issue/147) or the recent DDJ article (
http://www.ddj.com/dept/architect/187203512).
If have such a collections yourself (or just know of some good references),
could you please share them on this thread.
2013 Dec 05
0
mgcv gam modeling trend variation over cases
...v gam or
gamm4. For example, using mgcv gam my syntax is
M1 <- gam(DVY ~ s(SessIDX, bs = "re") + factor(TX),
data = PCP,
family = quasipoisson(link="log"), method="REML")
summary(M1,all.p=TRUE)
gam.vcomp(M1)
Using gamm4, my syntax is
PCP$fPID <- factor(PCP$PID)
M2 <- gamm4(DVY ~ factor(TX) + s(SessIDX, by = factor(PID)),
data = PCP,
random =~ (1|fPID),
family = poisson (link="log"))
summary(M2$gam)
summary(M2$mer)
It is not clear to me whether either of these gives me what I want. In...
2007 Jun 18
0
Red Hat Linux gets top government security rating
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In case you have been living in an underground security cave lately.
(For the lazy ones, this was RHEL 5).
http://www.computerworld.com.au/index.php/id;306842912;fp;4194304;fpid;1;pf;1
http://www.niap-ccevs.org/cc%2Dscheme/st/?vid=10125
- --
Rodrigo Barbosa
"Quid quid Latine dictum sit, altum viditur"
"Be excellent to each other ..." - Bill & Ted (Wyld Stallyns)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFGdtIrpdyWzQ...
1999 Oct 20
3
patch for tinc-0.3
...$file");
$foreignpid = <LOCK>;
chop($foreignpid);
close(LOCK);
#valid pid?
if ($foreignpid) {
print "tincsched: saw an old lockfile with pid $foreignpid\n";
write_syslog('info', "tincsched: saw an old lockfile with pid $foreignpid\n");
$fpids = `ps -ef | grep "/usr/bin/perl /dev/fd" | grep -v grep | /bin/sed -e 's/ *[a-z0-9]* *//' -e 's/ .*//'`;
@the_running_pids = split /\n/, $fpids;
$found=0;
foreach $rpid (@the_running_pids) {
if ($foreignpid == $rpid) {
$found=1;
}
}
} else {...