Displaying 20 results from an estimated 47 matches for "acab".
Did you mean:
aaab
2017 Nov 06
2
Añadir filas hasta que se acabe un proceso
...es de lubridate interval y %within%.
Un saludo
Jesús
________________________________
De: Isidro Hidalgo Arellano <ihidalgo en jccm.es>
Enviado: lunes, 6 de noviembre de 2017 13:06
Para: 'Jesús Para Fernández'; r-help-es en r-project.org
Asunto: RE: [R-es] Añadir filas hasta que se acabe un proceso
Monta una función cuyo input sea una hora determinada y que te cuente los procesos activos para esa hora (suma de columna hora de inicio mayor o igual que input, y a la vez columna hora de finalización menor que input). Monta la función para que el output sea un número.
Finalmente lanz...
2017 Nov 06
3
Añadir filas hasta que se acabe un proceso
Buenas,
Supongamos que tengo un data.frame con la siguietne forma:
proceso fecha inicio fecha fin
1 2017/05/01 10:00 2017/05/01 14:00
2 2017/05/01 11:00 2017/05/01 12:00
3 2017/05/01 09:00 2017/05/01 15:00
Lo que quiero es trasnformar el data.frame en un data.frame que tenga la siguiente estructura
2006 May 18
6
Newbie:problem when using validates*
...;option value="<%= category.id %>">
29: <%= category.name %>
30: </option>
Why the sentences in the model
Some ideas?
BR
Antonio
--
=====
Por favor, si me mandas correos con copia a varias personas,
pon mi direcci?n de correo en copia oculta (CCO), para evitar
que acabe en montones de sitios, eliminando mi privacidad,
favoreciendo la propagaci?n de virus y la proliferaci?n del SPAM. Gracias.
-----
If you send me e-mail which has also been sent to several other people,
kindly mark my address as blind-carbon-copy (or BCC), to avoid its
distribution, which affects m...
2004 Apr 01
3
Control Bandwidth
...rate
128Kbit ceil 128Kbit
#
$TC filter add dev $EXTIF protocol ip parent 0:0 prio 1
u32 match ip src $IP flowid 1
$TC filter add dev $EXTIF protocol ip parent 0:0 prio 1
u32 match ip dst $IP flowid 1
Thanks,
Anderson
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 23
1
anova
Could someone please tell me if it is a way to define
the number of decimals (for example 4 digits) in a
presentation of anova() results. I couldn't apply round
()function.
Thanks in advance.
Alex
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ?? gr??tis!
http://antipopup.uol.com.br/
2004 Jul 02
1
Compiling Gastman for Win32
...ions necessaries. I tried to
get these at the Internet but I didn?t get all and
somethings with erros.
I would like to know with there is a path with all
libraries necessary to compile the gastman and how can
I get it?
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
1999 Feb 11
3
bcast to windows
************** try script like this works fine for me
HOSTS=`/usr/local/samba/bin/smbstatus -b | tail -n +5 | cut -c19-26`
for PC in $HOSTS
do
cat $1 | /usr/local/samba/bin/smbclient -M $PC
done
**************
Peter Lingen
Tel.: +49 2166 27 2646
2007 May 27
1
na.approx and columns with NA's
...olumns
from the interpolation in order to perform the analysis over the columns
which represent actual data with some NA's values
Best regards,
Antonio
--
=====
Por favor, si me mandas correos con copia a varias personas,
pon mi direcci?n de correo en copia oculta (CCO), para evitar
que acabe en montones de sitios, eliminando mi privacidad,
favoreciendo la propagaci?n de virus y la proliferaci?n del SPAM. Gracias.
-----
If you send me e-mail which has also been sent to several other people,
kindly mark my address as blind-carbon-copy (or BCC), to avoid its
distribution, which affects...
2007 Jun 01
1
zoo matrix manipulation
..., 5507, 5515,
5523, 5531, 5539, 5547, 5555, 5563, 5571, 5579, 5587, 5595, 5603,
5611, 5619, 5627, 5635), class = "Date"), class = "zoo")
--
=====
Por favor, si me mandas correos con copia a varias personas,
pon mi direcci?n de correo en copia oculta (CCO), para evitar
que acabe en montones de sitios, eliminando mi privacidad,
favoreciendo la propagaci?n de virus y la proliferaci?n del SPAM. Gracias.
-----
If you send me e-mail which has also been sent to several other people,
kindly mark my address as blind-carbon-copy (or BCC), to avoid its
distribution, which affects...
2004 Jan 27
7
Whats wrong with my script?
I`m trying to shape both upload (eth0) and download(eth1). I made this
script to acomplishthis but the filters are not working even though the
classes and qdiscs are created. What am I doing wrong? #!/bin/bash
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1 htb default 10 r2q 5
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 htb default 10 r2q 5
tc class add dev
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
...it w
> orks fine but obviously thers no point in that.
> >
> > Hope all this makes sence to someone, it baerly does ti
> me. May thanks in advance.
> >
> > Chris
>
>
>
__________________________________________________________________________
> Acabe com aquelas janelinhas que pulam na sua tela.
> AntiPop-up UOL - É grátis!
> http://antipopup.uol.com.br/
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lar...
2008 Apr 06
3
Multiset Permutations
...String[] perms = GetPermutations(set);
Arrays.sort(perms, String.CASE_INSENSITIVE_ORDER);
for(int i=0; i<perms.length; i++){
System.out.println(perms[i]);
}
}
}
------------------------- END JAVA CODE -----------------------------
This code prints the following:
AABC
AACB
ABAC
ABCA
ACAB
ACBA
BAAC
BACA
BCAA
CAAB
CABA
CBAA
--
View this message in context: http://www.nabble.com/Multiset-Permutations-tp16529735p16529735.html
Sent from the R help mailing list archive at Nabble.com.
2005 Mar 09
1
(no subject)
...r it, Windows Media Player (9 series) buffers and plays only a few seconds of audio.
I am in Windows XP (Service Pack 2).
Do you know what might be happening?
Thank you for your valuable help!
D?nis - denisp@uol.com.br
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2005 Mar 10
2
(no subject)
...Windows Media Player (9 series) buffers and plays only a few seconds of audio.
> >
>
> What format are you streaming in? What mountpoint are you using? What
> URL are you passing to WMP?
>
> Mike
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2006 May 18
0
[newbie]problem when using validates*
...option value="<%= category.id %>">
29: <%= category.name %>
30: </option>
Why the sentences in the model
Some ideas?
BR
Antonio
--
=====
Por favor, si me mandas correos con copia a varias personas,
pon mi direcci?n de correo en copia oculta (CCO), para evitar
que acabe en montones de sitios, eliminando mi privacidad,
favoreciendo la propagaci?n de virus y la proliferaci?n del SPAM. Gracias.
-----
If you send me e-mail which has also been sent to several other people,
kindly mark my address as blind-carbon-copy (or BCC), to avoid its
distribution, which affects m...
2006 Jun 09
2
appending arrays
Hi All,
I have 2 arrays:
dim(a1)
[1] 3 23 23
dim(a2)
[1] 3 23 23
And I want a new array, to say, a3, where:
dim(a3)
[1] 6 23 23
where the first dimension is supposed to be (months) so the resultating
array would start in jan and finish in june.
Best regards,
Antonio
2004 Nov 30
0
glmmPQL
...nd why DF=12025 in the intercept t-test above, if the objective is to estimate only one mean for all groups (mean=0,6214472). I expected that this DF would equal 201, as I have 202 groups.
Thanks in advance, Alex
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ?? gr??tis!
http://antipopup.uol.com.br/
2004 Jul 01
1
I run mkfs.ext3 in hda1 but I want to make undo. How do it?
Hello linuxers!!!
I have a problem. I did format using mkfs.ext3
in /dev/hda1, and it's wrong. I want to format hda2.
Now I lost all datas. How can I recover my hda1???
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2004 Jul 01
0
I run mkfs.ext3 in a partition and I want make undo, how do it?
I use mkfs.ext3 in /dev/hda1, but was to use
in /dev/hda3. Exist recover for this? How to do?
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
1999 Aug 12
0
Samba 2.0.5aq and HP-UX
...s inactive. this makes the system unusable. samba 1.0.4 with same configuration woks fine. i saw in this llist mailing from phillip link, also probems wit hp-ux. is there an general problem with
hp-ux and vers. 1.0.5a?
MfG
Peter Lingen
Tel : 02166 27 2646
Fax: 02166 27 2957
eMail: Peter.Lingen@wrh.acab.alcatel.de