Displaying 20 results from an estimated 442 matches for "accomod".
Did you mean:
accommod
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_accomo...
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
...stream of audio samples. But what I don't entirely understand is how
this is different from just working with the decoder directly.
Right now, I dump my RTP packets direct into the Speex decoder, and then
queue the output for playback. This works reasonably well.
However, it doesn't accomodate dropped packets well. If I drop samples
10-20, I'll just queue 0-10 and then 20-30 immediately after, which
isn't great. I think I read the jitter buffer will fabricate a fake
replacement for the missing samples 10-20, and thus improving quality of
playback. Is this correct?
But...
2016 Sep 30
7
libLTO C API stability policy
...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 (Sony? Qualcomm? Anyone else?) that I think are also targeting this API.
I’d like to identify stakeholders so that we can establish a new policy that would accomodate everyone as much as possible. So if you care about the libLTO C API, please speak-up!
Thanks,
—
Mehdi
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
round-trip latency (50ms), but it spikes all over the place (sometimes
10ms, sometimes 500ms). Thus I can't make my prebuffer duration
proportional to latency, but somehow proportional to "j...
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
Post...
2005 Jun 14
1
Prebuffering best practices
...entirely understand is how
>>this is different from just working with the decoder directly.
>>
>>Right now, I dump my RTP packets direct into the Speex decoder, and then
>>queue the output for playback. This works reasonably well.
>>
>>However, it doesn't accomodate dropped packets well. If I drop samples
>>10-20, I'll just queue 0-10 and then 20-30 immediately after, which
>>isn't great. I think I read the jitter buffer will fabricate a fake
>>replacement for the missing samples 10-20, and thus improving quality of
>>p...
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 appreciate your help.
Thanks,
Bereket
[[alternative HTML version deleted]]
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 weeks)
Accomodation has the following prices
fixed fees
----------...
2006 Apr 17
1
Equivalence test and factors
...rts thereof, handle categorical
predictor variables of 2 or more levels? Can the package, or the
package plus another function, be used to test the similarity of the
predictions produced by two or more factor levels from nested or
otherwise correlated data? Which of the equivalence functions
accomodates unbalanced designs? Using functions such as tost.data to
compare observations associated with the 2 predictors in my data is
complicated both by the unbalanced design and the lack of accomodation
of the nested design.
Note that I am running R 2.0.1 which predates the version in
which &quo...
2006 Mar 21
3
Zap<-->IAX codec?
...t;, "IAX2/215|20|TtwW") in new stack
-- Called 215
-- Call accepted by 10.97.1.7 (format ulaw)
-- Format for call is ulaw
-- IAX2/215-33 is ringing
-- IAX2/215-33 answered Zap/2-1
Why I have 'Format for call is ulaw'? I'd like to have alaw but keep ulaw to
accomodate errors in various configurations (if any, not here!).
--
Mimmus
2008 Apr 02
2
[LLVMdev] Introduction and questions
...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 garbage collection
seems pretty simple, but method dispatch seems like it will be
tricky. The examples I've seen require an ExecutionEngine to
execute code. Is it possible to bypass this and get a function
pointer? So you could use it l...
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?
...# bottom margins that show the
# metadata.
So far I looked in "Introduction to R" and tried to find hints
using help.search() without success.
Is it possilbe to do?
Any suggestions or pointers as to how to do it are appreciated.
Even partial solution in which the plot is set up to accomodate
metadata in the margins, but the data needs to be added manually
after plot()ting will be great.
Thanks in advance,
Itay
--------------------------------------------------------------
itayf at fhcrc.org Fred Hutchinson Cancer Research Center
2011 Aug 03
3
e-mail serving
...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 I try my
experiments.
Can anyone provide some realistic specs while maintaining a small budget?
-Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20...
2005 Jun 14
0
Prebuffering best practices
...t what I don't entirely understand is how
> this is different from just working with the decoder directly.
>
> Right now, I dump my RTP packets direct into the Speex decoder, and then
> queue the output for playback. This works reasonably well.
>
> However, it doesn't accomodate dropped packets well. If I drop samples
> 10-20, I'll just queue 0-10 and then 20-30 immediately after, which
> isn't great. I think I read the jitter buffer will fabricate a fake
> replacement for the missing samples 10-20, and thus improving quality of
> playback. Is...
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 /dev/mapper/mpath1p1
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 conditions, and have
placed the vectors of x-values into one list, and y-values into
another. The lists are part of a data frame:
expts$x[[1]] is a vector of x-co...
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
> the array slot 3 is unused
> - CLOCK_TAI is id 11 which results in 3 when masked with 0x3
>
> Add the mask to the basetime...
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
> the array slot 3 is unused
> - CLOCK_TAI is id 11 which results in 3 when masked with 0x3
>
> Add the mask to the basetime...