search for: ahi

Displaying 20 results from an estimated 83 matches for "ahi".

Did you mean: abi
2015 Nov 22
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
On Sun, Nov 22, 2015 at 1:28 AM, Rui Ueyama <ruiu at google.com> wrote: > I'm not sure if I understand the semantics of HI16 and LO16 relocations. If > my understanding is correct, a pair of HI16 and LO16 represents an addend > AHL. AHL is computed by (AHI<<16) | (ALO&0xFFFF). Can't we apply HI16 and > LO16 relocations separately and produce the same relocation result? Do we > have to pair them up before applying relocations? The correct formula for the combined addend is (AHI << 16) + (short)ALO. So the combined addend dep...
2007 May 07
1
Simple question about function with glm
Dear all, I coded a function called u.glm u.glm <- function (x,ahi,age,bmiz,gender) { library(nortest) lil.rslt <- lillie.test(x) if (lil.rslt$p.value >0.05) { cat("Logtrans=0, lillie=",lil.rslt$p.value,"\n") xmodel<-glm(x~ahi+age+bmiz+as.factor(gender)) summary(xmodel) confint(xmodel) } else { cat("Logtr...
2010 Sep 20
3
Extension continues ringing after caller hanged up
Hi, I use asterisk with sip3000 device with "sip-aho" connected to PSTN and "sip-ahi" connected to a phone. When call arrives from PSTN, the *phone continues ringing even after caller hanged up*. The dialplan contains the following lines: [from-pstn] ... exten => 99,n,Dial(SIP/sip-ahi,30,g) exten => 99,n,Hangup() The asterisk properly detects hangup of the caller as I...
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
...5 at 10:13 PM, Simon Atanasyan <simon at atanasyan.com> >> > wrote: >> >> >> >> In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16 >> >> relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses >> >> combined addend (AHI << 16) + (short)ALO where AHI is original >> >> R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16 >> >> relocation [1]. There are two methods to do matching and R_MIPS_HI16 >> >> calculation. >> >> >> >> Method A: >...
2003 Feb 19
1
sasmba e xp home
aglia aglia (in italian meat ahi ahi !) Hello i have a serius questions . I have installe din my school samba as PDC for 8 subnet with client win98 Me 95 and i use it like profile server . Last month the school without call me buyed 10 cp with xp home ! It never possible that xp home do not support domain logons, and other nice fe...
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
Hi, I am working on support R_MIPS_HI16 / R_MIPS_LO16 in the new LLD and have a couple of questions. == Q1 In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16 relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses combined addend (AHI << 16) + (short)ALO where AHI is original R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16 relocation [1]. There are two methods to do matching and R_MIPS_HI16 calculation. Method A: 1. Postpone R_MIPS_HI16 relocation calculation and record its arguments. 2. When R_MIPS_LO16...
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
...mbién me estoy peleando con otro... con el que también tropiezo. Necesito reordenar los datos presentados en dos columnas a filas y columnas. Los datos ideales serían algo así: Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3)) Info <- rep(c("aca", "ahi", "alla"),3) Answ <- c("casa", "bulo", "hogar", "mama", "mami", "vieja", "perro", "can", "rope") df.raw <- data.frame(ID, Ques, Info, Answ) Pero, como no son ideales, se parecen a esto:...
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
...oogle.com> wrote: > On Fri, Nov 20, 2015 at 10:13 PM, Simon Atanasyan <simon at atanasyan.com> > wrote: >> >> In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16 >> relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses >> combined addend (AHI << 16) + (short)ALO where AHI is original >> R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16 >> relocation [1]. There are two methods to do matching and R_MIPS_HI16 >> calculation. >> >> Method A: >> 1. Postpone R_MIPS_HI16 relocation calcu...
2019 Feb 16
2
convertir char a double
Hola a todos, no acierto a convertir una cadena "6,3" en el double 6.3 sin perder la parte decimal. Me sirve también que desde el csv lo lea como double, pero lo convierte siempre a factor y desde ahi lo paso a caracter porque creo que será más facil. El caso es que con as.double el resultado sale redondeado y no veo cómo recuperar los decimales. Gracias!! *Victoria * [[alternative HTML version deleted]]
2016 Mar 05
5
usar R a traves de la web
...stimada comunidad, para mi trabajo uso latex y R normalmente, ahora debo viajar sin mi portatil, pero tengo la opcion de llevar un pequeño tablet (con android) ... para suplir latex he estado usando www.overleaf.com y trabaja excelente, practicamente todos los paquetes que uso estan disponibles ahi ... pero no he encontrado algo similar para R. Saben ustedes si existe algun proyecto que permita usar R en la web ? ya he mirado muchas opciones (https://nsaunders.wordpress.com/2009/11/30/a-brief-survey-of-r-web-interfaces/) como las de Rstudio (tengo android, no puedo instalar R en el tablet...
2006 Aug 06
2
Speex + Ogg package
...tf(m,"paq %d",op.packetno); System::Console::WriteLine(gcnew String(m)); int t=((int *)datos)[0]; for(int i=0;i<FRAMES_PACKET;i++) speex_jitter_put(&jitter,(datos+4)+len*i,len,t+FRAME_SIZE*i); } } -- http://www.apple.com A veces me da por ahi. Otras como que no. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20060807/88642a6c/attachment.html
2010 Mar 26
2
How to read a xml file?
...> <nombre>Gabriel</nombre> <apellido>Molina</apellido> <direccion>Alfredo Vargas #36</direccion> </ficha> <ficha> <nombre>Jorge</nombre> <apellido>Mendoza</apellido> <direccion>Alguna de por ahi #12</direccion> </ficha> </fichas> ------------------------------------------------------- And I have this RoR source: ------------------------------------------------------- require "rexml/document" include REXML doc = Document.new File.new("xml_info.xml")...
2006 Aug 06
2
Speex + Ogg package
...int t=((int *)datos)[0]; > > for(int i=0;i<FRAMES_PACKET;i++) > > speex_jitter_put(&jitter,(datos+4)+len*i,len,t > > +FRAME_SIZE*i); > > } > > } > > > > > > -- > > http://www.apple.com > > A veces me da por ahi. Otras como que no. > > _______________________________________________ > > Speex-dev mailing list > > Speex-dev@xiph.org > > http://lists.xiph.org/mailman/listinfo/speex-dev > -- http://www.apple.com A veces me da por ahi. Otras como que no. -------------- next part...
2014 May 29
5
ayuda con "unexpected symbol"
Hola, Tengo la version R 3.1, estoy intentado usar este script pero me dice que el simbolo " no tiene que estar ahi, ya intente borrando comillas o diferentes formas y no lo consigo, si alguien sabe agradezco ayuda. setwd("C:/users/marta/desktop/DB") library(chron) library(xlsx) filename<-"univerest_50.csv" filename<-"monicap_50.csv" filename<-"univer1_50.csv&...
2015 Nov 12
2
Authentication to Secondary Domain Controller initially fails when PDC is offline
Ahi Ole, An hany site. http://blogs.msdn.com/b/servergeeks/archive/2014/07/12/dns-records-that-are-required-for-proper-functionality-of-active-directory.aspx greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Ole Traupe > Ve...
2018 Jul 12
2
loop para repetir valores de un vector
Hola a todos! Estoy intentando crear un vector (alt) a partir de la repetición de valores provenientes de otro vector (altitud). A cada valor de altitud lo quiero repetir 1247 veces, y de ahi continuar con el siguiente valor de altitud. Probé varias cosas, pero esto me pareció lo más coherente: altitud=read.csv("C:/Users/IER/Dropbox/Pasantia Castelar/YungasLigustroTS/altitud44.csv") alt=numeric (44*1247) #lo especifico asi porque tal vez tenga que cambiar las dimensiones se...
2009 Jul 08
1
Trivial exclude help
...an archive transfer between hosts and wish to include anything in any directory named 'debug' or 'drpms' at any depth. I assumed this would be as simple as --exclude 'debug/***' --exclude 'drpms/***' but I still get files retrieved. Full option list is: rsync -aHi --no-o --delay-updates --delete --delete-excluded --delete- after --exclude 'drpms/***' --exclude 'debug/***' host1::foo/bar/ / local/bar ... and files like these are still retrieved: .d..t.... debug/ >f+++++++ debug/AGReader-debuginfo-1.2-5.fc10.x86_64.rpm I've tried...
2006 Aug 01
1
Encoder init
...s used in the encoder, and they are not gonna change, so I want to init the encoder directly into the client. The problem is that if I give the values to theora_info and after that I call theora_encoder_init, the program crash. I'm missing something? -- http://www.apple.com A veces me da por ahi. Otras como que no. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060801/ec83043f/attachment.html
2016 Mar 06
3
usar R a traves de la web
...atex y R normalmente, ahora > > debo viajar sin mi portatil, pero tengo la opcion de llevar un pequeño > > tablet (con android) ... para suplir latex he estado usando > > www.overleaf.com y trabaja excelente, practicamente todos los paquetes > > que uso estan disponibles ahi ... pero no he encontrado algo similar > para R. > > > > Saben ustedes si existe algun proyecto que permita usar R en la web ? ya > > he mirado muchas opciones > > > (https://nsaunders.wordpress.com/2009/11/30/a-brief-survey-of-r-web-interfaces/) > > > co...
2012 May 15
6
Curva dosis-respuesta
Buenos dias R-help-es, Estoy interesado en estimar una curva dosis-respuesta para un conjunto de datos y para ello, estoy utilizando la libreria "drm". Hasta ahi todo bien. Me gustaria automatizar algunas cosas y el primer paso para ello es la estimacion del modelo. Si la estimacion funciona, todo lo demas funciona; de lo contrario, todo fallara. Tengo algunas lineas que mitigan un poco el problema, pero no cuando hay problemas de convergencia como el qu...