search for: vapor

Displaying 20 results from an estimated 50 matches for "vapor".

Did you mean: valor
2011 Jun 27
1
[LLVMdev] LLVMdev Digest, Vol 84, Issue 44
Chris, good to see the AbstractType stuff vaporize, but I still have a question, the Type system seems to have a "shadow type" system, every user Type created also has a corresponding XYZValType, is the "shadow type" system still retained ? It's purpose seems(?) to be for factoring the "unique-ing" logi...
2008 Mar 24
4
Doesnt show log on command prompt
I have latest version of mongrel installed. But when I run ''ruby script/server'' it starts the server and shows nothing else, like development log it used to show on my previous dev machine. Any idea? -- Posted via http://www.ruby-forum.com/.
2007 Sep 03
13
Some basic questions
1. I have a text area in which I type on multiple lines..but when I display it, it prints whole text in one line..how can I solve that? Datatype is TEXT 2. I can see a list of all posts at ..post/ with index method but I want to see a particular post with ..post/[id] .. how can I do that? 3. I want my application to be completely secured and whatever page unlogged in user tries to open, it
2007 Sep 04
2
Pie chart eith Gruff
Does anybody know how to create a pie chart in Gruff without percentage but actual numbers? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2008 Jan 10
2
Getting results matching with an array?
I have an array authors=[1,3,7] and I want to get all the posts that match with any or all of these results. something like... posts = Post.find(:all, [:conditions => ''''author_id = ?'', authors]) of course this wont work but I need something like it that works.. thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~
2012 Feb 29
1
The joys of Nabble: Re: Cannot use negative argument in function
...as <- 10^-8*((kk[2]/(kk[1]-S))+(kk[4]/(kk[3]-S))) >> ?rvs ?<- 1.022*10^-8*(ww[1]+S*ww[2]+ww[3]*S^2+ww[4]*S^3) >> ?Ma ?<- ?0.0289635 + 1.2011 * 10^(-8) * (CO2 - 400) >> ?raxs ?<- ras*(1+5.34*10^-7*(CO2-450)) >> ?TT <- *Temp*+273.15 >> >> #Saturation vapor pressure over ice >> # A1 <- -13.928169 >> # A2 <- 34.7078238 >> # Theta <- (*Temp*+273.15)/273.16 >> # Y ?<- ?A1 * (1 - Theta^(-1.5)) + A2 * (1 - Theta^(-1.25)) >> # Psv <- 611.657*exp(Y) >> >> ?#Saturation vapor pressure over water >>...
2012 Feb 29
3
Cannot use negative argument in function
Hi, today i wrote a function in R of the type: index.refraction <- function(Temp,Press, RH, CO2) When i try to plug a negative number in Temp, i got this type of error: " n <- index.refraction(Temp= -40,100,80,CO2) Messages d'avis : 1: In Ops.ordered(left, right) : '-' is not meaningful for ordered factors 2: In Ops.factor(left, right) : - not meaningful for factors 3:
2008 Apr 15
4
Best practice for showing ajax loader gif?
what is the best practice for showing animated ajax spinner? The usual Element.show(''spinner'') has to stick with every form''s :loading. Is there some easier or light-weight method? Because I have this page that can contain upto 100 forms. And with all of those would be 100 hidden spinners. Please suggest something. -- Posted via http://www.ruby-forum.com/.
2007 Jan 09
1
apache log backups
...00)? The other obvious option would be to use dates when renaming logs instead of incrementing log numbers. I'm kind of surprised logrotate doesn't seem to support that. Wouldn't be too hard to write a script to do it pretty cleanly. Anything I'm missing? -- "For gasoline vapor, the explosive range is from 1.3 to 6.0% vapor to air...useful against soft targets such as...armored vehicles...and bunkers." - http://www.fas.org/man/dod-101/sys/dumb/fae.htm http://www.ChaosReigns.com
2007 Nov 07
2
links always go to 'localhost'
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location. -- Posted via http://www.ruby-forum.com/.
2007 Dec 31
3
undefined method `content_type'
I am using form_remote_tag to upload a file, but it says .. undefined method `content_type'' for #<String:0x477a930> what could be wrong when it works fine with form_for? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location.
2009 Mar 26
0
[LLVMdev] OT: Python on LLVM
...ly finding a project that's obviously been > going on for some time (the roadmap is very detailed and they have initial > working code), while I spend quite some time on Python and LLVM related > lists and never saw a reference to it. We didn't want to announce when all we had was vapor. Our 2009Q1 release is a collection of tweaks to CPython (to give a quick performance boost to existing applications), and we've just now begun on the LLVM work. We still have a long way to go. Collin Winter
2003 Sep 10
3
Combining Transparent Proxying with SSH Port Forwarding
...NOWHERE). ------------------------------------------------------------------------- Greg Houlette <tamaster at pobox dot com> * Give me the graphical UI Do you know who owns your network today? * that will "condense fact GPG 1.2.2 Public Keys available upon request * from the vapor of nuance"
2006 Mar 07
3
audio / sound recording with RoR app
hi all i want to provide audio recording facility with my Ror application , which can be stored in DB at server , for later use can anybody tell, how to implement this with RoR, as i dont hav much idea abt that thanx --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment
2009 Mar 26
3
[LLVMdev] OT: Python on LLVM
Hi, Slightly off-topic (as it's not directly about using or developing LLVM): http://code.google.com/p/unladen-swallow/wiki/ProjectPlan "Our long-term proposal is to replace CPython's custom virtual machine with a JIT built on top of LLVM, while leaving the rest of the Python runtime relatively intact." Just curious, has anyone here heard more about this project? Regards,
2017 Nov 10
0
Replication oddities - different sizes between replicated nodes
...my FreeBSD mailbox was reaching 12gb of space usage. While the seeming replicated machine (named A) only had 100mb of space in use (which, with the amount of messages in the various mailboxes is consistent with what I would expect). I found out that the ?Junk? mailbox was the ?major' issue. I vaporized the replicated (12GB) mailbox and issued a ?doveadm sync -u $user -N -U tcps:hostB` so that I would expect the hostB to reach around 100mb-ish of email. I let it go for a little and saw that the mail was done. When I issued a simple ?df -h? on the directory, it was already multiple 100mb?s larg...
2006 May 31
1
Nesting in Cox proportional hazards survivorship analysis
...hich the observations were made. In a repeated measures style design, all stations received all levels of food type and size over the course of 6 sampling periods. So multiple measurements are drawn from each station and site; however, each individual bait item is only discovered once. We also have vapor pressure deficit measurements (a measure that combines temperature and relative humidity) for each discovery time. Each state is being analyzed separately and we are using the Cox proportional hazards approach. It is clear from preliminary analysis that there is a strong influence of spatial hete...
2006 Dec 13
1
Curious finding in MASS:::confint.glm() tied to eval()
...n: eval(mf, parent.frame()) debug: .Internal(eval(expr, envir, enclos)) Browse[1]> Error in inherits(x, "data.frame") : object "DF" not found Unfortunately, at this point, largely due to lack of sleep of late, my eyes are sufficiently glazed over and my brain sufficiently vapor locked that the resolution is not immediately clear and I have not yet dug into the C code for eval(). Presumably, either I am missing something fundamental here, or there is a bug where, environment-wise, these respective functions are looking in the wrong place for 'DF', probably based u...
2011 Jun 24
2
[LLVMdev] inefficiencies in ConstantUniqueMap ?
Hi, Consider ConstantUniqueMap::getOrCreate() (in lib/VMCore/ConstantsContext.h): /// getOrCreate - Return the specified constant from the map, creating it if /// necessary. ConstantClass *getOrCreate(const TypeClass *Ty, ValRefType V) { MapKey Lookup(Ty, V); ConstantClass* Result = 0; ... For array (or struct or vector) constants, typically: ValType = vector<Constant*>