Displaying 20 results from an estimated 34 matches for "dni".
Did you mean:
dnf
2018 Aug 06
5
Contar DNI por Jurisdicción.
Hola,
Tengo el siguiente DATA FRAME
DNI JURISDICCION DISPOSITIVO NOMBRE APELLIDO
1 Bs As
2 Bs As
3 Bs As
4 Entre Ríos
5 Entre Ríos
6 Entre Ríos
Quiero contar DNI por Jurisdicción, quedando una tabla que sea:
DNI JURISDICCION
3 Bs As
3 Entre Ríos
Tanto DNI como Jurisdicció...
2005 Dec 08
1
kronecker(... , make.dimnames=TRUE)
Hi
I'm using kronecker() with a matrix and a vector. I'm interested in
the column names that kronecker() returns:
> a <- matrix(1:9,3,3)
> rownames(a) <- letters[1:3]
> colnames(a) <- LETTERS[1:3]
> b <- c(x=1,y=2)
> kronecker(a,b,make.dimnames=TRUE)
A: B: C:
a:x 1 4 7
a:y 2 8 14
b:x 2 5 8
b:y 4 10 16
c:x 3 6 9
c:y 6 12 18
>
The
2010 Nov 25
1
Request: kronecker to get a sep= argument
kronecker, with make.dimnames=TRUE uses a hardwired sep=":" in the line
tmp <- outer(dnx[[i]], dny[[i]], FUN = "paste", sep = ":")
For an application in which dimnames arise from an n-way array, where
different dimensions have
different roles, and I would like to be able to use kronecker in the form
kronecker(A, B, make.dimnames=TRUE,
2019 Feb 07
6
Optimización identificación de casos similares
Buen día a todos,
Agradezco su ayuda con lo siguiente:
Tengo 100.000 registros con nombres de personas con su respectivo número de
documento, quiero identificar casos que tengan un porcentaje de igualdad
alto, no del 100% porque ya esos los tengo identificados, sino casos como
por ejemplo:
Nombre: Juan Pérez Documento: 123456789
Nombre: Juan Pérez Documento: 1234056789
Este caso sería una
2001 Dec 21
1
Problems with Win XP/2000 and Samba 2.2.x
...acter set = ISO8859-15
; ? ? ? client code page = 850
? ? ? ? os level = 66
? ? ? ? local master = Yes
? ? ? ? preferred master = Yes
? ? ? ? socket options = IPTOS_LOWDELAY TCP_NODELAY
[Download]
? ? ? ? path = /winshares/Download
? ? ? ? guest ok = no
? ? ? ? read only = no
? ? ? ? username = dni @users
[Audio]
? ? ? ? path = /winshares/Audio
? ? ? ? guest ok = no
? ? ? ? read only = no
? ? ? ? username = dni @users
[Video]
? ? ? ? path = /winshares/Video
? ? ? ? guest ok = no
? ? ? ? read only = no
? ? ? ? username = dni @users
I hope this helps,
thanks in advance
Dirk
2010 Mar 08
5
Dialplan behaviour
I have this
[TRONCAL-SIP]
exten=>225/91,1,Answer
exten=>225/91,2,Echo
exten=>225/91,3,Hangup
exten=>225/92,1,Answer
exten=>225/92,2,Playback(conf-invalid)
exten=>225/92,3,Hangup
When I make a call
CLI> -- Recv IAM CIC=8 ANI=91 DNI=225 RNI= redirect=no/0 complete=1
Dont work
If I add this rule
exten=>225,1,Answer
Works ok
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100308/7877694d/attachment.htm
2004 Jan 30
0
Two apparent bugs in aov(y~ *** -1 + Error(***)), with suggested (PR#6510)
I think there are two bugs in aov() that shows up when the right hand
side of `formula' contains both `-1' and an Error() term, e.g.,
aov(y ~ a + b - 1 + Error(c), ...). Without `-1' or `Error()' there
is no problem. I've included and example, and the source of aov()
with suggested fixes below.
The first bug (labeled BUG 1 below) creates an extra, empty stratum
inside
2004 Feb 02
0
Two apparent bugs in aov(y~ *** -1 + Error(***)), with (PR#6520)
I believe you are right, but can you please explain why anyone would want
to fit this model? It differs only in the coding from
aov(y ~ a + b + Error(c), data=test.df)
and merely lumps together the top two strata.
There is a much simpler fix: in the line
if(intercept) nmstrata <- c("(Intercept)", nmstrata)
remove the condition (and drop the empty stratum later if you
2019 Oct 25
2
Duda de como contar casos por Programa.
Hola,
Tengo un tabla de datos con pacientes asistidos, para los cuáles tengo
variables como dni, género, programa de atención etc. Hay pacientes que
atendieron en más de un programa por lo cuál se repiten en la tabla. Lo que
quiero es poder contar con una matriz que me permita identificar la
cantidad de pacientes que coinciden entre programas.
Va un ejemplo:
[image: image.png]
Intenté de va...
2011 Jul 13
7
Extraer datos mensuales de una serie temporal
...iterráneo - CEAM, con CIF: G-46957213, cuya finalidad es la de mantener el contacto con Ud. De acuerdo con la Ley Orgánica 15/1999, usted puede ejercitar sus derechos de acceso, rectificación, cancelación y, en su caso, oposición enviando una solicitud por escrito, acompañada de una fotocopia de su DNI dirigida a: Fundación de la Comunidad Valenciana Centro de Estudios Ambientales del Mediterráneo - CEAM. C/ Charles R. Darwin, 14. Parque Tecnológico.46980 PATERNA (Valencia).
This message and the attached files are confidential. They contain reserved information belonging to our centre and are no...
2011 Jun 03
1
R and DBSCAN
...iterr?neo - CEAM, con CIF: G-46957213, cuya finalidad es la de mantener el contacto con Ud. De acuerdo con la Ley Org?nica 15/1999, usted puede ejercitar sus derechos de acceso, rectificaci?n, cancelaci?n y, en su caso, oposici?n enviando una solicitud por escrito, acompa?ada de una fotocopia de su DNI dirigida a: Fundaci?n de la Comunidad Valenciana Centro de Estudios Ambientales del Mediterr?neo - CEAM. C/ Charles R. Darwin, 14. Parque Tecnol?gico.46980 PATERNA (Valencia).
This message and the attached files are confidential. They contain reserved information belonging to our centre and are no...
2005 Aug 27
1
xen livecd for dummies?
i like to try out xen,
want to build a server running multiple server on it.
for example, one vm running firewall, one vm for hosting web and mail, etc...
but it seems too complicated for newbies.
very new to virtual machine. and also new to linux.
i''m hoping (request?) someone build a minimal live cd with xen
configured and ready to ''boot'' any other os from .iso
2008 Mar 19
1
how to add registry files to windows
Hello
I would like to add .reg file to all samba clients (windows xp) in quiet
mode.
How can I do it ? It is possible from eg netlogon??
----------------------------------------------------
ERROR! ... . .... bEZb??DnY prOgrAm__o nowo??iAcH w_ ?wiEcie G_iER
na.jNowSzy_OdcinEk_ : co $Zykuj? tw?rcy caLL of Duty4,
czym JeST The CLUB ............. poD??cz si?:
2009 Aug 18
1
Get SS7 Hangup Code as Asterisk variable.
...placing call files in the asterisk outgoing
directory. At times, the call would be hung by SS7 without even
attempting (due to error in the outgoing number). I get the following on
console:
-- Attempting call on ss7/9297210213 for s at croom:1 (Retry 1)
-- Sent IAM CIC=22 ANI=9134904821 DNI=9297210213 RNI=
-- SS7 hangup 'SS7/callserver/22' CIC=22 Cause=31 (state=7)
When a user actually hangs up without picking the phone, the SS7 Cause
code is 19. I need is to record the SS7 Cause code in my CDR to
differentiate between normal hangup and other issues.
Is there a variable...
2010 Sep 28
3
calcular la variancia de gini por bootstrap
...gente se acobarde y agache la cabeza, trabaje, produzca y se haga esclava
por el PUTO futuro. QUE FUTURO TE ASEGURASTE VOS? En el laburo te aseguran
q se acabaron los accidentes,la sirrosis, el cancer, el tiro q nos puede
pegar el tipo q entre a robar aca dentro de un minuto?"
Fernando Robles DNI 4.131.417
Adhiere: José
--
"El futuro es ilusorio es una trampa q se inventa cualquier sistema para q
la gente se acobarde y agache la cabeza, trabaje, produzca y se haga esclava
por el PUTO futuro. QUE FUTURO TE ASEGURASTE VOS? En el laburo te aseguran
q se acabaron los accidentes,la si...
2003 Sep 08
0
Your command, Re: Your application, was invalid
...ICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:
Prikaz Vyznam
----------------------- -------------------------------------------------------
HELP Napoveda
HELP jazyk Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1] Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1] Podrobny seznam vsech znamych PGP klicu (-kvv)
VERBOSE INDEX jmeno Podrobny sez...
2003 Sep 08
0
Your command, Re: Your application, was invalid
...ICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:
Prikaz Vyznam
----------------------- -------------------------------------------------------
HELP Napoveda
HELP jazyk Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1] Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1] Podrobny seznam vsech znamych PGP klicu (-kvv)
VERBOSE INDEX jmeno Podrobny sez...
2003 Sep 08
0
Your command, Re: Your application, was invalid
...ICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:
Prikaz Vyznam
----------------------- -------------------------------------------------------
HELP Napoveda
HELP jazyk Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1] Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1] Podrobny seznam vsech znamych PGP klicu (-kvv)
VERBOSE INDEX jmeno Podrobny sez...
2003 Aug 21
0
Your command, Re: Re: My details, was invalid
...ICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:
Prikaz Vyznam
----------------------- -------------------------------------------------------
HELP Napoveda
HELP jazyk Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1] Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1] Podrobny seznam vsech znamych PGP klicu (-kvv)
VERBOSE INDEX jmeno Podrobny sez...
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR
information for calls. Right now I notice that if a call come in and gets
parked the CDR info doesn't how the correct info on who picked that call up,
also when someone transfer a call there isn't a new record being made so the
duration of the call shows up for who received the call and transferred it.
I started