Displaying 7 results from an estimated 7 matches for "dataend".
Did you mean:
data_end
2016 Jul 11
3
Master-Master replication question
...ts{'f'});
$message->to(@ARGV) || die "failed to send to the recepients
",join(",", at ARGV),": $!";
$message->data();
$message->datasend("To: " . join(", ", at ARGV) . "\n");
$message->datasend(@emailbody);
$message->dataend();
$message->quit;
Rick
2014 Oct 28
2
como pasar de data.frame -> cast -> data.frame
...guntaba si no existia ya una
funcion que me permitiera crear el df.
Voy a seguir mirando en CRAN a ver que encuentro.
Saludos,
Eric.
On 28/10/14 05:27, Olivier Nuñez wrote:
> No creo que haga falta utilizar cast.
> Prueba lo siguiente:
>
> require(ggplot2)
> ggplot(subset(dataEnd.dia %in% 1:5), aes(con)) + geom_bar() + facet_wrap(~sol)
>
> Un saludo. Olivier
>
>
>
> ----- Mensaje original -----
> De: "eric" <ericconchamunoz en gmail.com>
> Para: "Carlos Ortega" <cof en qualityexcellence.es>
> CC: "Lista R&q...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
Hola Carlos, quiero graficar el valor de cada celda, por ejemplo, 10 (en
1,1) clasificado de acuerdo a las etiquetas de encabezado de fila y columna.
Me explico:
Necesito un panel para cada etiqueta del titulo de la fila (con, dec ...
) y en el eje X de cada panel va la concentracion, que son los numeros
del 0 al 5 en el encabezado de cada columna. El eje Y de cada panel es
un porcentaje. Es el
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
...# Start the mail
# Send the header.
$smtp->datasend("To: calls@acme.com\n");
$smtp->datasend("From: asterisk@acme.com\n");
$smtp->datasend("\n");
# Send the body.
$smtp->datasend("Call received from $cidname/$cidnum\n");
$smtp->dataend(); # Finish sending the mail
$smtp->quit;
print STDERR "Send e-mail"
---------------------------------------------------
Thanks for any tip
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...egister char *);
extern void bubble (int [], int);
extern void check_char (int c);
extern unsigned char clower (int);
extern char *copy_string (register const char *);
extern unsigned char *copy_unsigned_string (register unsigned char *);
extern void cshell (unsigned char [], int, int);
extern void dataend (void);
extern void dataflush (void);
extern void flexerror (const char[]);
extern void flexfatal (const char[]);
extern int htoi (unsigned char[]);
extern void lerrif (const char[], int);
extern void lerrsf (const char[], const char[]);
extern void line_directive_out (FILE*, int);
extern void mark...
2016 Jul 06
3
Master-Master replication question
Dear list,
I have setup a master-master replication setup. My primairy MX's send email over on a DNS loadbalanced way, so DNS is doing some kind of round-robin way of sending mail to both master servers.
I found out, that on one of the two machines, the email synchronisation is heavily delayed.
Lets assume server A receives a mail from the MX; it synchronises almost instantly with the other