Displaying 20 results from an estimated 668 matches for "pedro".
2006 Jun 16
6
Drag and Drop work in IE?
...tree using scriptaculous and it is perfect in
FF but when I test in IE don''t work, I drag the element and when I free
the button the element don''t go to the place, stay in the mouse pointer...
What can do it happen? I''m using last version of scriptaculous.
Thank you,
Pedro
2015 May 06
3
Resumen de R-help-es, Vol 75, Envío 7
...es R base?
Porque van ya por 6618 paquetes en CRAN
http://cran.r-project.org/web/packages/index.html
Y nadie sabe bien cuántos hay en github.
Por cierto, ¿alguno conoce un código para hacer una estimación?
El 06/05/2015 a las 16:09, Freddy Omar López Quintero escribió:
2015-05-06 11:00 GMT-03:00 Pedro Concejero Cerezo <pedro.concejerocerezo en telefonica.com<mailto:pedro.concejerocerezo en telefonica.com>>:
se ha integrado en Apache Spark
? Ese es el punto, amigo Pedro. No es R puro. Es R integrado a Apache Spark. Pero no sé, quizás entiendo mal el significado de la integración.
Sa...
2015 Sep 29
2
sobre fread {data.table}
Y con fread.. directamente sobre el ".rel"...
> datIn <- fread("DRUG-AE.rel")
> dim(datIn)
[1] 6821 8
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 29 de septiembre de 2015, 18:45, Pedro Concejero Cerezo <
pedro.concejerocerezo en telefonica.com> escribió:
> No tiene cabecera. Tendrás que ponerle nombre a las variables
> Prueba este código, yo leo 6821 obs. of 8 variables
>
> library(data.table)
> setwd("C:/Users/pedroc/Desktop/ADE-Corpus-V2") #Pon...
2007 Nov 18
14
css image url''s and :img problem
...m/f7c92f95a
Another problem is for images, i cant seem to make them appear in the
page using:
img :src => R(Static, ''img04.jpg''), :alt => ''test image''
I always get the alternate description (or a thumb is no :alt is
supplied).
Any hint ? Thank you.
--
pedro mg
2006 Feb 17
7
Rich Text Editor (RTE)
...e in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some suggestion?
Thank you
--
Pedro C. Valentini
pedro@incomumdesign.com
+55 (21) 8708-8035
2006 Jul 31
16
Sorting performance
I''m using acts_as_ferret to index one of my rails models. Right after I
start the app the first request that orders by some ferret field will
take very long. Subsequent ones seem to be fast. I guess some caching is
going on. Any tips on solving this?
Pedro.
2015 Apr 09
5
A vueltas con los UTF-8 en RStudio
...locale to "Spanish_Spain.UTF-8" cannot be honored
>
Y ahora que estoy lanzado, ¿como cambio el juego de caracteres por defecto en consola, no en RStudio?
Mis versiones de RStudio:
Version 0.98.953 en windows
Version 0.98.1074 (server) en unix (centos creo que es el SO)
Saludos!
--
Pedro Concejero
E-mail: pedro.concejerocerezo en telefonica.com<mailto:pedro.concejerocerezo en telefonica.com>
skype: pedro.concejero
twitter @ConcejeroPedro<https://twitter.com/ConcejeroPedro>
linkedin pedroconcejero<http://www.linkedin.com/in/pedroconcejero/es>
Entusiasta R, me encon...
2015 Sep 30
2
sobre fread {data.table}
...".rel"...
>>
>> > datIn <- fread("DRUG-AE.rel")
>> > dim(datIn)
>> [1] 6821 8
>>
>>
>>
>> Saludos,
>> Carlos Ortega
>> www.qualityexcellence.es
>>
>>
>> El 29 de septiembre de 2015, 18:45, Pedro Concejero Cerezo <
>> pedro.concejerocerezo en telefonica.com> escribió:
>>
>>> No tiene cabecera. Tendrás que ponerle nombre a las variables
>>> Prueba este código, yo leo 6821 obs. of 8 variables
>>>
>>> library(data.table)
>>> setwd...
2012 Mar 09
6
unir 2 dataframe con con igual caso pero distinto valor en igual variable
...o caso que lo tengo en el
archivo hijos.
El comando merge no me permite hacer lo anterior. ¿Hay alguno más avanzado?
El archivo madre es mas corto que cualquiera de los archivos hijos.
Un extracto del archivo madre:
Dia Mes Año Nombre Apellido Clase
1 1981 Juan Perez A
2 2 1981 Maria Paz B
2 Pedro García B
3 3 1981 José Lugano C
1 1 1982 José Lugano C
Un extracto de un archivo hijo:
Dia Mes Año Nombre Apellido Clase
1 1 1981 Juan Perez A
3 2 1981 Maria Paz B
1 2 1982 Pedro García B
1 1 1983 José Lugano C
1 2 1984 Juan Paz B
2 2 1985 Maria García B
2 2 1984 Pedro Lugano C
2 2 1984 José Luga...
2005 Oct 12
5
ACD/queues question
...ll goes to the queue B.
If all agents in queue B were busy, then the call stays on both queues
until somebody answers it.
I think this is a basic ACD feature available on most PBX that support
ACD functionality.
Does anybody knows how to do it with asterisk??
Thanks in advance
Pedro Nunes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051012/521cd450/attachment.htm
2006 May 05
3
Sorting by score
...eems like SortField::SortType::SCORE
is 0 instead of a SortType. A test case is attached. Without the C
extensions the test passes, so I guess it''s a bug in them. Should I be
using it without the extensions? Because if that''s the case I have some
other bugs to report.
Greetings,
Pedro C?rte-Real
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ferret_sort_field.rb
Type: application/x-ruby
Size: 218 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/ferret-talk/attachments/20060505/1a7a08c6/attachment.bin
2006 Apr 21
3
Sorting Search results
...e search but to
the returned results.
Suppose I have these results:
Text - Num
foo - 2
bar - 3
far - 4
boo - 1
If I limit the search to the first two and sort by num I get:
foo - 2
bar - 3
while I think the natural behaviour would be:
boo - 1
foo - 2
Is this intended or a bug?
Greetings,
Pedro.
2024 Feb 23
2
help - Package: stats - function ar.ols
Hello,
Thanks for the reply Rui and for pointing out that I forgot to attach
my code. Please find attached in this email my code and data.
Thanks in advance.
Best regards, Pedro Gerhardt Gavronski.
On Fri, Feb 23, 2024 at 5:50?AM Rui Barradas <ruipbarradas at sapo.pt> wrote:
>
> ?s 16:34 de 22/02/2024, Pedro Gavronski. escreveu:
> > Hello,
> >
> > My name is Pedro and it is nice to meet you all. I am having trouble
> > understanding a m...
2015 Sep 29
5
sobre fread {data.table}
...strip.white = FALSE, blank.lines.skip = TRUE,
comment.char = "#",
allowEscapes = FALSE, flush = FALSE,
stringsAsFactors = default.stringsAsFactors(),
fileEncoding = "", encoding = "unknown", text, skipNul = FALSE)
Saludos,
Pedro
=============
En respuesta a:
------------------------------
Message: 2
Date: Tue, 29 Sep 2015 16:55:05 +0200
From: MªLuz Morales <mlzmrls en gmail.com><mailto:mlzmrls en gmail.com>
To: r-help-es <r-help-es en r-project.org><mailto:r-help-es en r-project.org>
Subject: [R-...
2006 Feb 26
5
Help On Associations Extension.
...ate(:name => tag_name)
tags << tag unless tags.find(tag.id)
end
end
end
The problem is, that i cant feager out how to have access to location
tags collection inside my custom create method.
Is there a way to do this?
any help or point to some examples welcome.
thanks.
Pedro.
2015 Sep 30
2
sobre fread {data.table}
...gt;>>> > dim(datIn)
>>>> [1] 6821 8
>>>>
>>>>
>>>>
>>>> Saludos,
>>>> Carlos Ortega
>>>> www.qualityexcellence.es
>>>>
>>>>
>>>> El 29 de septiembre de 2015, 18:45, Pedro Concejero Cerezo <
>>>> pedro.concejerocerezo en telefonica.com> escribió:
>>>>
>>>>> No tiene cabecera. Tendrás que ponerle nombre a las variables
>>>>> Prueba este código, yo leo 6821 obs. of 8 variables
>>>>>
>>>...
2013 Dec 10
3
gplots y alternativas
...n requerir software externo a R -corregidme si me equivoco, sweave necesita LaTex.
¿Conocéis alguna librería además de gplots que permita mezclar texto -p.ej. un summary- y gráficos en un único pdf?
¿Se puede hacer que ggplot2 combine en un único pdf salida en forma de texto y tablas?
Gracias!
--
Pedro Concejero
BigData - Analytics @ Telefónica I+D<http://www.tid.es/es/Paginas/default.aspx>
Part of Telefónica Digital<http://www.telefonica.com/es/digital/html/home/home.shtml> / Telefónica Digital Hub (english)<http://blog.digital.telefonica.com/>
E-mail: pedro.concejero@tid.es<...
2014 Oct 14
4
Heatmap de paro (o de otra cosa) en España
...nicos, se nos
ocurre el gran problema del paro. Atención pregunta:
¿Hay algún script maravilloso publicado por ahí que nos permita
reproducir rápido un heatmap de paro sobre el mapa España? -o podría ser
de otra cosa interesante. Sobre él aplicaremos las recomendaciones de color.
Gracias mil!!
--
*Pedro Concejero
BI & Big Data - Internal Exploitation - Telefónica I+D <http://www.tid.es>
E-mail: pedro.concejerocerezo en telefonica.com
skype: pedro.concejero
twitter @ConcejeroPedro <https://twitter.com/ConcejeroPedro>
linkedin pedroconcejero <http://www.linkedin.com/in/pedroconcej...
2013 Oct 29
1
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"
..."googleVis",
"ggplot",
"ggmap",
"RColorBrewer"),
dependencies = TRUE)
Creo recordar que en el bar S10 *no* hay wifi, mejor llevarlos instalados desde casa.
¡Nos vemos esta tarde!
--
Pedro Concejero
BigData - Analytics @ Telefónica I+D<http://www.tid.es/es/Paginas/default.aspx>
Part of Telefónica Digital<http://www.telefonica.com/es/digital/html/home/home.shtml> / Telefónica Digital Hub (english)<http://blog.digital.telefonica.com/>
E-mail: pedro.concejero@tid.es<...
2014 Oct 16
2
Heatmap de paro (o de otra cosa) en España
Hola Pedro.
El INE cambió los ficheros de microdatos no hace mucho, aquí dejo como
se haría ahora, (utilizando MicroDatosEs). Lo que cambia es la función
para recodificar.
http://rpubs.com/joscani/unemplrate
El 15/10/14 a las #4, Carlos Ortega escribió:
> Hola Pedro,
>
> Acabo de recordar que h...