search for: mia

Displaying 20 results from an estimated 115 matches for "mia".

Did you mean: mi
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
...es... yes checking for OpenSSL_add_all_algorithms... no checking for SSLeay_add_all_algorithms... no configure: error: Missing required OpenSSL functionality! 2. So i followed a suggestion from someone and downloaded the cvs version, and ran autogen.sh. This leads to the following error. shashank@mia:~/temp/tinc> ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing /home/shashank/temp/tinc Creating /home/shashank/temp/tinc/aclocal.m4 ... Running autopoint... cvs [...
2009 Nov 20
2
Finding & replacing non-ASCII characters
Hi guys, Are there any feasible methods in searching & finding non-ASCII characters in R? For example, from the following object, x <- mia. SzaÌmitaÌó The desired output is, x.out <- mia. SzaImitaIA Your help in resolving this would be greatly appreciated. [[alternative HTML version deleted]]
2010 May 20
2
reshaping data
...list the observations in one column, with the species they belong to in the next. Like this: A red B red C red D green E blue F blue I have tried using reshape() and stack() but I cannot get my head around it. Any help is highly appreciated! Thanks in advance, __________________________________ Mia Bengtsson, PhD-student Department of Biology University of Bergen +47 55584715 +47 97413634 mia.bengtsson at bio.uib.no
2016 Feb 03
2
[buildSchedGraph] memory dependencies
...ff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp index 00a0b0f..cd48f51 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -584,6 +584,25 @@ static bool MIsNeedChainEdge(AliasAnalysis *AA, const MachineFrameInfo *MFI, if (!MIa->hasOneMemOperand() || !MIb->hasOneMemOperand()) return true; + // If mem-operands show that the same address Value is used by both + // ("normal") instructions, simply check offsets and sizes of the + // accesses. + MachineMemOperand *MMOa = *MIa->memoperands_begin();...
2017 Aug 09
2
Package nleqslv ERROR
...inear equations, with four equations and two variables. This is my code: ALPHA <- c(-0.0985168033402, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) BETA <- c(-0.0985168033402, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) GAMMA <- c(0.3940672148378, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) MEA <- 30000 MIA <- 10000 MAA <- 50000 DEA <- 0.385 fun <- function(x) { f <- numeric(length(x)) f[1] <- 1*x[1] - ((((MEA*((0.5*((MIA-MEA)^2))^(-BETA[1+j]))*((0.5*((MAA-MEA)^2))^(-ALPHA[1+i]))*((DEA)^(-GAMMA[1+k]))))*((12^0.5)^(-GAMMA[1+k])))/(((0.5)^(-BETA[1+j]-ALPHA[1+i]))*(((1-1*x[2])/(...
2015 Jul 01
3
[LLVMdev] MIScheduler + AA: Missed scheduling opportunity in MIsNeedChainEdge. Bug?
...for (Value *V : Objs) { @@ -504,6 +506,7 @@ static inline bool isUnsafeMemoryObject(MachineInstr *MI, if (!isIdentifiedObject(V)) return true; } + } return false; } @@ -533,7 +536,7 @@ static bool MIsNeedChainEdge(AliasAnalysis *AA, const MachineFrameInfo *MFI, if (!MIa->hasOneMemOperand() || !MIb->hasOneMemOperand()) return true; - if (isUnsafeMemoryObject(MIa, MFI, DL) || isUnsafeMemoryObject(MIb, MFI, DL)) + if (isUnsafeMemoryObject(MIa, MFI, DL, AA) || isUnsafeMemoryObject(MIb, MFI, DL, AA)) return true; // If we are dealing with two &qu...
2004 Nov 22
1
Uniden UIP200 configuration -- manual MIA?
Hi, all. Got my Uniden UIP200 today (ordered from thetwistergroup.com), and was very excited to set it up... until I came to the realization that there were no docs with it whatsoever. There was, however, a sheet of paper with the stock warnings (don't use the phone in the tub, etc.), AND a URL -- for documentation. Score! Well, no. The URL it gave me, bcs.uniden.com, does indeed have
2017 Aug 09
0
Package nleqslv ERROR
...and two variables. > > This is my code: > > ALPHA <- c(-0.0985168033402, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) > BETA <- c(-0.0985168033402, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) > GAMMA <- c(0.3940672148378, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4) > MEA <- 30000 > MIA <- 10000 > MAA <- 50000 > DEA <- 0.385 > fun <- function(x) { > f <- numeric(length(x)) > f[1] <- 1*x[1] - ((((MEA*((0.5*((MIA-MEA)^2))^(-BETA[1+j]))*((0.5*((MAA-MEA)^2))^(-ALPHA[1+i]))*((DEA)^(-GAMMA[1+k]))))*((12^0.5)^(-GAMMA[1+k])))/(((0.5)^(-BETA[1+j]-ALPHA...
2012 May 11
2
moving data from one frame to another
...19 NYG 42 23 -23 3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2 -2 4 1 NFL_20050911_CIN at CLE CIN 27 CLE 13 -14 14 5 1 NFL_20050911_DAL at SD DAL 28 SD 24 -4 4 6 1 NFL_20050911_DEN at MIA DEN 10 MIA 34 24 -24 VTm.f HTm.f average 1 OAK NE 19.4375 2 ARI NYG 19.4375 3 CHI WAS 19.4375 4 CIN CLE 19.4375 5 DAL SD 19.4375 6 DEN MIA 19.4375 and here is the other (aggregated means from the first frame). > head(fiveINFO) HTm HPts...
2009 Oct 29
1
CentOS 5.4: yum-priorities seems to be MIA
Hi all, I just installed 5.4 on a machine here... All seems running fine, except I decided to put on the extra repositories - and as usual I decided to install yum-priorities (as directed here: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge ) but it seems like this package is nowhere to be found. Does anybody know why this would be? Thanks. Boris.
2007 Oct 23
0
Dammit, you''re all admins now (especially since Ezra and Kirk are mostly MIA)
This is stupid, I made Luis, Wayne, Evan, and Filipe admins. Make anyone else admins that you want and do all the changes you need. Especially since you guys are mostly running the show anyway. -- Zed A. Shaw - Hate: http://savingtheinternetwithhate.com/ - Good: http://www.zedshaw.com/ - Evil: http://yearofevil.com/
2006 Feb 04
3
helping with scriptaculous/Thomas Fuchs MIA?
Hi, In the last few days I''ve been working a lot on rewriting the dragdrop.js code. I''ve made changes for what I think is stronger object-oriented design and made more parallels between how Droppbables and Draggables are coded and instantiated. I have multiple selection and dragging of draggables working and droppables can accept multiple draggables in one drop. There are some
2012 May 02
1
scanning a data set for strings
...SE 3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2 FALSE 4 1 NFL_20050911_CIN at CLE CIN 27 CLE 13 -14 FALSE 5 1 NFL_20050911_DAL at SD DAL 28 SD 24 -4 FALSE 6 1 NFL_20050911_DEN at MIA DEN 10 MIA 34 24 FALSE NFL data. I want to pair each team with the points they received at home and away and create another table showing this. I know it's easy to do, but all the methods I am coming up with involve doing each team individually via a for loop tha...
2015 Jun 08
3
How to install clang on CentOS 7?
Hi all, I want to install clang on CentOS 7. After executing "yum install clang", it outputs: [root at hp ~]# yum install clang Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mia.host-engine.com * elrepo: elrepo.mirrors.arminco.com * extras: centos.arvixe.com * updates: centos.eecs.wsu.edu No package clang available. Error: Nothing to do Doesn't CentOS 7 support rpm install clang? Thanks in advance! Best Regards Nan Xiao
2006 Feb 12
1
R: mean from list
...> > [...] > > with [[1]] ... [[100]]. How can i get the mean value of datalist[[x]]$d, > where x represents all elements from 1 to 1000 ? > > thanks in advance!!!! > > Roberto Furlan > University of Turin > > ---------------------------------------- > La mia Cartella di Posta in Arrivo ?? protetta da SPAMfighter > 205 messaggi contenenti spam sono stati bloccati con successo. > Scarica gratuitamente SPAMfighter! > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailma...
2005 Jun 23
2
compiling gap on mac os x
...n.morgan.c -o kin.morgan.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c makeped.c -o makeped.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c mia.c -o mia.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c muvar.c -o muvar.o g77 -fno-common -g -O2 -c pfc.f -o pfc.o g77 -fno-common -g -O2 -c pfc.sim.f -o pfc.sim.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R...
2006 Dec 15
2
Per-process QoS on Linux?
...emons to different IPs. Now, I''d like to use qos on my desktop as well, so I''d like to give a low traffic priority to one software, and an higher one to another... is there any way to get that accomplished? -- Alan Franzoni <alan.franzoni.xyz@gmail.com> - Togli .xyz dalla mia email per contattarmi. Remove .xyz from my address in order to contact me. - GPG Key Fingerprint (Key ID = FE068F3E): 5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/l...
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an Apache server. It seems to work fine but my urls are incorrect: all urls reference / which is not where my application runs at the Apache server. How do I set the base url of a Rails application? My Apache has the following proxy rules: ProxyPass /hieraki http://localhost:3001 ProxyPassReverse /hieraki
2006 Jan 20
3
fractional factorial design in R
...example, what is the code for a design with 5 factors (2x3x3x5x2) and only main effects not confounded? thanks in advance! Roberto Furlan University of Turin, Italy PS: i've already tried to send this email, sorry if you 've received it again! ---------------------------------------- La mia Cartella di Posta in Arrivo ?? protetta con SPAMfighter 188 messaggi contenenti spam sono stati bloccati con successo. Scarica gratuitamente SPAMfighter!
2005 Jan 07
4
Broadvoice Status Check 11:18pm PST
Connecting to proxy.dca.broadvoice.com Calls all of a sudden cannot be completed. Cannot ping proxy.dca.broadvoice.com Changed to proxy.chi.broadvoice.com pingable, but now get the following: Got SIP response 500 "Internal Server Error" back from 147.135.12.128internal error Called Tech Support... get dead air then carrier busy signal. Anyone else having