search for: vargas

Displaying 20 results from an estimated 170 matches for "vargas".

2003 Apr 07
4
Justifying only the X-label
In the attached plot, how do I move just the X-label(Time) to the right. Basically, I just want to do a par ( adj = 1) on just the X-label, not all my labels. Any ideas how to accomplish this? Thanks, Tony Tony Vargas Cisco Systems Engineering Computing Services (408) 525-4113 tvargas at cisco.com -------------- next part -------------- my.yugo.Apr.2003.other.info <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/yugo/Apr.2003/other.info", sep="=", header=TRUE) names(my.yugo.Apr.20...
2006 Feb 08
7
sipdiscount
Sipdiscount has replaced their asterisk servers for another thing. Then, no more iax. Ok, but I can't make calls using sip also... I'm getting a "forbidden" error when using sip1.sipdiscount.com. Anybody got it working? -- Alejandro Vargas
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación de valores genéticos del pedigreemm en R. Primero generé el archivo de pedigree incluyendo los parentales para posteriormente estimar la varianza aditiva y los valores genéticos para cada individuo, relacionando los individuos por medio de la matriz de parentesco. Me da todo perfecto, el complemento pedigreemm trabaja muy
2006 Feb 21
2
immediate pick up in "s"
...or "7777", asterisk picks up the call immediatly and places it's own ring tone instead of waiting until one of the extension configured for answer the call picks up. Is there a way to avoid it? Is it a problem of the sip trunk? Should I post this question to devel list? -- Alejandro Vargas
2016 Jul 17
2
Problemas con paquete rgl
...framework/Versions/3.3/Resources/library/rgl/libs/rgl.so, 6): Library not loaded: /opt/X11/lib/libGLU.1.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgl/libs/rgl.so Reason: image not found Error: package or namespace load failed for 'rgl' Leslie Vargas
2013 Aug 01
2
Integrales, limites
Cordial saludo quiero saber como calculo integrales impropias e indefinidas en R, y como calcular limites soy nuevo en R Muchas gracias Harvey Vargas "El verdadero perdedor no es aquél que no gana. El verdadero perdedor es aquél que tiene tanto miedo a no ganar que ni siquiera lo intenta". Alan Arkin [[alternative HTML version deleted]]
2017 Apr 20
2
http://llvm.org/OpenProjects.html#thinlto_global
...in LLVM (http://llvm.org/docs/LangRef. > html#parameter-attributes and http://llvm.org/docs/LangRef.html#function- > attributes) and start reading ThinLTO code (like FunctionImporter). > > Hope you will have fun with ThinLTO > Piotr > > 2017-04-18 4:37 GMT+02:00 Jhonny Knaak De Vargas via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Good evening. >> >> I got interested in helping with ThinLTO, >> I did watch this video, https://youtu.be/9OIEZAj243g and i found it very >> interesting. >> I got C++ knowledge, but not a lot of llvm/...
2013 Oct 10
1
Sessión a distancia
Felipe, gracias por tu interés. La sesión quedó grabada y se colgará en breve en la página de R-es. Ya avisaremos cuando esté colgada. Un saludo, Aleix El 10 de octubre de 2013 00:01, Felipe Vargas Reeve <kaiser756@gmail.com>escribió: > Esta fue una gran iniciativa y tenía muy presente el tema relacionado a > la transmisión por internet, pero por motivos de trabajo no pude conectarme > al enlace en el horario establecido y me gustaría consultar si existe la > posibilidad...
2009 May 04
4
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi, Here is an updated version of the patch using address space 257. Zoltan On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote: > Maybe 257 would be better (or other unused), because of r70197, which gives > special behavior for <256 > > Shantonu Sen > ssen at apple.com > > Sent from my Mac Pro > > > On May 4, 2009,
2017 Apr 18
2
http://llvm.org/OpenProjects.html#thinlto_global
...not a lot of llvm/clang source knowledge... Also, there is no mentors related in the website for this project. Would the community be so kind in giving me information on how to help? I have started reading the documentation on the website related to the llvm project as a start. Thank you. Jhonny Vargas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170417/07daf210/attachment.html>
2008 Dec 09
3
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi, Attached is the final version of the patch, adding the requested FIXME. If this is ok, can somebody check it in ? thanks Zoltan On Tue, Dec 9, 2008 at 9:58 PM, Bill Wendling <isanbard at gmail.com> wrote: > On Tue, Dec 9, 2008 at 6:11 AM, Zoltan Varga <vargaz at gmail.com> wrote: >> Hi, >>
2005 Nov 21
3
pine rpm for centos 4
There is some pine rpm for release 4? Im too used to it and I dont like mutt. -- Roger D. Vargas http://dsgp.blogspot.com | Linux, programaci?n, juegos ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, m?s seguridad http://correo.yahoo.es
2005 Nov 22
2
using xfce
I had to make a minimal install and now Im installing some packages I need. I decided to use xfce as desktop, but after install, I cant find a way to set is as preferred desktop environment. I try switchdesk xfce, but it says xfce is not installed. How can I set it? -- Roger D. Vargas http://dsgp.blogspot.com | Linux, programaci?n, juegos ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, m?s seguridad http://correo.yahoo.es
2009 May 04
1
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi, If I'm writing a JIT, and want to access the TLS variables of the app containing the JIT, I can't use thread_local since that only works for variables declared in LLVM IL and/or managed by the ExecutionEngine. While this patch allows a JIT to generate the TLS accesses itself, if it knows the tls offset of the variable in question. Zoltan On Tue, May 5, 2009 at
2009 Sep 05
4
[LLVMdev] loads from a null address and optimizations
Hi, I don't intentionally want to induce a tramp, the load null is created by an llvm optimization pass from code like: v = null; ..... v.Call (); Zoltan On Sat, Sep 5, 2009 at 11:39 PM, Bill Wendling <isanbard at gmail.com> wrote: > Hi Zoltan, > > We've come across this before where people meant to induce a trap by > dereferencing a null. It
2013 Oct 30
1
Material y videos disponibles - Reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Saludo a todos, una consulta, donde hay que enviar las dudas en R para que alguién con mayor conocimiento en R nos ayude!!, Me llegan estos email lo cual son interesantes pero necesito ayuda!. Por favor!, gracias. El 30 de octubre de 2013 10:16, Felipe Vargas Reeve <kaiser756@gmail.com>escribió: > Muy buena iniciativa y gestión Carlos, se agradece. Saludos estimado, > atte > > Felipe Vargas Reeve > > > El 30 de octubre de 2013 06:25, Carlos Ortega > <cof@qualityexcellence.es>escribió: > > > Hola, > &gt...
2011 Mar 29
7
Error en cor, too many elements specified
Hola, tengo una serie de datos datExpr, al usar cor() : cor(datExpr ,method = "pearson", use ="pairwise.complete.obs") me da el siguiente error allocMatrix: too many elements specified Trate con "complete.obs", "na.or.complete", y el resto de las opciones para "use", pero siempre me da algun error.  ¿Alguna idea de como puedo hacer que cor() lea
2008 Dec 09
1
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi, The add.with.overflow instrinsics don't seem to work with constant arguments, i.e. changing the call in add-with-overflow.ll to: %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 0, i32 0) causes the following exception when running the codegen tests: llc: DAGCombiner.cpp:646: void<unnamed>::DAGCombiner::Run(llvm::CombineLevel): Assertion `N->getValueType(0) ==
2009 May 05
1
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi, It looks like the problem was with the RIP relative addressing. The original patch mistakenly removed the || DispForReloc part because I tough that the RIP relative addressing was done by the SIB encodings, but it is actually done by the shorter ones. The attached patch seems to work for me on linux and when simulating darwin by forcing some variables in X86TargetMachine.cpp to their darwin
2009 May 04
0
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hello, The preferred way to do TLS is to use the thread_local keyword. There is x86-64 support for thread_local on ELF; if you need it for other targets, I recommend looking at adapting it. Dan On May 4, 2009, at 2:59 PM, Zoltan Varga wrote: > Hi, > > Here is an updated version of the patch using address space 257. > > Zoltan > > On Mon, May 4, 2009 at