search for: biggest

Displaying 20 results from an estimated 3088 matches for "biggest".

2009 Dec 15
3
comparison of these types is not implemented
...0.8871647 [[3]] [1] 0.8193883 [[4]] [1] 0.728157 [[5]] [1] 0.8849525 [[6]] [1] 0.8459416 [[7]] [1] 0.6702318 [[8]] [1] 0.02997816 [[9]] [1] 0.8974268 [[10]] [1] 0.881217 [[11]] [1] 0.8006688 [[12]] [1] 0.7207697 [[13]] [1] 0.8703734 [[14]] [1] 0.8384346 [[15]] [1] 0.6237472 > > biggest=c(0,0) > > for (i in 1:15) { + + if (r_squared[i]>biggest[1]) biggest=c(r_squared[i],i)} Error in r_squared[i] > biggest[1] : comparison of these types is not implemented -- View this message in context: http://n4.nabble.com/comparison-of-these-types-is-not-implemented-tp964195...
2004 Aug 06
1
[Fwd: They want to close the biggest European network]
-------- Original Message -------- From: "Gulliver Riviera" <gulliver.riviera@tiscalinet.be> Subject: They want to close the biggest European network To: <niouz@reseaucitoyen.be> <p><p>I know this is somehow off-topic but I think it is important to bring to your attention that the Ebone European network is ready to collapse ... http://live.ebone.net/ <p>350 people (I am one of those) have been fired la...
2009 Mar 19
2
find the index of the smallest or biggest number in a vetor or data.frame
...er in a vetor or data.frame? For example, a= n price 1 50 -2 100 0 200 -1 300 ...... I want to find out the row which the n is the smallest or largestest and extract the price. Thanks Ted -- View this message in context: http://www.nabble.com/find-the-index-of-the-smallest-or-biggest-number-in-a-vetor-or-data.frame-tp22599905p22599905.html Sent from the R help mailing list archive at Nabble.com.
2006 Oct 10
28
How big is *your* dialplan??
Hello! In my relentless quest for knowledge, I pose this question: who's got the biggest dialplans, and how big are these monsters? What's the biggest dialplan in use right now? If you feel you are a competitor, let me know how many contexts/extensions/priorities you are dealing with. Maybe the context with the most extensions, the extension with the most priorities would be inter...
2005 Mar 23
1
smallest/biggest number
Hi, I'm running monte carlo and i wonder what is the biggest/smallest number that can reliably be represented in R? Thanks, Chris
2010 Dec 08
1
how to find smallest non-negative and biggest non-positive number in a matrix column ?
so it could be zero in both cases when given column has 0 set in it -- View this message in context: http://r.789695.n4.nabble.com/how-to-find-smallest-non-negative-and-biggest-non-positive-number-in-a-matrix-column-tp3077870p3077870.html Sent from the R help mailing list archive at Nabble.com.
2006 Jul 17
3
Mongrel with LocalDirector - static content?
...l approach is the preferred one right now, with Apache serving the static content via mod_rewrite and such. However, in my hardware arsenal, I already have an old and trusty LocalDirector, which I would be inclined to at least try first as a substitute for Apache/ mod_proxy_balancer. The biggest potential downside that I can see is that, in such a setup, mongrel would be serving static files as well as the dynamic Rails parts. My biggest question is, how recommended (or scorned) is having mongrel serve the static parts? A secondary question is, has anyone used mongrel clusters be...
2006 Jul 13
0
I''m not the biggest fan of rants but, anyone fancy responding to this?
There (yet) another discussion going on on the O''Reilly web logs about J E5, complexity and the competitors (i.e. Rails et al). See http://www.oreillynet.com/windows/blog/2006/07/the_beginning_of_the_end_for_j.html. Seems this was spawned by my own article available at: http://www.soaranch.com/articles/2006/7/11/soa-and-rails-part-1.html. My response to this discussion is at:
2013 Apr 12
0
Biggest Fake Conference in Computer Science
We are researchers from different parts of the world and conducted a study on the world’s biggest bogus computer science conference WORLDCOMP ( http://sites.google.com/site/worlddump1 ) organized by Prof. Hamid Arabnia from University of Georgia, USA. We submitted a fake paper to WORLDCOMP 2011 and again (the same paper with a modified title) to WORLDCOMP 2012. This paper had numerous fun...
2017 Jun 06
3
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...true -mllvm -global-isel-abort=0': about 6% increase with globalisel. This was about 3.5% before the Localizer pass landed. >> >> That one is surprising too. I wouldn’t have expected this pass to show up in the compile time profile. At least not to this extend. >> What is the biggest offender? > > Hmmm. So I took the 3.5% compile time overhead from my last measurement before the localizer landed, from around 24th of May. > When using -ftime-report, I see the Localizer pass typically taking very roughly about 1% of compile time. > Maybe another part of GlobalISel be...
2008 Jan 10
5
"find" switch to find files of a certain size?
Is there a switch in "find" (or some other command besides find) that'll let you find files larger than a specified size? My file system is 88% full and I'd like to see where the biggest space hoggers are. PG
2017 Jun 12
1
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...ue -mllvm -global-isel-abort=0': about 6% increase with > globalisel. This was about 3.5% before the Localizer pass landed. > > > That one is surprising too. I wouldn’t have expected this pass to show up > in the compile time profile. At least not to this extend. > What is the biggest offender? > > > Hmmm. So I took the 3.5% compile time overhead from my last measurement > before the localizer landed, from around 24th of May. > When using -ftime-report, I see the Localizer pass typically taking very > roughly about 1% of compile time. > Maybe another part of...
2007 Mar 02
3
Reformulated matrices dimensions limitation problem
First I wanted to thank both Marc Schwartz Greg Snow and for their reply. Then I needed to add a level of complexity to the problem. I would be able to create the biggest possible matrix. In other way does it exist a method to ask smthing like the following : max number of rows for a matrix if column=x? Thank you ------------------------------------------------------ Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom http://click.libero....
2016 May 05
3
Status of new pass manager work
...and high level. If folks have questions about anything, happy to dig into it. - The core framework is there. It works, and we even have CGSCC passes using both Module and Function analyses with caching and everything. Yay! We also have initial loop pass infrastructure thanks to Justin! Yay! - The biggest missing piece of infrastructure IMO is communicating invalidation information between two parts of the pass manager itself when they are operating over the results of an analysis. Both the loop passes and the CGSCC passes really need this. I'm currently working on this and hope to finish the fi...
2006 Mar 09
4
Testing Migrations
...st and see if applying the migrations to the test database allows one to reconstruct the structure of the development database. If you can''t, then there is an error in your migrations, most likely because someone hand-modified the database without generating a migration for it. The biggest problem with writing unit tests for this is that (AFAIK) there is no simple way to apply migrations to the test database instead of the development one. Is there a simple switch or something in rake that will make it use the test database? _Kevin -- Posted with http://DevLists.com. Sign...
2007 Jul 04
2
Question About The Steps
Dear Sir: Sorry to bother you! I am a graduate student in China,and my team is currently working on the video card driver. Our target is that the result we get can be used in some kind of Operating System like linux. As newers,the biggest problom for us is that the steps to do the work is not very clear. It will be very kind of you to give us a picture of the proceeding. We have the basic knowledge,but don't know which point to start. Waiting for your answer thirstily! Thanks a lot!...
2013 Nov 13
7
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
I have some concrete use cases in testing the pass manager where it will allow the tests of this API to be more thorough, less verbose, and easier to maintain. I'm not claiming to be the biggest fan of some features in GoogleMock, but on the whole, I think it's better than the alternative and will allow more careful testing of C++ APIs where the interesting part is the API itself. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/...
2009 Nov 13
1
The default behaviour of a missing entry in an environment
...hat a good R programmer must be careful not to use NULL in any of his environment entries, but I think it is better to remove altogether this burden from the programmer and simply raise a good, old-fashioned exception when the "$" operator encounters a missing entry in an environment. The biggest advantage is that it will easily eliminate a whole class of programming error. The biggest disadvantage is that it is not backwards-compatible with old R programs. I suppose a personal solution would be to simply redefine the "$" operator in my programs. However, I really do think that t...
2016 May 05
2
Status of new pass manager work
...ng, happy to dig into it. >> >> - The core framework is there. It works, and we even have CGSCC passes >> using both Module and Function analyses with caching and everything. Yay! >> We also have initial loop pass infrastructure thanks to Justin! Yay! >> >> - The biggest missing piece of infrastructure IMO is communicating >> invalidation information between two parts of the pass manager itself when >> they are operating over the results of an analysis. Both the loop passes >> and the CGSCC passes really need this. I'm currently working on thi...
2012 May 02
3
(no subject)
Hi there I am new to R, and I was hoping you guys could help me out. I want to make a vector that is: vec(1,2,3,4,5,6,7,8,9,10) and i want to create a function called PercentileFinder, that if i plug in PercentileFinder (vec, .9) it will give me 9. Creating the function is my biggest hurdle please e-mail me back when you all get a chance. Thank you [[alternative HTML version deleted]]