Displaying 5 results from an estimated 5 matches for "fin2".
Did you mean:
fin
2008 Feb 27
2
Dovecot NFS Indexes and IMAP Migration
...# MODIFIED: Return only if neither exist
return if (!-f $in_fname && !-f $in_fname2);
if (!$overwrite && -f $out_fname) {
print "$out_fname already exists, not overwritten\n" if (!$quiet);
return;
}
return if (!$do_conversion);
my ($fin, $fin2, $fout);
open ($fin, $in_fname) || die $!;
open ($fin2, $in_fname2) || die $!;
open ($fout, ">$out_fname") || die $!;
# ADDED: An array to track mailboxes we've written in case both files exist
my @subs;
while (<$fin>) {
chomp $_;
if (/^INBOX$/i)...
2014 Jul 17
3
FW: Selección eficiente de individuos
...uot;ini" del individuo "d"): # Datos
> simuladosdat <- data.frame(id = letters[1:4], ini = c(1, 15, 15, 20), fin =
> c(11, 19, 25, 22))fin.anno <- 10 * 1:3 # Resultado que
> retorna:dat[mapply(function(x,y) ! any(fin.anno %in% x:y), dat$ini,
> dat$fin),] id ini fin2 b 15 19 Sin embargo, el último caso tampoco
> sería válido, pues reúne las dos condiciones comentadas: a) Ha entrado
> justo en un número del vector "fin.anno" y b) Su dato del vector "fin" es
> 22, es decir, no llega a superar el siguiente valor del vector "fi...
2014 Jul 17
4
Selección eficiente de individuos
Buenas
tardes,
Tengo un
data frame denominado “trabajadores”, que cubre desde el 1 de
enero de 1997 hasta el 30 junio de 1999, con 3 columnas: Identificador (ID), la
fecha de entrada en la empresa (ENT) y la fecha de salida (SAL). Deseo localizar
aquellos trabajadores que, durante dicho periodo, NO han llegado a pasar un 31
de diciembre y un 1 de enero seguidos (cambio de año) como asalariados
1999 Apr 14
1
hmmm.. oplock problem on smb craches MS Word ... ?!?
We run samba 2.0.3 and it works fine since several weeks, until these
days...
Since two days I get lots of problems with samba. Oplocks seems to cause
troubles, and it crashes MS Word in such messages: "unrecoverable network
error" indefinitely until Dr Watson (under NT).
We run 2.0.3 with samba as PDC. Quite all the clients run NT 4.0.
Here is the entry I encounter very often in the
2008 May 28
2
Sockets stuck in FIN_WAIT_1
I have a rather busy Apache 2.2 server; tons of small & some large
requests. It's a standard Dell 2650 server using the bge (broadcom)
network driver.
I seem to have a rather strange problem where after just a day or so
Apache just stops processing new connections. You can connect to port
80, but trying to get Apache to process any data just hangs. There is
nothing strange in