Displaying 11 results from an estimated 11 matches for "orbitz".
Did you mean:
orbit
2013 Mar 25
3
nscd
Has anyone had problems accessing random websites since going up to 6.4?
Since about the day after I got partly upgraded, if I try to access
nytimes.com, or orbitz.com, I get server not found.
With a lot of work, I, my manager, and the other admin, found that setting
options edns0 in /etc/resolv.conf fixed it - I suspect that the network
folks updated their internal nameservers (which are M$) about that time...
but... we got this Thurs. Friday, I went to loo...
2009 Apr 15
0
Ambigous error while running cucumber features
...(Cucumber::Ambiguous):
Scenario: Find what I''m looking for in yahoo #
features/login.feature:11
Given I am on the yahoo search page #
features/login.feature:12
Ambiguous match of "I am on the yahoo search page":
public void
main.java.selenium.orbitz.SearchFeature.givenOnHome(java.lang.String)
throws java.lang.Exception:in `/I am on the (Google|yahoo) search page/''
public void
main.java.selenium.orbitz.SearchFeature.givenOnHome(java.lang.String)
throws java.lang.Exception:in `/I am on the (Google|yahoo) search page/''...
2012 Nov 12
1
dovecot lost mail! Cause?
...f dovecot tells that the mail should have been stored:
Nov 12 07:28:21 mail dovecot: deliver(user1): sieve:
msgid=<8644593.887351352701685934.JavaMail>: stored mail into mailbox
'INBOX'
Nov 12 07:28:21 mail dovecot: deliver(user2): sieve:
msgid=<8644593.887351352701685934.JavaMail.orbitz>: stored mail into
mailbox 'INBOX'
user1 received the mail but user2 not. Since user2 is myself, I *know*
that I did not accidently delete any mail or something like that. It was
just never received!
Disk space is 3GB left, so enough.
So I grepped the whole Maildir of user2 for the me...
2011 Oct 31
5
Kaplan Meier - not for dates
I have some data which is censored and I want to determine the median. Its actually cost data for a cohort of patients, many of whom are still on treatment and so are censored.
I can do the same sort of analysis for a survival curve and get the median survival... ...but can I just use the survival curve functions to plot an X axis that is $ rather than date? If not is there some other way to
2006 Jan 17
2
Getting data back from thread spawn
I have a script that needs to be run, that in some cases will take
longer than the server timeout. So, I''m thinking just throw the script
in its own thread, but I need to be able to get the data back from
that thread and refresh the page with the data returned. Any
suggestions how to do this?
Thanks,
PJ
2012 Jul 10
1
Revolutions blog: June Roundup
...e: http://bit.ly/M0Oq1O
Using the negative binomial distribution to convert monthly fecundity
into the chances of having a baby in a given time period:
http://bit.ly/M0Oq1P
Some benchmarks and a video demonstration of big-data Tweedie models
with Revolution R Enterprise: http://bit.ly/M0Oqii
Why Orbitz's R-based models present more expensive hotels to Mac
users: http://bit.ly/M0Oq1Q
How to convert a rugby score to an equivalent soccer score, with GAMs:
http://bit.ly/M0Oq1R
Performance improvements in R 2.15.1: http://bit.ly/M0OoqB
I talk about R for data science in a DM Radio podcast: http...
2011 Jan 15
0
Revolutions Blog: December Roundup
...t.ly/fKEp4F
There's a new package for accessing Infochimps from R. Drew Conway
showed an example of using it to measure programming language
popularity based on mentions on Twitter: http://bit.ly/er6M8H
Two engineers explain how they use Hadoop and R to find the best hotel
for visitors to the Orbitz travel website: http://bit.ly/exYO7a
The December 20 issue of Forbes magazine lists R on p128 as a name you
need to know in 2011: http://bit.ly/fkoMTG
R user Diego Valle demonstrates citizen data journalism, by looking
into anomalies in government data on homicides in Mexico:
http://bit.ly/fHiOkA...
2011 Oct 06
0
Revolutions Blog: September Roundup
...bGR
A ggplot2 chart created with R is used to illustrate the "half-life"
of links posted to Facebook, YouTube and Twitter, based on data from
bitly: http://bit.ly/pBqokB
I published an article on ReadWriteWeb, "Unlocking Big Data with R",
with examples from the New York Times, Orbitz and OkCupid:
http://bit.ly/mWqqgR
A review of The Economist's feature article on how incorrect analysis
and failures in reproducible research (detected partly using R) led to
a cancer trial being shut down: http://bit.ly/oRUpVs
An example from Dirk Eddelbuettel on using RCpp to speed up recur...
2011 Feb 25
2
"hostname not match with the server certificate" error
Hi all
I''m trying to set up a separate puppet master and client on EC2. I''ve
used two instances of CentOS5.4 with nothing other than the base
install and have installed puppet via the ruby gems. Puppet is at
2.6.4 on both machines.
I''ve been following the guide to get a basic configuration working
(http://docs.puppetlabs.com/guides/configuring.html) with a little
tweak
2006 Aug 11
1
how is form data sent to the conntroller?
I''m trying to implement a bunch of checkboxes whose value I need to use
to process more code without updating the db.
This is my code to for the checkbox in my view
input type=checkbox id=<%=search.name%>_selected
name=<%=search.name%>[selected]>
I guess my question is, when I''m back in the controller, how do I get at
the actual value (checked or unchecked)? It
2006 Aug 14
0
browser detection
is there anyway to do browser detection with rails alone? I know of the
user_agent thing, but I''ve been told that that''s not a good way to do
it. What is the best way without having to code a bunch of other stuff
--
Posted via http://www.ruby-forum.com/.