search for: fernando

Displaying 20 results from an estimated 1200 matches for "fernando".

2004 Jun 03
2
returning strings to R from C functions
...to set a string value in a C function and then sending it back from C to to R. I've searched the usual sources and tried various casts, macros and allocation schemes, but I'm failing miserably. Could someone please put me out of my misery and point me to a working example? Thanks, -- Fernando -- Fernando Pineda Associate Professor Dept. of Molecular Microbiology & Immunology Johns Hopkins Bloomberg School of Public Health Room E5146 615 N. Wolfe St., Baltimore, MD 21205-2179 fernando.pineda at jhu.edu 443-287-3673 (office) 410-955-0105 (fax) http://www.pinedalab.jhsph.edu
2007 Apr 12
4
[LLVMdev] Regalloc Refactoring
> And I have a quite fast algo that I believe is simpler than [Budimlic02] > and I can share it with you :) Do you have a paper on this? I'd be interested in seeing it. -Tanya > > Fernando > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
>> And I have a quite fast algo that I believe is simpler than [Budimlic02] >> and I can share it with you :) > > Do you have a paper on this? I'd be interested in seeing it. > Yes, I have a tech report on this page: http://compilers/fernando/projects/soc/ and I have submitted a paper to SAS, and now I am waiting for the review. The coalescing algorithm is described in sec 4.3. It takes about 10% of the time used in Live Variables analysis in the built in LLVM compiler: 0.0846 ( 1.2%) 0.0009 ( 2.1%) 0.0855 ( 1.2%) 0.085...
2006 Nov 21
1
User administrator problem
Hi all, I've a problem using a user with administrator privileges for mounting or adding a machine to PDC. I created a common user called fernando #id fernando uid=1000(fernando) gid=544(Administrators) grupos=544(Administrators),512(Domain Admins) Mounting a resource with smbmount works fine, this the result from log.smbd check_ntlm_password: authentication for user [fernando] -> [fernando] -> [fernando] succeeded but, if I add...
2010 Jan 07
2
Random directory/files gets unavailable after sometime
..._fill() failed) Any ideas of what is causing this issue? Note that restarting glusterfs fix the problem, but this is not ideal when you are trying to create a HA env. I tried to search about it, but couldn't find any additional info about this problem, so i am a bit lost. Best Regards, --- Fernando Marcelo www.consultorpc.com fernando at consultorpc.com
2004 Oct 21
5
Cluster Analysis: Density-Based Method
Hi people, Does anybody know some Density-Based Method for clustering implemented in R? Thanks, Fernando Prass _______________________________________________________
2005 Dec 13
1
R_PROFILE on Windows
...e of this file is taken from the value of the 'R_PROFILE' environment variable. If this variable is unset, the default is '$R_HOME/etc/Rprofile.site' On Windows XP, I created a batch file with the following lines: SET R_PROFILE="C:\fernando\R.profile" "C:\progs\R-2.2.0\bin\Rgui.exe" On c:\fernando\R.profile I had: options(foo='bar') Running the batch file I created I get, in R: > options()$foo NULL >Sys.getenv("R_PROFILE")...
2015 Jul 05
2
Problema con loop
...lapply (y otras funciones de ese paquete), pero no probé mas allá de algunos ejemplos. Voy a terminar este trabajo y lo pruebo, ya te contaré cuanto mejoró. Un abrazo y gracias nuevamente! El 5 de julio de 2015, 11:27, Jorge I Velez <jorgeivanvelez en gmail.com> escribió: > De nada, Fernando. > > Otra alternativa es usando mclapply() en el paquete "parallel". Estoy en > Mac/Linux y funciona muy bien. Seguramente hay algunos equivalentes en > Windows. > > Saludos, > > Jorge Velez > JCSMR, Canberra > > > > 2015-07-04 12:17 GMT+10:00 Fernan...
2012 Jun 23
4
Can't run KVM Virtual Machines on a Gluster volume
...permission to All to write.) Has anyone actually was able to run it fine on Gluster 3.3 ? I get the same results on VMware ESXi, but I thought that as for KVM using GlusterFS client that would work fine and better. If I mount the volume as NFS the exact same thing happens. Quiet frustrating !!! Fernando Unable to complete install: 'internal error Process exited while reading console log output: char device redirected to /dev/pts/1 qemu-kvm: -drive file=/virtual-machines/Ubuntu_12.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=none: could not open disk image /virtual-machines/Ubuntu_12.i...
2011 Apr 02
5
Significado de un mensaje de error
...+       screen = list(x = -90, y = 45), distance = .4, zoom = .7) y obtengo el error: Error en eval(substitute(groups), data, environment(formula)) :  argumento ''envir'' númerico no tiene longitud uno La verdad es que no se qué significa este error ¿me podeis ayudar? Gracias, Fernando [[alternative HTML version deleted]]
2013 Feb 16
8
Unir varias columnas en una sola
...mplo: ID col2 col3 col4 col5 etc. y precisaría dejarla de la siguiente forma: ID col2col3col4col5 etc. Para luego escribir a disco y proceder con otro software. Alguien sabe que comando puedo usar para juntar una serie columnas todas en un bloque solo? Saludos y muchas gracias de ante mano!! Fernando Macedo
2005 Jul 12
2
Please help me.....
...e serie, the labels in axes x is in the range 0.1 to 0.6 (frequency), but when calculate de spectrum with ts.union function, the labels x is in the range 1 to 6. I not understand why change the labels, and not know that is ralationship. Samebody can hel me in this analysis..... Thank for all fdo Fernando Espindola R. Division Investigacion Pesquera Instituto de Fomento Pesquero Blanco 839 Valparaiso - CHILE fono: 32 - 322442 fernando.espindola@ifop.cl [[alternative HTML version deleted]]
2007 Apr 18
1
[LLVMdev] Regalloc Refactoring
Who's your advisor? -scooter (aka "Dr. B. Scott Michel, UCLA CS 2004" :-) On Apr 12, 2007, at 4:39 PM, Fernando Magno Quintao Pereira wrote: > >>> And I have a quite fast algo that I believe is simpler than >>> [Budimlic02] >>> and I can share it with you :) >> >> Do you have a paper on this? I'd be interested in seeing it. >> > > Yes, I have a tec...
2011 Apr 09
6
grafico
...iq4","etiq5") c<-rbind(a,b) Me gustaría hacer un gráfico en el que se represente en el eje Y las series a y b que están unidas en c y en el eje X las etiquetas ¿cómo se podría hacer? Espero haberme explicado. Sería el equivalente a la figura de Excel que os adjunto. saludos, Fernando ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20110409/fa9eff0c/attachment-0001.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: Doc1.pdf Type: application...
2007 Nov 23
2
[LLVMdev] global register allocation.
On 11/23/07, Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> wrote: > > > Hi, Sanjiv, > > those passes operate on the whole machine function. Each machine > function contains many basic blocks. If a program has many functions, the > register allocator will be called as many times,...
2007 Aug 17
2
[LLVMdev] Debugger for Register Allocation
...gnment errors. I've put the debugger on-line, if anyone who is working with register allocation wants to use. The debugger itself has nothing to do with LLVM, but I've coded a spiller that prints the code in a format that the debugger can read. The page is: http://compilers.cs.ucla.edu/fernando/projects/debugger/ all the best, Fernando
2015 Jul 04
2
Problema con loop
Muchas gracias Jorge! Si la opción del loop con for ya la tenía implementada y me demora bastante por eso quería probar con apply o en este caso sapply, muchas gracias! Saludos!! F Macedo El 03/07/15 a las 23:09, Jorge I Velez escribió: > Hola Fernando, > > Podrias considerar las siguientes opciones: > > R2 <- vector("list", x) > for(i in 1:x){ > modelo <- lm(y ~ efectos[, 1:i]) > R2[[i]] <- summary(modelo)$r.squared > } > R2 > > ? opt2 <- sapply(1:x, ?function(i){ > modelo <- lm(y ~...
2010 Jul 30
2
Latest Garena not starting in Ubuntu 10.04
I can't start Garena on Ubuntu 10.04. Here are the details: Code: fernando at fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ wine Garena.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:ntdll:NtLockFile I/O completion on lock not implemented y...
2007 Nov 25
1
[LLVMdev] global register allocation.
...ph? Just saving information between regalloc passes for different functions may not be enough for my case. I will need to maintain the regalloc info of various passes in the call graph order. Anyways thanks for your inputs. I will get back if I need to learn more. Sanjiv On Nov 23, 2007 11:29 PM, Fernando Magno Quintao Pereira <fernando at cs.ucla.edu> wrote: > > Hi, again, > > I think you can do it in the same way that the other allocators have > been coded, i.e extend RA, register the pass and so forth. I am not sure > about the best way to pass information among a run...
2006 Jan 23
8
OT: Problem rotating logs with lighttpd
...d of the process, lighttpd stops writing the logs. To solve this we have to restart the server manually each time. We use a common Debian, lighttpd-1.4.7, Rails 1.0 and fcgi-2.4.0. I have tracked the lighttpd bugs, and I haven''t found anything. Any suggestion or personal experience? -- Fernando Blat