Displaying 20 results from an estimated 442 matches for "accomodations".
Did you mean:
accommodations
2008 Aug 31
6
why's my course_duration being reset
...gt; ''requested_start_date ASC'')
# entity = MyEntity.find_all_by_active(true)
@enquiries = Enquiry.find_all_by_responded(false)
end
def show
@enquiry = Enquiry.find(params[:id])
end
def new
@enquiry = Enquiry.new
@courses = Course.active_courses
@accomodations = Accomodation.active_accomodation
# @enquiry.course_booking_fee = Course.registration_fee
render :layout => "welcome"
end
def create
@enquiry = Enquiry.new(params[:enquiry])
@courses = Course.active_courses
@accomodations = Accomodation.active_accomodation...
2006 Mar 14
1
nls formula length : how to accomodate length greater than 502
Hi ,
I am using nls(formula)
where formula is y~ expression
y is 1 character
~ is 1 character
now i have an expression that is greater tha 502 characters. but R does not recognize anything greater than 502 characters. (Note the expression itself is created using paste and as.formula commands)
Does anyone have a suggestion. (BTW i have checked my formula and its
2005 Jun 14
2
Prebuffering best practices
Ok, this is a silly question, but what does the jitter buffer do? I'm
really new to audio, so please bear with me.
From what I gather (primarily from the list archive), the jitter buffer
is a wrapper around the Speex decoder. I give it the packets I receive,
in whatever order I receive them, and then it gives me back a clean
stream of audio samples. But what I don't entirely
2016 Sep 30
7
libLTO C API stability policy
Hi all,
libLTO is exposing a very “stable” (in the sense of immutable) C API to be used by linkers (and binutils tools) that manipulate bitcode (like when performing LTO).
I’m looking into relaxing the stability concern and design a policy for this API that would allow to deprecate and remove some the APIs exposed here. The MacOS linker (ld64) is one the users of libLTO, but there are others
2005 Jun 14
2
Prebuffering best practices
What is the best way to pick a prebuffering length for a streaming audio
application using UDP transport?
I'm using Speex in a VoIP application with RTP transport, currently with
a fixed 500ms prebuffer on the playback side. However, I'd like
something a bit more adaptive to accomodate high-jitter connections.
For example, in one test configuration there is a very low average
2008 Jan 18
5
You can't get there from here
Having been accomodating about it in the past, the technical
geniuses at Comcast have permanently blocked port 25, separating
me (at my home office) from my employer's e-mail server.
What can be done on the server side to keep Postfix listening on
25 _and_ accept my connections on some other port? Is there a
Postfix solution? iptables maybe?
Miark
2005 Jun 14
1
Prebuffering best practices
Ah, I'm sorry, I have read the manual and believe I have a reasonably
good grasp on how to use the Speex encoder and decoder altogether. In
fact I've been using it with great success in my P2P SIP/RTP VoIP
application for almost a year now; it's been working wonderfully and I
can't thank you enough.
However, the manual makes no mention of the jitter buffer, nor does it
(so
2008 Mar 20
5
time series regression
Hi Everyone,
I am trying to do a time series regression using the lm function. However,
according to the durbin watson test the errors are autocorrelated. And then
I tried to use the gls function to accomodate for the autocorrelated errors.
My question is how do I know what ARMA process (order) to use in the gls
function? Or is there any other way to do the time series regression in R? I
highly
2008 Feb 05
0
prices (where to store them and how)
trying to figure out the bet way to manage pricing in my app and
basically the database design.
It''s a language school that also offers host family accomodation.
They therefore have
Courses which have to have the following prices
fixed fees
----------
exam fee
reg fee
recurring fees
--------------
price_per_week (1 to 2 weeks)
price_per_week (3 to 4 weeks)
price_per_week (5 to 6
2006 Apr 17
1
Equivalence test and factors
Hello, helpeRs,
I recently used a linear mixed effects model followed by ANOVA to
assess the relationship between a categorical predictor variable with 2
levels (and random effects) and a numeric response variable. As I was
concerned about the lack of a power analysis prior to data collection,
it was suggested that I use an equivalence test to complement the
conventional hypothesis test.
2006 Mar 21
3
Zap<-->IAX codec?
Hi,
at my Asterisk box, I have a few of IAX2 phones (configured with
alaw/ulaw/gsm codecs, in this order) and a PRI E1 line.
In iax.conf I hav:
disallow=all
allow=alaw
allow=ulaw
allow=gsm
During some incoming call, I read at console:
-- Executing Dial("Zap/2-1", "IAX2/215|20|TtwW") in new stack
-- Called 215
-- Call accepted by 10.97.1.7 (format ulaw)
--
2008 Apr 02
2
[LLVMdev] Introduction and questions
Hi all,
I've been working on making a non-architecture specific port of
OpenJDK these past few months. It's interpreter-only at present,
and very slow, and I'd like to use LLVM to add some kind of JIT
to it.
So far I'm just trying to figure out how it would all slot in.
The existing code in OpenJDK is written to accomodate different
JITs, so integrating peripheral stuff like
2007 Feb 08
2
problem with asterisk AGI
I have a fairly complicated setup. Extensions (1,2 and 3). In 3 - I
execute AGI in java which plays few wav files depending on external
parameters.
Can I have a dial plan inside my AGI? If not, how do I accomodate user
who needs to reach extension 2 from my agi? I have tried stream file and
get data but the two commands did not work at all.
2004 Jun 14
3
How to 'stamp' a plot with meta-data?
Dear R users,
Sometimes, for tracking purposes, I am interested to add to a
plot some metadata such as
* the date it was produced
* filename that stores the plot
* perhaps data sources, author, etc
Ideally, I would like to be able to do this for any kind of plot,
plot(), barplot(), hist(), etc.; and, to be able to produce
plots with or without the metadata by a simple toggle mechanism.
2011 Aug 03
3
e-mail serving
I am going to try an experiment with e-mail aggregation where I expect to
receive over 1 million e-mails a day from public lists.
Can anyone shed some light on hard disk space (to retain this e-mail for
long periods) and system specs to be able to handle the load?
I am looking to buy a low end box, but that can hold lots of RAM and
accomodate a fair number of HD's to store the e-mail while
2005 Jun 14
0
Prebuffering best practices
I strongly suggest you start by reading the Speex manual (you can skip
the technical parts about CELP). If you still ask questions, then post
them.
Jean-Marc
Le mardi 14 juin 2005 ? 22:30 -0700, David Barrett a ?crit :
> Ok, this is a silly question, but what does the jitter buffer do? I'm
> really new to audio, so please bear with me.
>
> From what I gather (primarily from
2007 Sep 30
4
Question about increasing node slots
We have a test 10gR2 RAC cluster using ocfs2 filesystems for the
Clusterware files and the Database files.
We need to increase the node slots to accomodate new RAC nodes. Is it
true that we will need to umount these filesystems for the upgrade (i.e.
Database and Clusterware also)?
We are planning to use the following command format to perform the node
slot increase:
# tunefs.ocfs2 ?N 3
2001 Oct 01
3
can I add to a plot and auto-re-scale axes?
(I'm new to R)
Is there a way to add data to an existing plot, and have the plot axes
rescaled automatically (i.e. if the new data lie outside the current
axes) ?
If not, how can I specify multiple datasets at once, so the axes are
scaled to accomodate all sets?
Details:
(Am I using R's data structures in a reasonable way?)
I have many small datasets taken under different
2018 Sep 14
2
[patch 11/11] x66/vdso: Add CLOCK_TAI support
> On Sep 14, 2018, at 5:50 AM, Thomas Gleixner <tglx at linutronix.de> wrote:
>
> With the storage array in place it's now trivial to support CLOCK_TAI in
> the vdso. Instead of extending the array to accomodate CLOCK_TAI, make use
> of the fact that:
>
> - CLOCK ids are set in stone
> - CLOCK_THREAD_CPUTIME is never going to be supported in the VDSO so
>
2018 Sep 14
2
[patch 11/11] x66/vdso: Add CLOCK_TAI support
> On Sep 14, 2018, at 5:50 AM, Thomas Gleixner <tglx at linutronix.de> wrote:
>
> With the storage array in place it's now trivial to support CLOCK_TAI in
> the vdso. Instead of extending the array to accomodate CLOCK_TAI, make use
> of the fact that:
>
> - CLOCK ids are set in stone
> - CLOCK_THREAD_CPUTIME is never going to be supported in the VDSO so
>