search for: tml

Displaying 20 results from an estimated 131 matches for "tml".

Did you mean: html
2004 Dec 08
1
[LLVMdev] Compiling with Intel c++ 8.0
...fstad using the MS compiler, and on linux using the intel compiler. Great! I'm going to leave the configury stuff to Reid, but here's some feedback on the rest of the patches. I've committed a bunch of them: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021867.h tml http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021868.h tml http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021869.h tml http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021870.h tml http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-M...
2008 Jul 04
0
RES: initialize a matrix
You have to put the tml in the function and deltat too. like VAR<-function(power,length,deltat,tml){ -----Mensagem original----- De: r-help-bounces em r-project.org [mailto:r-help-bounces em r-project.org]Em nome de mysimbaa Enviada em: sexta-feira, 4 de julho de 2008 11:22 Para: r-help em r-project.org Assunto: [R...
2004 Dec 08
0
[LLVMdev] Compiling with Intel c++ 8.0
...using > the MS compiler, and on linux using the intel compiler. Great! I'm going to leave the configury stuff to Reid, but here's some feedback on the rest of the patches. I've committed a bunch of them: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021867.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021868.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021869.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041206/021870.html http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-...
2004 Dec 08
3
[LLVMdev] Compiling with Intel c++ 8.0
Hi, I am attempting to compile the llvm distribution with the Intel Compiler 8.0 on linux and I have some minor patches I would like to apply. In our project we compile and run the code both on win32, together with Morten Ofstad using the MS compiler, and on linux using the intel compiler. I have wrapped the extra code to make llvm compile for icc in #ifdef __INTEL_COMPILER #endif The patches
2008 Jul 04
1
initialize a matrix
Dear R users, I'm trying to write a function which returns minimum,maximum,mean of a vector(power) I've done the following : VAR<-function(power,length){ for(i in tml:length)){ tvar[i]<-i pmean[i]<-mean(power[i:i+deltat]) pmin[i]<-min(power[i:i+deltat]) pmax[i]<-max(power[i:i+deltat]) varmax[i]<-100*(pmax[i]-pmean[i])/pmean[i] varmin[i]<-100*(pmean[i]-pmin[i])/pmean[i] Resulats<-list(tvar,pmin,pmax,pmean,varmin,varmax) }} p.s. tml is a vari...
2004 Sep 20
3
montecarlo simulation
Hy! I would like to know how run a montecarlo simulation with R. Thank you!!!! Francesca Matalucci __________________________________________________________________ Accesso Internet Gratis per utenti Excite! Attivalo subito! http://www.excite.it/hitech/accesso Il Mio Excite. Personalizza la tua Home page Excite come vuoi tu! http://www.excite.it AAA/Relazioni. Sfoglia gli annunci e trova la
2004 Oct 08
2
Delay packets by 50ms
...ency : "delay" & "netem". Neither of them is working on my setup though ( Fedora core2 [2.6.5] or RHEL 3.0 update 2 or gentoo [2.6.8] ). Is something special needed to enable these qdiscs ? I tried applying the patch (http://www.uwsg.iu.edu/hypermail/linux/net/0403.2/0019.h tml) and recompiled the kernel but the tc command returns "RTNETLINK answers: Invalid argument". What am I doing wrong ? Thanks much, -ansh _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http...
2003 Nov 21
7
FORWARD:REJECT
...between subnets I get Nov 21 12:18:45 kbeewall kernel: Shorewall:FORWARD:REJECT:IN=eth2 OUT=eth2 SRC=172.17.0.2 DST=172.16.0.130 LEN=60 TOS=0x00 PREC=0x00 TTL=127 ID=36553 PROTO=ICMP TYPE=8 CODE=0 ID=512 SEQ=7168 In http://lists.shorewall.net/pipermail/shorewall-users/2003-September/008978.h tml It says to add routeback as an option in interfaces, but I get the error Validating interfaces file... Warning: Invalid option (routeback) in record "dmz eth2 detect routeback" Eventually I would like to change the policy to REJECT and write rules for subnet connections in the DMZ....
2017 Jan 31
2
Logging LDAP Queries on Samba DC
Hello, I see that this question was asked back in 2011: https://lists.samba.org/archive/samba-technical/2011-January/075519.html Has the status of this changed? Is it now possible to log all LDAP queries sent to a Samba DC? This would be an extremely useful feature! Thanks, Andrew Martin
2005 May 31
1
# Transfers
...them back up and press #. They hear a beautiful, short, DTMF tone, nothing more. Is this a bug, or did I miss something in the configurations? Has anyone else had this problem? As far as the transfers, I found a message at http://lists.digium.com/pipermail/asterisk-users/2004-September/062080.h tml but there were no more messages in that thread. The other zombie channel transfer questions didn't seem to fit the problem, but I may be wrong. Any suggestions would be greatly appreciated. Thanks, David
2008 Mar 30
1
mcsi lida..2
mcsi lida.. http://megajavn.blogspot.com/ http://megajavn.blogspot.com/2008/03/dna.html http://megajavn.blogspot.com/2008/03/structure-of-double-stranded-dna.h tml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-...
2006 Apr 26
0
[LLVMdev] LLVM Java front-end
Hello, I have just downloaded the source from CVS. Does exist a LLVM Java front-end? If yes, where can I find documentations about it? If no, is anyway somebody working on it? Where can I find the source code related? Thanks, Alessandro
2005 Jul 29
1
encrypting existing partitions/disks
Hello, Has anyone wrote a how-to or a guick guide on how to encrypt an existing partition/disk using gbde? I've tried to search in the net but i cudn't find any. Is it possible to just move the existing data on my disk, cleanup the disk and encrypt using gbde, attach to the system, then move back the data to the now encrypted disk. Thanks, - ronnel
2012 Feb 15
2
[LLVMdev] Performance problems with FORTRAN allocatable arrays
...ses in the program. I've compiled the same code with GCC and it was able to hoist most of the address calculations out as expected. GCC was able to hoist address calculations for Q also. This is an actual piece of code in SPECCPU2006 437.leslie3d and the loop I analyzed is in line 1630 of file tml.f. 437.leslie3d suffers horrible performance problems because of this and similar problems. Is there anyway to enable this optimization? Is there a way to flag in the IR that a particular locations is array dimension meta data? Thanks, Wonsun
2009 Jan 19
5
Really want to dump microsoft....but have to run Photoshop
I am a rank newb at this and I appologize, I would have dumped MS long ago but I am not any kind of a coder, so having to write scripts and such is out for me. I really want to dump everything microsoft.....but I have to be able to run Adobe Photoshop 7 and CS4......why do I keep PS7...because I can't get a lot of the plug-ins I use for any thing above 7 and a lot of the ones I can I have to
2013 Oct 04
1
ODG (Objective Difference Grade) scores for Opus Encoder using PQEvalAudio Tool
...ifference Grade) scores for a few reference vectors using the PQEvalAudio Tool and found that some of them show ODG scores as high as -3.5 If we look at the range as described in the link below, it looks unacceptable. http://www-mmsp.ece.mcgill.ca/documents/Software/Packages/AFsp/PQevalAudio.h tml Am I missing something or are these scores valid? Thanks and Regards, Rhishi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131004/766bf06e/attachment-0001.htm
2009 Oct 15
4
Generating a stochastic matrix with a specified second dominant eigenvalue
...adhan, Ph.D. Assistant Professor, The Center on Aging and Health Division of Geriatric Medicine and Gerontology Johns Hopkins University Ph: (410) 502-2619 Fax: (410) 614-9625 Email: rvaradhan@jhmi.edu Webpage: <http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan. html> http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.h tml ---------------------------------------------------------------------------- -------- [[alternative HTML version deleted]]
2009 Jul 02
2
constrained optimisation in R.
...meters[1]; H=parameters[2]; Apar=parameters[3:10]; Dpar=parameters[11:18]; res=optim(par,skellamreg_LL,method="Nelder-Mead", hessian = FALSE, control=list(trace=1000,maxit=100000),z=z,design=x,) _________________________________________________________________ [[alternative HTML version deleted]]
2010 Jun 03
3
General-purpose GPU computing in statistics (using R)
...---------------------------------- ------------------------------ Ravi Varadhan, Ph.D. Assistant Professor, Center on Aging and Health, Johns Hopkins University School of Medicine (410)502-2619 rvaradhan@jhmi.edu http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.h tml [[alternative HTML version deleted]]
2012 Feb 15
0
[LLVMdev] Performance problems with FORTRAN allocatable arrays
...9;ve compiled the same code with GCC > and it was able to hoist most of the address calculations out as > expected. GCC was able to hoist address calculations for Q also. > > This is an actual piece of code in SPECCPU2006 437.leslie3d and the > loop I analyzed is in line 1630 of file tml.f. 437.leslie3d suffers > horrible performance problems because of this and similar problems. > > Is there anyway to enable this optimization? Is there a way to flag in > the IR that a particular locations is array dimension meta data? > > Thanks, > Wonsun > ________________...